Re: multiple select boxes tag - dynamic selection

2002-06-27 Thread gnanaseelan
multiple select boxes tag - dynamic selectionHi Raj Just include the Value atttribute in the html mutibox tag and give the to highlighted Gnan - Original Message - From: Rajesh Pradhan To: Struts Users Mailing List Sent: Thursday, June 27, 2002 11:32 AM Subject: multiple

Re: Multibox intial selection problem

2002-06-25 Thread gnanaseelan
Hi Nico Thanks ,i got it its working fine Thanks a lot Bye gnan - Original Message - From: Nicolas De Loof [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, June 24, 2002 7:24 PM Subject: Re: Multibox intial selection problem A cleaner

Re: Multibox intial selection problem

2002-06-25 Thread gnanaseelan
:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 6:48 PM To: 'Struts Users Mailing List' Subject: RE: Multibox intial selection problem though i havent used multibox...i think the code shud work... give it a try -Original Message- From: gnanaseelan [mailto:[EMAIL PROTECTED]] Sent

Dynamic updation of a selection box based on other select box

2002-06-25 Thread gnanaseelan
Hi I have prob: I need to dynamically update the options in the 2nd html:select box based on the value selected in the first html:select box. I have the all possible values of 2nd box in same JSP. Can any one help me thx in advance gnan

Re: Dynamic updation of a selection box based on other select box

2002-06-25 Thread gnanaseelan
Hi Nico I had a Doubt like ... In my prob can i set the values of the 2nd select box without going to the Action and manipulating the values using the formbean Is it going to server everytime the value changes in the first Select Box pls clarify,wot u suggested in the solution 3: Thanks

Re: bean:write format

2002-06-25 Thread gnanaseelan
Hi The best way to format date is using SimpleDateFormat class .but i think its better to go traditional way of vaildation hope this could be helpful Gnan - Original Message - From: Graham Lounder [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, June

Re: using ApplicationResources dynamically

2002-06-25 Thread gnanaseelan
Hi Nico i have 3 jsps ,each jsp captures data from user and in the corresponding Action class i construct a Value Object and keep that in seession and forwards the request to next Jsp. My problem is i have a BACK Button in 2rd and 3rd jsp which has to take to corresponding previous Jsp with the

Re: Multibox intial selection problem

2002-06-24 Thread gnanaseelan
='%=monthstosave[i]%'%=monthstosave[i]%/OPTION %} % /select/td -Original Message- From: gnanaseelan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 12:50 AM To: Struts Users Mailing List Subject: Multibox intial selection problem Hi

Re: Multibox intial selection problem

2002-06-24 Thread gnanaseelan
Hi I have the multibox intial selection problem with the html:multibox if u have any info pls let me know thx gnan - Original Message - From: Nicolas De Loof [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, June 24, 2002 7:24 PM

Re: Multibox intial selection problem

2002-06-24 Thread gnanaseelan
: Susmita Pati [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 6:48 PM To: 'Struts Users Mailing List' Subject: RE: Multibox intial selection problem though i havent used multibox...i think the code shud work... give it a try -Original Message- From: gnanaseelan [mailto

Re: password and where has my password gone ?

2002-06-23 Thread gnanaseelan
Hi I am gnanaseelan, i think in the settter method of the userpasssword ,the value is resetted pls check it out bye gnan - Original Message - From: Barbara Post [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 21, 2002 7:06 PM Subject: html: password and where has my

problem

2002-06-23 Thread gnanaseelan
Hi I am Gnan I am new to struts , and i have a problem. i have 3 jsps ,each jsp captures data from user and in the corresponding Action class i construct a Value Object and keep that in seession and forwards the request to next Jsp. My problem is i have a BACK Button in 2rd and 3rd jsp which

Multibox intial selection problem

2002-06-23 Thread gnanaseelan
Hi i am new to struts ,can any one suggest how could a multibox be intially selected based on a condition in jsp Thx in advance GS