On Fri, Mar 27, 2009 at 11:06 AM, Aaron Porter <[email protected]> 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 the Stripes tag is that of grabbing the message catalog entry based on the tag's "name". I ended up doing a simple tag of my own to do the same thing, because for this purpose that's all I need anyway. -- Turtle, turtle, on the ground, Pink and shiny, turn around. ------------------------------------------------------------------------------ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
