Are you setting the field name attribute for your <s:fielderror> 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#Validation-ShortCircuitingValidator
http://struts.apache.org/release/2.3.x/docs/fielderror.html

Please provide some code samples i can look at to help you more.

On Tue, Jun 18, 2013 at 8:56 PM, john lee <sh_thorn_b...@yahoo.com> wrote:
> i need to have multiple <s:form> on single web page,
>
> (at top panel, our site always provide parts search box/<s:form>)
> (at middle panel,  could have other form <s:form> such as checkout section, 
> login section, etc)
>
> when  any single form's validation triggered, then <s:fielderror> and 
> <s:actionerror/> displayed at all form's textfields  place,
>
> how to solve it?
>
> or that is struts 2 bug?
>
> please help
>
> thanks in advance
>
> john



-- 
~Chester

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

Reply via email to