Probably you could get the GET data in the action class which goes to a intermediate JSP which does nothing but forwards to the right JSP using the GET data.

HTH
Nitesh
----- Original Message ----- From: "Karianne Berg" <[EMAIL PROTECTED]>
To: <user@struts.apache.org>
Sent: Thursday, June 30, 2005 3:32 PM
Subject: Using dynamic GET data


Hello,

I'm fairly new to Struts, and I'm trying to transform a web presentation
application of some size into using Struts for the Controller part, since it has
grown really, really long.

For the presentation part of the application, the users are supposed to follow links and get presented with information based on the GET data in the url's. Normally, I would just extend DispathAction for this (that was my first plan, anyway). Problem is, the information in the GET data is given by the user who made the presentation in the publishing part of the application. How can I make Actions that can handle any type of GET data and still get the user dispatched
to the right jsp page?

Thanks in advance,
Karianne

-------------------------------------------------------------------------
Start.no tilbyr nå raskere bredbånd til lavere pris.
Sjekk http://www.start.no/bredband/ for mer informasjon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to