learning the HttpSession and session tracking using "encodeURL". It sounds pretty clear in normal servlet/jsp. But if I use
struts, how does this "encodeURL" work ? In the following example --
"struts-config.xml":
<forward name="success" path="/next.jsp"/>
"my.jsp":
<form:form action="/register">
...
How can the "encodeURL()" be used in above two places ??