[jira] Resolved: (WICKET-2610) OddEvenListItem should append css attribute instead of replacing/adding it

2010-07-23 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2610. --- Resolution: Fixed > OddEvenListItem should append css attribute instead of replacing/adding

svn commit: r967148 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/ComponentTag.java

2010-07-23 Thread ivaynberg
Author: ivaynberg Date: Fri Jul 23 16:03:38 2010 New Revision: 967148 URL: http://svn.apache.org/viewvc?rev=967148&view=rev Log: util method to make life easier Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/ComponentTag.java Modified: wicket/branches/

svn commit: r967145 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup: ComponentTag.java html/list/OddEvenListItem.java

2010-07-23 Thread ivaynberg
Author: ivaynberg Date: Fri Jul 23 15:59:38 2010 New Revision: 967145 URL: http://svn.apache.org/viewvc?rev=967145&view=rev Log: OddEvenListItem should append css attribute instead of replacing/adding it Issue: WICKET-2610 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/C

[jira] Assigned: (WICKET-2610) OddEvenListItem should append css attribute instead of replacing/adding it

2010-07-23 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-2610: - Assignee: Igor Vaynberg > OddEvenListItem should append css attribute instead of replaci

[jira] Commented: (WICKET-2610) OddEvenListItem should append css attribute instead of replacing/adding it

2010-07-23 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12891645#action_12891645 ] Igor Vaynberg commented on WICKET-2610: --- i think we should leave it as is in 1.4.x a

[jira] Resolved: (WICKET-2812) Textarea ignores first line in case of blank line

2010-07-23 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2812. --- Resolution: Fixed > Textarea ignores first line in case of blank line >

[jira] Assigned: (WICKET-2812) Textarea ignores first line in case of blank line

2010-07-23 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-2812: - Assignee: Igor Vaynberg > Textarea ignores first line in case of blank line > --

svn commit: r967142 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/TextArea.java

2010-07-23 Thread ivaynberg
Author: ivaynberg Date: Fri Jul 23 15:51:43 2010 New Revision: 967142 URL: http://svn.apache.org/viewvc?rev=967142&view=rev Log: Textarea ignores first line in case of blank line Issue: WICKET-2812 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/TextArea.java

[jira] Issue Comment Edited: (WICKET-2610) OddEvenListItem should append css attribute instead of replacing/adding it

2010-07-23 Thread Erich Schreiner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12891623#action_12891623 ] Erich Schreiner edited comment on WICKET-2610 at 7/23/10 10:42 AM: -

[jira] Updated: (WICKET-2610) OddEvenListItem should append css attribute instead of replacing/adding it

2010-07-23 Thread Erich Schreiner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erich Schreiner updated WICKET-2610: Attachment: OddEvenListItem.java.patch I suggest to use an extended version of OddEvenList

[jira] Updated: (WICKET-2812) Textarea ignores first line in case of blank line

2010-07-23 Thread Erich Schreiner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erich Schreiner updated WICKET-2812: Attachment: TextArea.java.patch Patch as suggested above > Textarea ignores first line in

[jira] Closed: (WICKET-2960) Test initialization mechanism against one possible implementation using the onbeforerender method

2010-07-23 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos closed WICKET-2960. Resolution: Fixed The test case shows only an well-known problem that affects the current oniniti

[jira] Updated: (WICKET-2960) Test initialization mechanism against one possible implementation using the onbeforerender method

2010-07-23 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-2960: - Attachment: patch.txt > Test initialization mechanism against one possible implementation using

[jira] Commented: (WICKET-2960) Test initialization mechanism against one possible implementation using the onbeforerender method

2010-07-23 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12891566#action_12891566 ] Johan Compagner commented on WICKET-2960: - as i said on the mailing list This is n

[jira] Updated: (WICKET-2960) Test initialization mechanism against one possible implementation using the onbeforerender method

2010-07-23 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-2960: - Attachment: patch.txt test for initialize method > Test initialization mechanism against one po

[jira] Created: (WICKET-2960) Test initialization mechanism against one possible implementation using the onbeforerender method

2010-07-23 Thread Pedro Santos (JIRA)
Test initialization mechanism against one possible implementation using the onbeforerender method - Key: WICKET-2960 URL: https://issues.apache.org/jira/browse/WICKET-

[jira] Created: (WICKET-2959) Blogs Link not working

2010-07-23 Thread count negative (JIRA)
Blogs Link not working -- Key: WICKET-2959 URL: https://issues.apache.org/jira/browse/WICKET-2959 Project: Wicket Issue Type: Bug Components: site Reporter: count negative The link to blogs http://

[CONF] Apache Wicket > Wicket and localized URLs

2010-07-23 Thread confluence
Wicket and localized URLs Page edited by Erik van Oosten Changes (1) ... www.domain.com/nl/home (For other use cases like www.domain.com/user