Re: multiple form s:fielderror mesg cross over, how to solve?

2013-06-19 Thread john lee
Thanks Chester,     the  fieldName attribute is good remind,  that is what i am looking for. From: Chester Twomey To: Struts Users Mailing List ; john lee Sent: Wednesday, June 19, 2013 9:02 AM Subject: Re: multiple form s:fielderror mesg cross over, how to

Re: multiple form s:fielderror mesg cross over, how to solve?

2013-06-19 Thread Chester Twomey
Are you setting the field name attribute for your tags? Could you provide a sample of what you are doing in your jsp? Another possibility is you need to short circuit your validators. The official docs cover both these topics: http://struts.apache.org/release/2.3.x/docs/validation.html#Validatio

multiple form s:fielderror mesg cross over, how to solve?

2013-06-18 Thread john lee
i need to have multiple on single web page, (at top panel, our site always provide parts search box/) (at middle panel,  could have other form such as checkout section, login section, etc) when  any single form's validation triggered, then and displayed at all form's textfields  place,  ho