Thanks Dave! That was too easy. Here I thought I would have to edit the
template. I'm always over thinking S2.

How can I make my submit buttons show up next to each other, rather than
on separate rows (using xhtml template)

<s:submit action="cancel" key="button.cancel"
onclick="javascript:setMethod('cancel');" tabindex="2" />
<s:submit tabindex="3" onclick="javascript:setMethod('submit');" />  

Cheers!
mg

-----Original Message-----
From: Dave Newton [mailto:newton.d...@yahoo.com] 
Sent: Tuesday, June 09, 2009 3:35 PM
To: Struts Users Mailing List
Subject: Re: How can I insert a table into a struts form?

Griffith, Michael * wrote:
>>> Create a <tr><td colspan="2">... 
> Do this in my form, or change the template?

....

On your page.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to