I have 1.jsp which submits a hidden tag lets say
<hidden name="permGroupId" value="${permGroup.id}">When you click on a link to 2.jsp i want to have another hidden tag to save the same value from the previous page name = "permGroupId" as shown above in a hidden tag <hidden name="permGroupId" value=""> what must be in the value thanks
