Check to see if your column is wide enough to hold 2 buttons side by side

-----Original Message-----
From: xianwinwin [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 31, 2008 10:41 AM
To: user@struts.apache.org
Subject: ajax layout - how to place 2 submit buttons one after the other?


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]


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

Reply via email to