You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2010/10/18 17:57:26 UTC

[jira] Created: (WICKET-3114) Various issues in wicket-examples 1.5.x

Various issues in wicket-examples 1.5.x
---------------------------------------

                 Key: WICKET-3114
                 URL: https://issues.apache.org/jira/browse/WICKET-3114
             Project: Wicket
          Issue Type: Bug
          Components: wicket, wicket-examples
    Affects Versions: 1.5-M2.1
            Reporter: Martin Grigorov


Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:

* wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/

* ajax links example - failure handler is not invoked, instead error is reported

* ajax upload example: text field is always null?

* ajax modal window - page window does not repaint result

* ejax onchange example does not work

* ajax rating example seems slow

More information about each one will be added when the respective issue is investigated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-3114) Various issues in wicket-examples 1.5.x

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov updated WICKET-3114:
------------------------------------

    Description: 
Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:

* wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
^ FIXED

* ajax links example - failure handler is not invoked, instead error is reported

* ajax upload example: text field is always null?

* ajax modal window - page window does not repaint result

* ajax onchange example does not work
MG: ^^Seems to work fine on FF and Google Chrome

* ajax rating example seems slow

More information about each one will be added when the respective issue is investigated.

  was:
Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:

* wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
^ FIXED

* ajax links example - failure handler is not invoked, instead error is reported

* ajax upload example: text field is always null?

* ajax modal window - page window does not repaint result

* ejax onchange example does not work

* ajax rating example seems slow

More information about each one will be added when the respective issue is investigated.


> Various issues in wicket-examples 1.5.x
> ---------------------------------------
>
>                 Key: WICKET-3114
>                 URL: https://issues.apache.org/jira/browse/WICKET-3114
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket, wicket-examples
>    Affects Versions: 1.5-M2.1
>            Reporter: Martin Grigorov
>
> Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:
> * wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
> ^ FIXED
> * ajax links example - failure handler is not invoked, instead error is reported
> * ajax upload example: text field is always null?
> * ajax modal window - page window does not repaint result
> * ajax onchange example does not work
> MG: ^^Seems to work fine on FF and Google Chrome
> * ajax rating example seems slow
> More information about each one will be added when the respective issue is investigated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-3114) Various issues in wicket-examples 1.5.x

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923358#action_12923358 ] 

Hudson commented on WICKET-3114:
--------------------------------

Integrated in Apache Wicket 1.5.x #432 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/432/])
    WICKET-3114 fix example. do not pass a page instance to another page, instead use page reference


> Various issues in wicket-examples 1.5.x
> ---------------------------------------
>
>                 Key: WICKET-3114
>                 URL: https://issues.apache.org/jira/browse/WICKET-3114
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket, wicket-examples
>    Affects Versions: 1.5-M2.1
>            Reporter: Martin Grigorov
>
> Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:
> * wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
> ^ FIXED
> * ajax links example - failure handler is not invoked, instead error is reported
> * ajax upload example: text field is always null?
> * ajax modal window - page window does not repaint result
> ^ FIXED - example was passing around pages instead of page references
> * ajax onchange example does not work
> MG: ^^Seems to work fine on FF and Google Chrome
> IV: ^ FIXED - this was fixed with my recent url refactor
> * ajax rating example seems slow
> MG: ^^Seems OK on FF3.6 and Chrome
> More information about each one will be added when the respective issue is investigated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-3114) Various issues in wicket-examples 1.5.x

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12922613#action_12922613 ] 

Hudson commented on WICKET-3114:
--------------------------------

Integrated in Apache Wicket 1.5.x #421 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/421/])
    WICKET-3114

Update the explanation of PackageMapper usage in the examples
fixed package mapper
Issue: WICKET-3114


> Various issues in wicket-examples 1.5.x
> ---------------------------------------
>
>                 Key: WICKET-3114
>                 URL: https://issues.apache.org/jira/browse/WICKET-3114
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket, wicket-examples
>    Affects Versions: 1.5-M2.1
>            Reporter: Martin Grigorov
>
> Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:
> * wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
> ^ FIXED
> * ajax links example - failure handler is not invoked, instead error is reported
> * ajax upload example: text field is always null?
> * ajax modal window - page window does not repaint result
> * ajax onchange example does not work
> MG: ^^Seems to work fine on FF and Google Chrome
> * ajax rating example seems slow
> MG: ^^Seems OK on FF3.6 and Chrome
> More information about each one will be added when the respective issue is investigated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-3114) Various issues in wicket-examples 1.5.x

Posted by "Pedro Santos (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924704#action_12924704 ] 

Pedro Santos commented on WICKET-3114:
--------------------------------------

* ajax links example - failure handler is not invoked, instead error is reported
MG: ^^ which demo exactly is this ?

at: http://localhost:8080/wicket-examples/ajax/links

Looks like the the failure handler at IAjaxCallDecorator is designed to be evaluated on javascript exceptions, not on java ones. For instance, if some one appends an problematic javascript at the ajax request target:
target.appendJavascript("var a=1/0;");
If the application exceptions settings has the unexpected exception display property as SHOW_EXCEPTION_PAGE, makes sense return the exception page.

