Re: TAP5-781: single error message for multiple fields

2011-03-17 Thread Adam Zimowski
Answering my own question here, just to document... This grossly simplified dirty hack simulates behavior described in TAP5-781: Then in the Page class: @Persist("flash") @Property(write=false) private boolean multiFieldError; // inject form & fields @OnEvent(value="validate", com

Re: TAP5-781: single error message for multiple fields

2011-03-16 Thread Adam Zimowski
Here is the URL to what Igor opened: https://issues.apache.org/jira/browse/TAP5-781 Adam On Wed, Mar 16, 2011 at 2:19 PM, Adam Zimowski wrote: > Hi - > > I saw Igor filed this already. I kind of need this feature. Is there a > preferred/suggested work-around? Or any idea when and if this gets >

TAP5-781: single error message for multiple fields

2011-03-16 Thread Adam Zimowski
Hi - I saw Igor filed this already. I kind of need this feature. Is there a preferred/suggested work-around? Or any idea when and if this gets resolved? I really could use what Igor proposes, or even another signature: form.recordError(Field); or, if I could pass null for error message under cu