RE: How to retrieve parameters off URL in JSP via Struts

2006-08-10 Thread Vishal Seth
parameters off URL in JSP via Struts Adam Gordon wrote: > A, if only the taglib docs were documented in a more thorough > manner > > Since I wanted to render some Struts tags based on the presence of a > parameter, I discovered the "logic:present" element a

Re: How to retrieve parameters off URL in JSP via Struts

2006-08-10 Thread David Durham
Adam Gordon wrote: A, if only the taglib docs were documented in a more thorough manner Since I wanted to render some Struts tags based on the presence of a parameter, I discovered the "logic:present" element and used the "parameter" attribute. Hooray for me! It's possible to use E

Re: How to retrieve parameters off URL in JSP via Struts

2006-08-09 Thread Adam Gordon
A, if only the taglib docs were documented in a more thorough manner Since I wanted to render some Struts tags based on the presence of a parameter, I discovered the "logic:present" element and used the "parameter" attribute. Hooray for me! -adam Adam Gordon wrote: Quick question:

How to retrieve parameters off URL in JSP via Struts

2006-08-09 Thread Adam Gordon
Quick question: Is there a way to retrieve a parameter off a URL via struts in a JSP? I.e. if I have http://server.name/path/foo?mood=happy, is there a struts tag that I can use to get the value of "mood"? Thanks, -Adam - T