> Various issues in wicket-examples 1.5.x
> ---------------------------------------
>
>                 Key: WICKET-3114
>                 URL: https://issues.apache.org/jira/browse/WICKET-3114
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket, wicket-examples
>    Affects Versions: 1.5-M2.1
>            Reporter: Martin Grigorov
>
> Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:
> * wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
> ^ FIXED
> * ajax links example - failure handler is not invoked, instead error is reported
> MG: ^^ which demo exactly is this ?
> * ajax upload example: text field is always null?
> MG: ^^ all upload demos work OK here
> * ajax modal window - page window does not repaint result
> ^ FIXED - example was passing around pages instead of page references
> * ajax onchange example does not work
> MG: ^^Seems to work fine on FF and Google Chrome
> IV: ^ FIXED - this was fixed with my recent url refactor
> * ajax rating example seems slow
> MG: ^^Seems OK on FF3.6 and Chrome
> More information about each one will be added when the respective issue is investigated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-3114) Various issues in wicket-examples 1.5.x

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov updated WICKET-3114:
------------------------------------

    Description: 
Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:

* wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
^ FIXED

* ajax links example - failure handler is not invoked, instead error is reported

* ajax upload example: text field is always null?

* ajax modal window - page window does not repaint result

* ajax onchange example does not work
MG: ^^Seems to work fine on FF and Google Chrome

* ajax rating example seems slow
MG: ^^Seems OK on FF3.6 and Chrome

More information about each one will be added when the respective issue is investigated.

  was:
Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:

* wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
^ FIXED

* ajax links example - failure handler is not invoked, instead error is reported

* ajax upload example: text field is always null?

* ajax modal window - page window does not repaint result

* ajax onchange example does not work
MG: ^^Seems to work fine on FF and Google Chrome

* ajax rating example seems slow

More information about each one will be added when the respective issue is investigated.


> Various issues in wicket-examples 1.5.x
> ---------------------------------------
>
>                 Key: WICKET-3114
>                 URL: https://issues.apache.org/jira/browse/WICKET-3114
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket, wicket-examples
>    Affects Versions: 1.5-M2.1
>            Reporter: Martin Grigorov
>
> Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:
> * wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
> ^ FIXED
> * ajax links example - failure handler is not invoked, instead error is reported
> * ajax upload example: text field is always null?
> * ajax modal window - page window does not repaint result
> * ajax onchange example does not work
> MG: ^^Seems to work fine on FF and Google Chrome
> * ajax rating example seems slow
> MG: ^^Seems OK on FF3.6 and Chrome
> More information about each one will be added when the respective issue is investigated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-3114) Various issues in wicket-examples 1.5.x

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg updated WICKET-3114:
----------------------------------

    Description: 
Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:

* wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
^ FIXED

* ajax links example - failure handler is not invoked, instead error is reported

* ajax upload example: text field is always null?

* ajax modal window - page window does not repaint result

* ajax onchange example does not work
MG: ^^Seems to work fine on FF and Google Chrome
IV: ^ FIXED - this was fixed with my recent url refactor

* ajax rating example seems slow
MG: ^^Seems OK on FF3.6 and Chrome

More information about each one will be added when the respective issue is investigated.

  was:
Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:

* wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
^ FIXED

* ajax links example - failure handler is not invoked, instead error is reported

* ajax upload example: text field is always null?

* ajax modal window - page window does not repaint result

* ajax onchange example does not work
MG: ^^Seems to work fine on FF and Google Chrome

* ajax rating example seems slow
MG: ^^Seems OK on FF3.6 and Chrome

More information about each one will be added when the respective issue is investigated.


> Various issues in wicket-examples 1.5.x
> ---------------------------------------
>
>                 Key: WICKET-3114
>                 URL: https://issues.apache.org/jira/browse/WICKET-3114
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket, wicket-examples
>    Affects Versions: 1.5-M2.1
>            Reporter: Martin Grigorov
>
> Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:
> * wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
> ^ FIXED
> * ajax links example - failure handler is not invoked, instead error is reported
> * ajax upload example: text field is always null?
> * ajax modal window - page window does not repaint result
> * ajax onchange example does not work
> MG: ^^Seems to work fine on FF and Google Chrome
> IV: ^ FIXED - this was fixed with my recent url refactor
> * ajax rating example seems slow
> MG: ^^Seems OK on FF3.6 and Chrome
> More information about each one will be added when the respective issue is investigated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-3114) Various issues in wicket-examples 1.5.x

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg updated WICKET-3114:
----------------------------------

    Description: 
Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:

* wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
^ FIXED

* ajax links example - failure handler is not invoked, instead error is reported

* ajax upload example: text field is always null?

* ajax modal window - page window does not repaint result

* ejax onchange example does not work

* ajax rating example seems slow

More information about each one will be added when the respective issue is investigated.

  was:
Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:

* wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/

* ajax links example - failure handler is not invoked, instead error is reported

* ajax upload example: text field is always null?

* ajax modal window - page window does not repaint result

* ejax onchange example does not work

* ajax rating example seems slow

More information about each one will be added when the respective issue is investigated.


> Various issues in wicket-examples 1.5.x
> ---------------------------------------
>
>                 Key: WICKET-3114
>                 URL: https://issues.apache.org/jira/browse/WICKET-3114
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket, wicket-examples
>    Affects Versions: 1.5-M2.1
>            Reporter: Martin Grigorov
>
> Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:
> * wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
> ^ FIXED
> * ajax links example - failure handler is not invoked, instead error is reported
> * ajax upload example: text field is always null?
> * ajax modal window - page window does not repaint result
> * ejax onchange example does not work
> * ajax rating example seems slow
> More information about each one will be added when the respective issue is investigated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-3114) Various issues in wicket-examples 1.5.x

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov updated WICKET-3114:
------------------------------------

    Description: 
Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:

* wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
^ FIXED

* ajax links example - failure handler is not invoked, instead error is reported
MG: ^^ which demo exactly is this ?

* ajax upload example: text field is always null?
MG: ^^ all upload demos work OK here

* ajax modal window - page window does not repaint result
^ FIXED - example was passing around pages instead of page references

* ajax onchange example does not work
MG: ^^Seems to work fine on FF and Google Chrome
IV: ^ FIXED - this was fixed with my recent url refactor

* ajax rating example seems slow
MG: ^^Seems OK on FF3.6 and Chrome

More information about each one will be added when the respective issue is investigated.

  was:
Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:

* wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
^ FIXED

* ajax links example - failure handler is not invoked, instead error is reported

* ajax upload example: text field is always null?

* ajax modal window - page window does not repaint result
^ FIXED - example was passing around pages instead of page references

* ajax onchange example does not work
MG: ^^Seems to work fine on FF and Google Chrome
IV: ^ FIXED - this was fixed with my recent url refactor

* ajax rating example seems slow
MG: ^^Seems OK on FF3.6 and Chrome

More information about each one will be added when the respective issue is investigated.


> Various issues in wicket-examples 1.5.x
> ---------------------------------------
>
>                 Key: WICKET-3114
>                 URL: https://issues.apache.org/jira/browse/WICKET-3114
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket, wicket-examples
>    Affects Versions: 1.5-M2.1
>            Reporter: Martin Grigorov
>
> Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:
> * wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
> ^ FIXED
> * ajax links example - failure handler is not invoked, instead error is reported
> MG: ^^ which demo exactly is this ?
> * ajax upload example: text field is always null?
> MG: ^^ all upload demos work OK here
> * ajax modal window - page window does not repaint result
> ^ FIXED - example was passing around pages instead of page references
> * ajax onchange example does not work
> MG: ^^Seems to work fine on FF and Google Chrome
> IV: ^ FIXED - this was fixed with my recent url refactor
> * ajax rating example seems slow
> MG: ^^Seems OK on FF3.6 and Chrome
> More information about each one will be added when the respective issue is investigated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-3114) Various issues in wicket-examples 1.5.x

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg updated WICKET-3114:
----------------------------------

    Description: 
Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:

* wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
^ FIXED

* ajax links example - failure handler is not invoked, instead error is reported

* ajax upload example: text field is always null?

* ajax modal window - page window does not repaint result
^ FIXED - example was passing around pages instead of page references

* ajax onchange example does not work
MG: ^^Seems to work fine on FF and Google Chrome
IV: ^ FIXED - this was fixed with my recent url refactor

* ajax rating example seems slow
MG: ^^Seems OK on FF3.6 and Chrome

More information about each one will be added when the respective issue is investigated.

  was:
Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:

* wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
^ FIXED

* ajax links example - failure handler is not invoked, instead error is reported

* ajax upload example: text field is always null?

* ajax modal window - page window does not repaint result

* ajax onchange example does not work
MG: ^^Seems to work fine on FF and Google Chrome
IV: ^ FIXED - this was fixed with my recent url refactor

* ajax rating example seems slow
MG: ^^Seems OK on FF3.6 and Chrome

More information about each one will be added when the respective issue is investigated.


> Various issues in wicket-examples 1.5.x
> ---------------------------------------
>
>                 Key: WICKET-3114
>                 URL: https://issues.apache.org/jira/browse/WICKET-3114
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket, wicket-examples
>    Affects Versions: 1.5-M2.1
>            Reporter: Martin Grigorov
>
> Here is a list of some issues found by Igor while playing with 1.5 wicket-examples:
> * wicket package mounter produces // in url: http://localhost:8080/wicket-examples/niceurl//my/mounted/package/
> ^ FIXED
> * ajax links example - failure handler is not invoked, instead error is reported
> * ajax upload example: text field is always null?
> * ajax modal window - page window does not repaint result
> ^ FIXED - example was passing around pages instead of page references
> * ajax onchange example does not work
> MG: ^^Seems to work fine on FF and Google Chrome
> IV: ^ FIXED - this was fixed with my recent url refactor
> * ajax rating example seems slow
> MG: ^^Seems OK on FF3.6 and Chrome
> More information about each one will be added when the respective issue is investigated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.