Hello everybody,

since I have already searched the archives for any posting concerning my problem, I 
only need a confirmation now:
Am I right, assuming that I cannot use action mapping when coming from a URL like 
http://.../thisandthat.do?param1=value
and only wanting to dislpay a thisandthat.jsp page ?
I've tried to map this "action" like this:

<action    path="/thisandthat"
              type="com.servlets.thisandthat_action">
                <forward name="back"    path="/home.jsp"/>
                <forward name="display"   path="/thisandthat.jsp"/>
</action>

but it apparently does not work.
Is there any other way to display a jsp page using the struts architecture ?

thanx a lot
Marion

Reply via email to