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: