Re: Struts 2: Non Submittable button

2012-02-27 Thread Steven Benitez
Just use HTML? On Mon, Feb 27, 2012 at 10:59 PM, Umesh Awasthi wrote: > It work as a submit button and will associate the form with your button.If > you want to use simple button, i suggest you to go with > > > As a side note the best place to ask such question is user mailing list <* > u...@st

Re: Struts 2: Non Submittable button

2012-02-27 Thread Umesh Awasthi
It work as a submit button and will associate the form with your button.If you want to use simple button, i suggest you to go with As a side note the best place to ask such question is user mailing list <* u...@struts.apache.org*> On Tue, Feb 28, 2012 at 9:11 AM, Shrinivas Parashar < shrinivas_

Struts 2: Non Submittable button

2012-02-27 Thread Shrinivas Parashar
Hi, When we create a button using s:button, Struts 2 always renders button of type submit. If we specify the type as button Struts 2 renders as below If we specify type as submit Struts 2 renders as below In both the cases the button is of type submit even if we want non-submittable button. D