Re: problem with checking checkbox before jsp page

2005-12-05 Thread Michael Jouravlev
On 12/5/05, Stanislav <[EMAIL PROTECTED]> wrote: > Before jsp page i have action that connects to db and gettering some data. On > values of this data > depends checking checkbox. How can i do this? I dont know how to have jsp > page with some of checked > checkbox.. In Struts JSP is used for pr

Re: problem with checking checkbox before jsp page

2005-12-05 Thread Laurie Harper
Stanislav wrote: In ur JSP, you might have given some value to your check box. Set the same value in your action class for the respective field in the FormBean. Ex: Then in your action class: setAbc("y"); Tnx for your answer, but i tried to do that and or get error or doesnot happend. Stani

RE: problem with checking checkbox before jsp page

2005-12-05 Thread Stanislav
> In ur JSP, you might have given some value to your check box. Set the same > value in your action > class for the respective field in the FormBean. > > Ex: > > Then in your action class: > setAbc("y"); Tnx for your answer, but i tried to do that and or get error or doesnot happend. Stanislav

RE: problem with checking checkbox before jsp page

2005-12-05 Thread Murugesan, Kathiresan \(Cognizant\)
Sent: Mon 12/5/2005 4:06 PM To: user@struts.apache.org Subject: problem with checking checkbox before jsp page Before jsp page i have action that connects to db and gettering some data. On values of this data depends checking checkbox. How can i do this? I dont know how to have jsp page wi

problem with checking checkbox before jsp page

2005-12-05 Thread Stanislav
Before jsp page i have action that connects to db and gettering some data. On values of this data depends checking checkbox. How can i do this? I dont know how to have jsp page with some of checked checkbox.. Tnx, Stanislav - T