Re: Help please -- How to provide a "Back" button?

2003-10-29 Thread ishmael riles
Another solution if you don't want to use javascript, is to rely on the fact that the name and value atrributes of the submit button that was pressed are passed through the http request. The values for the other submit buttons aren't sent. So in your action you check for the existance of each subm

trouble with TLD in struts 1.1

2003-10-28 Thread Ishmael Riles
I'm upgrading an app from strtuts 1.0.2 to 1.1 and I keep getting the following or similar errors on JSP pages that include TLD's It seems like there's a miss match between the struts.jar and the *.tld files, So I downloaded the files again and replaced them all. And of course I moved all the *.t