> -----Original Message-----
> From: Session A Mwamufiya [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 02, 2007 1:39 PM
> To: user@struts.apache.org
> Subject: placing 2 buttons next to each other
>
> Hi,
>
> Is there a way to configure an s:form tag so that the 2 submit buttons
> appear side by side instead of one under the other?  I use a css file
> with input.actionButtons {float: left;} to move both of them to the
> left, but they're not appearing next to each other.
>
> Thanks,
> Session

I managed to do it by using the simple theme:
<s:submit theme="simple" action="blah" />

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

Reply via email to