I have a
jsp page that has previous, next, and a couple of other links that all post to the same
struts action. Currently my action is aware of the links that been clicked by using javascript in the jsp that sets the same hidden variable. Once in my action I just read the property that was set with javascript. Question is, how do this without javascipt? Is what I am currently doing a good practice?