Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Nondescripthandle

    Multiple but different parameters in an html:link

    Hmmmm, that should work. I was hoping to cut down on object creation, but if that's the way to do it then so be it. Ideally, I'm looking to have something like URLS main.do?func=view&sub=msgs&tree=true&path=/home/ABC/asset-1 main.do?func=view&sub=msgs&tree=true&path=/home/ABC/asset-2...
  2. Nondescripthandle

    Multiple but different parameters in an html:link

    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...
  3. Nondescripthandle

    Getting parameters off of the URL

    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(&quot;sub&quot;); String function=request.getParameter(&quot;func&quot;); %> In...

Part and Inventory Search

Back
Top