Nikolaus,

Yes, this can be done.

Right click on the Action in question on the Storyboard and select "Edit". 
Go to the "Advanced" tab. You will see the "Input" attribute and you can 
add the http query parameter there.
--
John

At 02:56 am 24-02-2002 +0100, you wrote:
>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

-- 
John Yu                       Scioworks Technologies
e: [EMAIL PROTECTED]         w: +(65) 873 5989
w: http://www.scioworks.com   m: +(65) 9782 9610

Scioworks Camino - "Rapid WebApp Assembly for Struts"

===
To subscribe/unsubscribe, visit 
http://list.scioworks.com:8081/guest/RemoteListSummary/camino_user

Reply via email to