Modal window issue

2011-08-09 Thread Archana
deactivate the Modal window 1, when the Modal window 2 opens.* Both the Modal windows uses Panel. I am using wicket 1.4. - Thanks & Regards, Archana -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Modal-window-issue-tp3731060p3731060.html Sent from the Users f

Re: Model window issue

2011-08-08 Thread Archana
is the parent one. If I close it the child i.e. Model window 2 will not open. Please give me some suggestions on this. - Thanks & Regards, Archana -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Model-window-issue-tp3727688p3728161.html Sent from the Users f

Model window issue

2011-08-08 Thread Archana
n of Model window 2, I want to hide the Model window 1 or make it inactive so that it will not be selected. Can I do that any way. I have tried to close() and setVisible() for the Model window 1. It did not work. Thanks in advance. - Thanks & Regards, Archana -- View this message in context:

Re: DropDownChoice updates onchange event.

2011-07-28 Thread Archana
form. - Thanks & Regards, Archana -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DropDownChoice-updates-onchange-event-tp3699271p3702308.html Sent from the Users forum mailing list archive at Nabble

Re: DropDownChoice updates onchange event.

2011-07-27 Thread Archana
final StringBuffer scriptBuffer = new StringBuffer(); scriptBuffer.append("Ricola.page.showPleaseWait('Processing');"); scriptBuffer.append(script); return scriptBuffer.toString();

Re: DropDownChoice updates onchange event.

2011-07-27 Thread Archana
uffer(); scriptBuffer.append("Ricola.page.showPleaseWait('Processing');"); scriptBuffer.append(script); return scriptBuffer.toString(); } }; } }); - Thanks & Regards, A

Re: DropDownChoice updates onchange event.

2011-07-27 Thread Archana
I am using a Arraylist. - Thanks & Regards, Archana -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DropDownChoice-updates-onchange-event-tp3699271p3699493.html Sent from the Users forum mailing list archive at Nabble

Re: DropDownChoice updates onchange event.

2011-07-27 Thread Archana
I am using a List. - Thanks & Regards, Archana -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DropDownChoice-updates-onchange-event-tp3699271p3699387.html Sent from the Users forum mailing list archive at Nabble

Re: DropDownChoice updates onchange event.

2011-07-27 Thread Archana
changed. How can I make the DropDownChoice to diaplay the elements in the order of (A, B, C, D). - Thanks & Regards, Archana -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DropDownChoice-updates-onchange-event-tp3699271p3699383.html Sent from the Users f

Wicket Date Field Validation

2009-06-17 Thread Rao Archana (HCTM/ETA)
Hi, I am working on date fields and have problems with the validation. I have referred to the link below which helped me. http://www.nabble.com/Strict-4-digit-year-for-DateTextField--td18656889. html So I have subclassed the PatternDateConverter and have set the pattern as, dateFormat = "^(\\d{

Wicket Date Field Validation

2009-06-17 Thread Rao Archana (HCTM/ETA)
Hi, I am working on date fields and have problems with the validation. I have referred to the link below which helped me. http://www.nabble.com/Strict-4-digit-year-for-DateTextField--td18656889. html So I have subclassed the PatternDateConverter and have set the pattern as, dateFormat = "^(\\d{