[jira] Updated: (WICKET-2973) Ajax updates don't happen for FormComponents that are children of Fragments

2010-08-05 Thread Julian Sinai (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sinai updated WICKET-2973: - Attachment: quickstart.zip When you run the app, the home page will have two checkboxes, One and

svn commit: r982763 - /wicket/trunk/wicket-examples/pom.xml

2010-08-05 Thread mgrigorov
Author: mgrigorov Date: Thu Aug 5 20:16:27 2010 New Revision: 982763 URL: http://svn.apache.org/viewvc?rev=982763&view=rev Log: Include src/main/resources in the packed .war The new mappers demo resources are there ... Modified: wicket/trunk/wicket-examples/pom.xml Modified: wicket/trunk/

svn commit: r982755 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/DefaultExceptionMapper.java

2010-08-05 Thread mgrigorov
Author: mgrigorov Date: Thu Aug 5 20:04:12 2010 New Revision: 982755 URL: http://svn.apache.org/viewvc?rev=982755&view=rev Log: Add handling for AuthorizationException - show the configured AccessDeniedPage This fixes http://localhost:8080/wicket-examples/authorization/wicket/bookmarkable/org.a

svn commit: r982746 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/image/resource/LocalizedImageResource.java

2010-08-05 Thread mgrigorov
Author: mgrigorov Date: Thu Aug 5 19:37:15 2010 New Revision: 982746 URL: http://svn.apache.org/viewvc?rev=982746&view=rev Log: return LocalizedImageResource#loadStaticImage() from 1.4.x by fixing its ResourceReferences this fixes the fourth image in http://localhost:8080/wicket-examples/image

[jira] Commented: (WICKET-2973) Ajax updates don't happen for FormComponents that are children of Fragments

2010-08-05 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895768#action_12895768 ] Martin Grigorov commented on WICKET-2973: - This check was added there to prevent r

[jira] Updated: (WICKET-2973) Ajax updates don't happen for FormComponents that are children of Fragments

2010-08-05 Thread Julian Sinai (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sinai updated WICKET-2973: - Attachment: patch.txt A patch that fixes the problem for me. > Ajax updates don't happen for Fo

[jira] Created: (WICKET-2973) Ajax updates don't happen for FormComponents that are children of Fragments

2010-08-05 Thread Julian Sinai (JIRA)
Ajax updates don't happen for FormComponents that are children of Fragments --- Key: WICKET-2973 URL: https://issues.apache.org/jira/browse/WICKET-2973 Project: Wicket I

svn commit: r982732 - /wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/library/SignOut.java

2010-08-05 Thread mgrigorov
Author: mgrigorov Date: Thu Aug 5 18:53:16 2010 New Revision: 982732 URL: http://svn.apache.org/viewvc?rev=982732&view=rev Log: Do not call AuthenticationStrategy#remove() explicitly, it is called by getSession().invalidate() in SignOut's ctor Modified: wicket/trunk/wicket-examples/src/ma

[jira] Assigned: (WICKET-2972) Some RepeaterView examples are not working

2010-08-05 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-2972: --- Assignee: Martin Grigorov > Some RepeaterView examples are not working > ---

svn commit: r982721 - /wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/library/LibrarySession.java

2010-08-05 Thread mgrigorov
Author: mgrigorov Date: Thu Aug 5 18:17:27 2010 New Revision: 982721 URL: http://svn.apache.org/viewvc?rev=982721&view=rev Log: Call super.signOut() to reset the boolean AuthenticatedWebSession#signedIn Modified: wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/library

svn commit: r982718 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket: markup/html/pages/BrowserInfoForm.html markup/html/pages/BrowserInfoForm.java protocol/http/ClientProperties.java

2010-08-05 Thread mgrigorov
Author: mgrigorov Date: Thu Aug 5 18:09:22 2010 New Revision: 982718 URL: http://svn.apache.org/viewvc?rev=982718&view=rev Log: merge from 1.4.x: Author: jcompagner Date: Thu Aug 5 15:25:45 2010 New Revision: 982661 URL: http://svn.apache.org/viewvc?rev=982661&view=rev Log: added support for h

[CONF] Apache Wicket > Adding links in a DefaultDataTable

2010-08-05 Thread confluence
Adding links in a DefaultDataTable Page edited by Alex Rass Changes (2) ... h3. A Standalone Component Posted to the mailing list by Joe Toth _(Thanks, Jo

[CONF] Apache Wicket > Adding links in a DefaultDataTable

2010-08-05 Thread confluence
Adding links in a DefaultDataTable Page edited by Alex Rass Changes (2) ... Posted to the mailing list by Joe Toth _(Thanks, Joe)_ {code} abstr

[jira] Updated: (WICKET-2957) Closing ModalWindow makes some form fields unclickable

2010-08-05 Thread Mikk Lauringson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikk Lauringson updated WICKET-2957: Attachment: myproject.zip I have been having the same problem. I have experienced it in Fi

svn commit: r982661 - in /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket: markup/html/pages/BrowserInfoForm.html markup/html/pages/BrowserInfoForm.java protocol/http/ClientPropert

2010-08-05 Thread jcompagner
Author: jcompagner Date: Thu Aug 5 15:25:45 2010 New Revision: 982661 URL: http://svn.apache.org/viewvc?rev=982661&view=rev Log: added support for hostname so that the server can know the real host the client is talking to Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apa

[jira] Created: (WICKET-2972) Some RepeaterView examples are not working

2010-08-05 Thread Julius Schwartzenberg (JIRA)
Some RepeaterView examples are not working -- Key: WICKET-2972 URL: https://issues.apache.org/jira/browse/WICKET-2972 Project: Wicket Issue Type: Bug Components: wicket-examples R