Custom back button functionality implementaion

2012-11-06 Thread wicket_new_user
Hi, i'm new to Wicket framework and i have struck with the following issue, browsed google and the forum, but couldn't found the matching solution Issue is as follows == There are 3 pages (say X, Y Z) Z can be reached from X Y If i've accessed Z via X page, and on clicking button

Checkbox Onclick event usage

2012-11-07 Thread wicket_new_user
Hi, I need help on how to incorporate the Javascript function for onclick event in Checkbox Scenario as follows == I have 2 checkboxes and this are taken as a Checkbox group private CheckGroupModelType addType(final MarkupContainer parent, final String id, final

Custom Validation implementation

2012-12-16 Thread wicket_new_user
Hi all, Is there a way to do the validation for all the fields in one area without using onValidate method. I mean, the form data will be converted to domain data, do the validation and throw error message if any found before persisting to the database? Thank You -- View this message in

Issue while adding Custom Validator to ListMultipleChoice component

2012-12-28 Thread wicket_new_user
Hi, is it possible to add Custom Validator (implenting IValidatorT) for ListMultipleChoice component? when i'm trying to add validator to the the componnent using the below code, final ListMultipleChoiceAttribute selectedFields = new ListMultipleChoiceAttribute(selected, new

alternative for AjaxFormSubmitBehavior from form submission

2012-12-30 Thread wicket_new_user
Hi, i'm using AjaxFormSubmitBehavior to fill the selected data in List box when using AutoCompleteTextField. When an selection is made in the AutoCompleteTextField component, and trying to update the list box, the AjaxFormSubmitBehavior is trying to validate the complete form and throwing

Default selecting(highlighting) values from ListMultipleChoice

2013-01-02 Thread wicket_new_user
Hi, Is there a way to select the values (in other words, highlighting all the values in the box) from the ListMultipleChoice component ? i've an available and selected List boxes. when the item is moved from Available to Selected, making the item as highlighted. If the Highlight section is

confirmation popup in component

2013-01-17 Thread wicket_new_user
Hi, Is there any confirmation component in wicket/wicket-stuff? As an example, when user want to delete something, a popup window will come up and ask user whether they are sure what they are doing or not i'm having a case where a button and custom action menu. For a button, we have this

Can AjaxFormSubmitBehavior skip validation on form field updating

2013-02-12 Thread wicket_new_user
Is it possible to skip the Validation when using the AjaxFormSubmitBehavior. I have a text field (AutoComplete) and selecting will update the MultiListbox. There is a provision to remove the element from the List box. When trying to add new element from the Textbox to Listbox if

Websphere 8

2013-11-07 Thread wicket_new_user
Hi Anyone brought up Websphere 8 and is it working without any issues My app works find in Websphere 6 7 with the below properties set, but not working with 8. com.ibm.ws.webcontainer.invokefilterscompatibility=true com.ibm.ws.webcontainer.mapFiltersToAsterisk=true

Script Error is getting in IE8 while selecting DatePicker in Modal Window

2013-12-16 Thread wicket_new_user
Hi, i'm getting script error, when trying to provide the Date picker in modal window on IE8 browser, this works fine in IE9 IE10 without any issues. Script error is getting at the below code in calendar-min.js at line no. 18, the bold one below from the code. try {

Re: Script Error is getting in IE8 while selecting DatePicker in Modal Window

2013-12-17 Thread wicket_new_user
Hi, Currently the page is not having any form, and the data is loaded to WebMarkupContainer/MarkupContainer. I've replaced WebMarkupContainer with Form and modelwindow is added to the form and still see the same issue. As for testing to go, i've replaced calendar-min.js code with Calendar.js in

Calendar is showing below the DatePicker, when cliked in IE8

2013-12-17 Thread wicket_new_user
Hi, When DatePicker is clicked, the Calendar is showing below the icon in IE8. But it is displaying properly in IE 9,10, Chrome browsers. As this is the last one in the page, has to scroll down to select the date value. Any suggestions on this. thanks in advance. Venky -- View this message

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

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

2014-03-19 Thread wicket_new_user
Yes, it is just experiment. Also, when the Addrow is clicked, the validation is not getting fired and the form is getting null, as i'm clueless why it is not working only in ModelWindow and how it is working in regular page. Thanks Venky -- View this message in context: