I have a jsp-page that expects a parameter to adapt its appearance. Upon
form bean validation the workflow is returned to the jsp page that is
defined by the input value of the action entry in struts-config.
Is there a way to add a parameter to the input url using Camino ?
I want...
<action input="/html/event/AddEditPartnerView.jsp------>?addNew=1"<-------
name="AddEditPartnerViewFormBean"
path="/html/event/DoAddPartnerAction" scope="request"
type="com.kephera.scivent.client.jsp.event.DoAddPartnerAction"
unknown="false" validate="true">
<forward name="personalizedMainView"
path="/webApplication/html/common/PersonalizedMainView.jsp"
redirect="false"/>
</action>
but Camino generates...
<action input="/html/event/AddEditPartnerView.jsp"
name="AddEditPartnerViewFormBean"
path="/html/event/DoAddPartnerAction" scope="request"
type="com.kephera.scivent.client.jsp.event.DoAddPartnerAction"
unknown="false" validate="true">
<forward name="personalizedMainView"
path="/webApplication/html/common/PersonalizedMainView.jsp"
redirect="false"/>
</action>
Any hints ?
Regards Nikolaus
===
To subscribe/unsubscribe, visit
http://list.scioworks.com:8081/guest/RemoteListSummary/camino_user