Hi friends,
I am using ditchnet tabs in my project. I want to pass more than one
parameter through a link to my action class. I have used the following
code to pass the parameters.
<%
java.util.Map paramMap = new
java.util.HashMap();
paramMap.put("id",id);
paramMap.put("locationId",locationId);
paramMap.put("parentChildTracker",parentChildTracker);
paramMap.put("forwardURL",forwardURL);
pageContext.setAttribute("paramMap",paramMap);
%>
But ditchnet tabs will not allow scriptlets inside the tabs. Is there is
any other way to pass more than one parameters to Action class. I am
stuck in something. So if anyone can send some clues or links that will
be helpful. Or some code example.
Thanks in advance,
Sony
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]