Re: Struts 2.1 validation with annotations

2009-02-20 Thread billgloff
I have the same exact problem now after upgrading to 2.1. I have the following model-driven validation defined (which works fine in 2.0): @VisitorFieldValidator(message=) Now I get the same exception as above when validation fails. If I add in any kind of text into the message param, it works

Re: S2 Cannot get Submit button body to render as label...

2007-09-26 Thread billgloff
up a bug report for this. Thanks, Bill Laurie Harper wrote: billgloff wrote: Using the button element in normal HTML you can do the following: button type=submit lt;img src=/images/icons/tick.png alt=/gt; Save /button which gives you an icon along with the label on the button

S2 Cannot get Submit button body to render as label...

2007-09-25 Thread billgloff
Using the button element in normal HTML you can do the following: button type=submit lt;img src=/images/icons/tick.png alt=/gt; Save /button which gives you an icon along with the label on the button itself. When I attempt to try the same thing using S2 tags e.g. s:submit theme=simple

S2 Cannot get Submit button body to render as label...

2007-09-25 Thread billgloff
Using the button element in normal HTML you can do the following: button type=submit lt;img src=/images/icons/tick.png alt=/gt; Save /button which gives you an icon along with the label on the button itself. When I attempt to try the same thing using S2 tags e.g. s:submit theme=simple