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

2007-09-28 Thread Laurie Harper
Doh, my bad :-( I guess I was reading too fast (or with my eyes closed perhaps?...) Re-reading what you're doing, I'd say this is either a bug or a design limitation. It's probably worth a Jira ticket either way. L. billgloff wrote: Laurie, As you can see above in my sample code, I am

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

2007-09-26 Thread billgloff
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/S2-Cannot-get-Submit-button-body-to-render-as-label...-tf4517330.html#a12902359 Sent from the Struts - User mailing list archive

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

2007-09-25 Thread billgloff
to my button? I do not understand why any text in the tag body gets pushed out to the front of the tag. Thanks for any help on this! -- View this message in context: http://www.nabble.com/S2-Cannot-get-Submit-button-body-to-render-as-label...-tf4517330.html#a12885672 Sent from the Struts - User

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

2007-09-25 Thread billgloff
to my button? I do not understand why any text in the tag body gets pushed out to the front of the tag. Thanks for any help on this! -- View this message in context: http://www.nabble.com/S2-Cannot-get-Submit-button-body-to-render-as-label...-tf4517335.html#a12885678 Sent from the Struts - User

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

2007-09-25 Thread Laurie Harper
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 itself. When I attempt to try the same thing using S2 tags e.g.

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

2007-09-25 Thread Dave Newton
Laurie Harper [EMAIL PROTECTED] wrote: billgloff wrote: s:submit theme=simple type=button If you want a button element, set s:submit's 'type' attribute to 'button', as listed in the tag docs Er... d. - To unsubscribe,