RE: Request object

2004-06-10 Thread Naresh Sharma
Title: RE: Request object I got the fetching scheme   Its       But other problems remains, how to tell jsp:include tag that pick the actual value from resource bundle for value="${global.commandinformation.title1}" />     From: Naresh Sharma Sent: Fr

RE: Request object

2004-06-10 Thread Naresh Sharma
Title: RE: Request object HI Bill, I am sorry I didn't get it. Anyway let me tell you the scenario. I am passing parameter from my main jsp file to include jsp using the following scheme.     First thing, I am not sure if any Struts tag is there for above statement.

RE: Request object

2004-06-10 Thread Naresh Sharma
Title: RE: Request object I am displaying this parameter value in HTML -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, June 11, 2004 1:31 AM To: Struts Users Mailing List Subject: Re: Request object What are you trying to do based on the

Re: Request object

2004-06-10 Thread Bill Siggelkow
Use -- this will create a page-scoped variable and a scripting variable. Complete details can be found at: http://jakarta.apache.org/struts/userGuide/struts-bean.html#parameter Naresh Sharma wrote: HI, In one of my include JSP I wish to fetch a particular request attribute which was set by main

Re: Request object

2004-06-10 Thread kkamholz
What are you trying to do based on the parameter?