Validation not working in Model Window on Dynamic rows addition

2014-03-18 Thread wicket_new_user
Hi, I've a requirement where, the rows needs to be added dynamically on click of a button/hyperlink. If a new Row needs to be added, then the previous rows needs to be filled by the user. Also on Click of Submit button, have to check all the rows are filled or not. The above case is working fine

Re: Validation not working in Model Window on Dynamic rows addition

2014-03-18 Thread wicket_new_user
ReportFiltersPanel.html http://apache-wicket.1842946.n4.nabble.com/file/n4665013/ReportFiltersPanel.html ReportFiltersPanel.java http://apache-wicket.1842946.n4.nabble.com/file/n4665013/ReportFiltersPanel.java Martin, Uploaded both the Java and HTML files for complete reference. New row is

Expandable section in ListView

2014-03-18 Thread Entropy
I have a list view that will have a button on the left to expand or contract a section that starts out hidden. this section will have some additional details. Code and HTML below. When I click the button, the event arrives in my onActivityLogExpansion, and the wicket ajax debug control turns

Re: Expandable section in ListView

2014-03-18 Thread Stefan Renz
Hi, try to setOutputMarkupPlaceholderTag(true) on your expandable, otherwise your component doesn't render at all when setVisible(false)... Bye Stef Entropy wrote: I have a list view that will have a button on the left to expand or contract a section that starts out hidden. this section

Re: Extending the DataTable class doesnt work

2014-03-18 Thread chathuraka.waas
Hi, i'm still trying to fix my issue. Even though most of the issues are fixed there is one small glitch i cant get my way around. Given my business scenario i need to be able to add a empty row to the table after its been rendered by wicket. In wicket 1.4 this was achieved by,