Re: [Stripes-users] Stripes link event triggering validation that is incorrect.

2010-06-10 Thread David Miller
Ok, I have found answer to the problem. I can either add each value to the link parameters, or disable the validation within the annotation: @Validate(field=county, on=!showTab2Link.. This didn't quite match what I needed to do, as I needed the validation for all, so I have simply styled a

[Stripes-users] Stripes link event triggering validation that is incorrect.

2010-06-09 Thread David Miller
I have stripes:link tag in a jsp with an event attribute: stripes:link href=${actionBean.context.currentStage.stripesForwardAction} addSourcePage=true event=showTab2Link This triggers the validation to trigger on nested properties: @ValidateNestedProperties({