Re: Implementing "cancel" on a form

2015-10-04 Thread Lukasz Lenart
2015-10-04 20:32 GMT+02:00 Christopher Schultz : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > I've got a form which works nicely, and I'd like to add a "cancel" > button to it. Right now, I have an Action class that implements no > Struts2-defined interfaces... I just have the t

Re: Implementing "cancel" on a form

2015-10-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martin, On 10/4/15 7:40 PM, Martin Gainty wrote: > by form you mean Struts 1.3 StrutsForm? No, an S2 form. I'm sorry I wasn't specific, though it should have been obvious since I mentioned I was reading "Struts /2/ in Action". I'm just talking abo

Implementing "cancel" on a form

2015-10-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I've got a form which works nicely, and I'd like to add a "cancel" button to it. Right now, I have an Action class that implements no Struts2-defined interfaces... I just have the typical execute-style methods edit() and save(). I'd like to cal

Re: Accessing action properties from JSPs

2015-10-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lukasz, On 10/4/15 3:49 AM, Lukasz Lenart wrote: > 2015-10-03 17:50 GMT+02:00 Christopher Schultz > : >> Is this the latest wisdom for accessing action properties from >> JSPs using EL? >> >> https://struts.apache.org/docs/access-to-valuestack-from

Re: Accessing action properties from JSPs

2015-10-04 Thread Lukasz Lenart
2015-10-03 17:50 GMT+02:00 Christopher Schultz : > Is this the latest wisdom for accessing action properties from JSPs > using EL? > > https://struts.apache.org/docs/access-to-valuestack-from-jsps.html > > So if my action has a "public String getItems)" method, I'd like to do > something as close a