I'm trying to build a section of a page which is a bit like an explorer, although just a list of child "nodes" that can be opened by clicking on the link. I've figured out how to get all my Node objects into a Hashmap, and iterate through them using logic:iterate. Where the problem...
This is something that is dead easy in straight JSP, but I want to know how to do it in struts.
I have a URL which is passing parameters sub and func.
In JSP, I'd just do
<% String subject=request.getParameter("sub");
String function=request.getParameter("func");
%>
In...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.