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 TouchToneTommy 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

    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...
  2. 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