Hi We have two requirements like this. 1.In my JSP page I have around 50 fields and these fields could be mandatory,optional or just plane read only fields based on some condition. Now the requirement is when the JSP is displayed,which way is good to display the field in bold if mandatory,non-bold if optional and just label if read only. Should we user any custom implementation for this or struts has any facilities for this. 2.Another is if the field is required,it should do a mandatory validation. And if optional,it should to a optional validation. In struts do have any implementation. I have around 50 field and having a indictor for each field will increase the form bean parameters.
Thanks and Regards Hanmayya Udgiri