[CONF] Apache Wicket Spring Security and Wicket-auth-roles

2010-12-03 Thread confluence
Spring Security and Wicket-auth-roles Page comment added by Ruben Wagner To provide the security context in the wicket web application (using spring-security-3.0.X) you can not omit the "springSecurityFilterChain" in the web.xml. If you

[CONF] Apache Wicket Spring Security and Wicket-auth-roles

2010-12-03 Thread confluence
Spring Security and Wicket-auth-roles Comment edited by Ruben Wagner : Changes (3) To provide the security context in the wicket web application (using

[CONF] Apache Wicket Spring Security and Wicket-auth-roles

2010-12-03 Thread confluence
Spring Security and Wicket-auth-roles Comment edited by Ruben Wagner : Changes (1) ... See

[CONF] Apache Wicket Spring Security and Wicket-auth-roles

2010-12-03 Thread confluence
Spring Security and Wicket-auth-roles Comment edited by Ruben Wagner : Changes (2) ... See

svn commit: r1041779 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js

2010-12-03 Thread pedro
Author: pedro Date: Fri Dec 3 11:53:58 2010 New Revision: 1041779 URL: http://svn.apache.org/viewvc?rev=1041779view=rev Log: hack for a focus issue in IE working for WICKET-2279 and WICKET-3215 Issue: WICKET-3215 Modified:

[jira] Closed: (WICKET-3215) AutoCompleteTextField does not work in an iframe under IE 6, 7 or 8

2010-12-03 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos closed WICKET-3215. Resolution: Fixed Fix Version/s: 1.5-M4 |o|, thank u Martin, commited to 1.5 too

[jira] Commented: (WICKET-3218) Component#onInitialize is broken for Pages

2010-12-03 Thread Carl-Eric Menzel (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966514#action_12966514 ] Carl-Eric Menzel commented on WICKET-3218: -- Ok, you are right about that. I

[jira] Updated: (WICKET-3218) Component#onInitialize is broken for Pages

2010-12-03 Thread Carl-Eric Menzel (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl-Eric Menzel updated WICKET-3218: - Attachment: 0001-delay-oninitialize-until-just-before-onconfigure.patch A new attempt

[jira] Commented: (WICKET-3221) don't use @see upperClass when javadoc inheritance is sufficient

2010-12-03 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966552#action_12966552 ] Pedro Santos commented on WICKET-3221: -- +1 Refactor an name class on eclipse also

[jira] Issue Comment Edited: (WICKET-3221) don't use @see upperClass when javadoc inheritance is sufficient

2010-12-03 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966552#action_12966552 ] Pedro Santos edited comment on WICKET-3221 at 12/3/10 10:48 AM:

[jira] Resolved: (WICKET-3222) AbstractMarkupParser doesn't remove Comments correctly

2010-12-03 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag resolved WICKET-3222. Resolution: Fixed Fix Version/s: 1.5-M4 thanks AbstractMarkupParser

svn commit: r1041947 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/markup/AbstractMarkupParser.java test/java/org/apache/wicket/markup/MarkupParserTest.java

2010-12-03 Thread jdonnerstag
Author: jdonnerstag Date: Fri Dec 3 18:45:58 2010 New Revision: 1041947 URL: http://svn.apache.org/viewvc?rev=1041947view=rev Log: fixed WICKET-3222 AbstractMarkupParser doesn't remove Comments correctly Issue: WICKET-3222 Modified:

svn commit: r1041955 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket: ./ markup/ markup/html/panel/ markup/resolver/ request/handler/

2010-12-03 Thread jdonnerstag
Author: jdonnerstag Date: Fri Dec 3 19:05:33 2010 New Revision: 1041955 URL: http://svn.apache.org/viewvc?rev=1041955view=rev Log: transient MarkupContainer.markupStream no longer needed (because of markup fragments) Modified:

[jira] Commented: (WICKET-3221) don't use @see upperClass when javadoc inheritance is sufficient

2010-12-03 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966634#action_12966634 ] Juergen Donnerstag commented on WICKET-3221: The same seems to be true for

[jira] Created: (WICKET-3223) OpaqueRegion subtract for-loop does not process all rectangles

2010-12-03 Thread Richard Emberson (JIRA)
OpaqueRegion subtract for-loop does not process all rectangles -- Key: WICKET-3223 URL: https://issues.apache.org/jira/browse/WICKET-3223 Project: Wicket Issue Type: Bug

svn commit: r1041973 - in /wicket/trunk: wicket-util/src/main/java/org/apache/wicket/util/resource/ wicket/src/main/java/org/apache/wicket/markup/ wicket/src/main/java/org/apache/wicket/markup/loader/

2010-12-03 Thread jdonnerstag
Author: jdonnerstag Date: Fri Dec 3 20:10:34 2010 New Revision: 1041973 URL: http://svn.apache.org/viewvc?rev=1041973view=rev Log: don't use @see upperClass when javadoc inheritance is sufficient Issue: WICKET-3221 Modified:

[jira] Commented: (WICKET-3186) http://wicket.apache.org/learn/examples/stockquote.html is missing

2010-12-03 Thread Bernard Niset (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966651#action_12966651 ] Bernard Niset commented on WICKET-3186: --- Additionally, some pages in the live action

svn commit: r1041975 - in /wicket/trunk: wicket-util/src/main/java/org/apache/wicket/util/diff/ wicket-util/src/main/java/org/apache/wicket/util/lang/ wicket-util/src/main/java/org/apache/wicket/util/

2010-12-03 Thread jdonnerstag
Author: jdonnerstag Date: Fri Dec 3 20:17:31 2010 New Revision: 1041975 URL: http://svn.apache.org/viewvc?rev=1041975view=rev Log: don't use @see upperClass when javadoc inheritance is sufficient Issue: WICKET-3221 Modified:

svn commit: r1041989 - in /wicket/trunk: wicket-request/src/main/java/org/apache/wicket/request/ wicket-request/src/main/java/org/apache/wicket/request/mapper/ wicket-request/src/main/java/org/apache/

2010-12-03 Thread jdonnerstag
Author: jdonnerstag Date: Fri Dec 3 20:53:01 2010 New Revision: 1041989 URL: http://svn.apache.org/viewvc?rev=1041989view=rev Log: don't use @see upperClass when javadoc inheritance is sufficient Issue: WICKET-3221 Removed:

[jira] Created: (WICKET-3224) FileCleaner issues

2010-12-03 Thread Juergen Donnerstag (JIRA)
FileCleaner issues -- Key: WICKET-3224 URL: https://issues.apache.org/jira/browse/WICKET-3224 Project: Wicket Issue Type: Bug Components: wicket Affects Versions: 1.5-M3 Reporter: Juergen Donnerstag

[jira] Commented: (WICKET-3215) AutoCompleteTextField does not work in an iframe under IE 6, 7 or 8

2010-12-03 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966741#action_12966741 ] Pedro Santos commented on WICKET-3215: -- Just trying to explain the hack: after show

[jira] Commented: (WICKET-3215) AutoCompleteTextField does not work in an iframe under IE 6, 7 or 8

2010-12-03 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966749#action_12966749 ] Hudson commented on WICKET-3215: Integrated in Apache Wicket 1.4.x #308 (See

[jira] Commented: (WICKET-2279) Losing focus on Autocomplete field if DropDownChoice is updated using Ajax.

2010-12-03 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966750#action_12966750 ] Hudson commented on WICKET-2279: Integrated in Apache Wicket 1.4.x #308 (See

[jira] Created: (WICKET-3226) NavigationToolbar has table instance variable but so does base-class AbstractToolbar

2010-12-03 Thread Richard Emberson (JIRA)
NavigationToolbar has table instance variable but so does base-class AbstractToolbar Key: WICKET-3226 URL: https://issues.apache.org/jira/browse/WICKET-3226