Hi guys,

    I've been strugling with this one for a while: How is it possible to
place 2 (or more) buttons one after the other?

Currently, my buttons looks like this:


[update]
[test]

and I wish to have:    [update]  [test]

my jsp code:

<s:submit action="email_updateEmail" value="%{'update'}" align="center"
theme="ajax" targets="confirm_result" />                
<s:submit action="email_testEmail" value="%{'test'}"  align="center"
theme="ajax" targets="confirm_result" />


-- 
View this message in context: 
http://www.nabble.com/ajax-layout---how-to-place-2-submit-buttons-one-after-the-other--tp16397732p16397732.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to