[jira] Commented: (WICKET-1297) PasswordTextField.onComponentTag helpful if not final

2008-01-21 Thread Sam Hough (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560996#action_12560996 ] Sam Hough commented on WICKET-1297: --- Weakens my case, based on consistency, but

[jira] Commented: (WICKET-845) Label constructor

2007-10-03 Thread Sam Hough (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532056 ] Sam Hough commented on WICKET-845: -- Seems handy for optimisation. Quite often the caller will be using a

[jira] Created: (WICKET-1012) make setVisible, setEnable, add, addOrReplace, remove and removeAll non-final

2007-09-26 Thread Sam Hough (JIRA)
make setVisible, setEnable, add, addOrReplace, remove and removeAll non-final - Key: WICKET-1012 URL: https://issues.apache.org/jira/browse/WICKET-1012 Project: Wicket

[jira] Updated: (WICKET-994) Ajax requests may happen before DOM is ready

2007-09-21 Thread Sam Hough (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Hough updated WICKET-994: - Attachment: test.zip Description of how to use the file in initial posting. Ajax requests may happen

[jira] Created: (WICKET-962) Ajax updates do not work on Components with wicket id that is not \d+ when within AbstractRepeater/RepeatingView

2007-09-12 Thread Sam Hough (JIRA)
Ajax updates do not work on Components with wicket id that is not \d+ when within AbstractRepeater/RepeatingView Key: WICKET-962 URL:

[jira] Commented: (WICKET-758) HTML validation cleanliness

2007-09-11 Thread Sam Hough (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526527 ] Sam Hough commented on WICKET-758: -- In 1.3-beta3 should it be returning id+String.valueOf(childIdCounter) now? The

[jira] Commented: (WICKET-940) AjaxFallbackLink.onClick be helpful if not final

2007-09-07 Thread Sam Hough (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525853 ] Sam Hough commented on WICKET-940: -- I liked onSubmit() { // my nice application code } and onClick() { // my nice

[jira] Commented: (WICKET-921) AbstractRepeater.add(int index, Component c) method

2007-09-05 Thread Sam Hough (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525114 ] Sam Hough commented on WICKET-921: -- OK. I'll stick with RepeatingView and removing items then adding them back in

[jira] Created: (WICKET-921) AbstractRepeater.add(int index, Component c) method

2007-09-03 Thread Sam Hough (JIRA)
AbstractRepeater.add(int index, Component c) method --- Key: WICKET-921 URL: https://issues.apache.org/jira/browse/WICKET-921 Project: Wicket Issue Type: New Feature Components: