| Author |
Trying to understand parameter's in the action
|
howard franklin
Greenhorn
Joined: Sep 09, 2012
Posts: 16
|
|
Do you guys understand the parameter=”function”?
Is the function being being pass to IntakeClerkAction?
Or is it being passed to the forward action?
<action path="/intakeclerk"
type="com.capita.pcms.web.struts.intake.IntakeClerkAction"
name="IntakeEditForm"
validate="false"
input="/intakeMinorForm.do"
scope="request"
parameter="function">
<forward name="editTake" redirect="true" path="/intakeclerk.do?function=editIntake"/>
<forward name="error" path="/intakeHistory.do?function=getInt"/>
<forward name="invalidaddress" path="/intakeclerk.do?function=editIntake&intakeid=-1"/>
</action>
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: Trying to understand parameter's in the action
|
|
|