[Stripes-users] layouts and buttons and forms

2009-03-27 Thread Mike McNally
I'm working on a layout that will allow pages to hand over a list of buttons to be arranged together in a left-nav area. What I'd like to do is have the pages provide something like this: s:layout-component name='pageActions' mytags:dialogLink ... s:button name='button1' ... ...

Re: [Stripes-users] layouts and buttons and forms

2009-03-27 Thread Aaron Porter
Is there any reason to use the s:button tag instead of simply using the HTML equivalent input type=button or even button? If the Stripes tags don't do exactly what you're looking for you can almost always fall back on HTML. There are a few exceptions like when the ActionBean you're hitting is

Re: [Stripes-users] layouts and buttons and forms

2009-03-27 Thread Mike McNally
On Fri, Mar 27, 2009 at 11:06 AM, Aaron Porter aa...@mongus.com wrote: Is there any reason to use the s:button tag instead of simply using the HTML equivalent input type=button or even button? I started thinking about that just after sending my question out :-) The only convenience offered by