Re: composing dynamic url

2004-05-13 Thread Ryan . Hoffmann
cc: Subject: Re: composing dynamic url 05/13/2004 02:31

Re: composing dynamic url

2004-05-13 Thread Kiran Kumar
Use bean define and store the url into a jsp variable and then use the following tag to forward it to the particular u want Hope this is useful ~Kiran --- [EMAIL PROTECTED] wrote: > > > > > I am new to STRUTS so I am struggling with the use > of the "page or href" > attribute in the ht

Re: composing dynamic url

2004-05-12 Thread Ryan . Hoffmann
Finally found a solution using getProperty tag. "> I am new to STRUTS so I am struggling with the use of the "page or href" attribute in the html:link statement. I don't see a need to specify an action in the con

composing dynamic url

2004-05-12 Thread Ryan . Hoffmann
I am new to STRUTS so I am struggling with the use of the "page or href" attribute in the html:link statement. I don't see a need to specify an action in the config-struts that points to an ActionClass to make the URL available to the JSP page. I already have the URL stored in a bean and I ca