Re: Implementing a back button without Javascript

2008-03-19 Thread Jeff Miller
If you don't want to add another form element to the page you could take a look at LookupDispatchAction's getKeyMethodMap() method. Extend LookupDispatchAction in your action class. Override the getKeyMethodMap in which you can map your button's keys to methods you create. You could create a map

Re: Opinions of "Struts 2 Design and Programming: A Tutorial" (2nd edition)?

2008-03-18 Thread Jeff Miller
I've had this book for about a week now. I bought it because I'm new to S2 and wanted something that could give more detail and examples than the S2 documentation wiki and the "in action" book isn't available until May-ish. S2 Design and Programming serves the purpose but not with the depth I ha