I am trying to develop a small struts apps. I want to write all the setter
and getter method in a separate Bean file and want to keep the controller
clean :) If we remem, struts 1.2 style. 

I dont want to use viewname.elementname style. This create a issue in the
javascript validation. As JS is not able to recognize the "." dot. 

<s:textfield id="alName" name="objAllergyView.alName"/>
<s:textfield id="alDescription" name="objAllergyView.alDescription"/>

Thanks,

--
View this message in context: 
http://struts.1045723.n5.nabble.com/Separate-Java-Bean-Class-for-Getter-Setter-method-tp4385274p4385274.html
Sent from the Struts - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to