How do you include this template with your project? I've modified the 'submit.ftl' file and placed it in the '/WEB-INF/classes' dir of my web application. Its not being picked up..
Thanks, Leon -----Original Message----- From: Pascal Lalonde [mailto:[EMAIL PROTECTED] Sent: Monday, March 12, 2007 2:36 PM To: Struts Users Mailing List Subject: Re: Struts 2 newbie question You'll have to modify the associated template within your project. The actual form template (from the default xhtml) is wrapping inputs into a table, each input is appended has a row into it. - Pascal King, Leon C wrote: > How do you modify the alignment of a button? Currently I'm using the > following in my jsp: > > <s:submit type="button" value="%{'submitForm('query')'}" > > label="Query Result" /> > > > > which produces a button on one line. I'd like to combine several > buttons on the same line. > > > > Thanks, > > > > Leon > > > --------------------------------------------------------------------- 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]