RE: [struts2] Button pressed

2007-09-19 Thread Jason Wyatt
ling List Subject: [struts2] Button pressed Hello I've tried following this http://struts.apache.org/2.x/docs/html-form-buttons-howto.html, to determine in my validate() method of my action to check wich button was pressed, It doesn't seem to work though. private boolean selecaoOk =

[struts2] Button pressed

2007-09-19 Thread Marcos Mendonça
Hello I've tried following this http://struts.apache.org/2.x/docs/html-form-buttons-howto.html, to determine in my validate() method of my action to check wich button was pressed, It doesn't seem to work though. private boolean selecaoOk = false; public void setSelecaoOk(boolean selecaoO