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 work

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

2007-09-26 Thread billgloff
t for this. Thanks, Bill Laurie Harper wrote: > > billgloff wrote: >> Using the button element in normal HTML you can do the following: >> >> >><img src="/images/icons/tick.png" alt=""/> Save >> >> >> which g

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: Save 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.

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: Save 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.