Actually l did not use "FlowScope" , l used "RequestScope" all.
u mean that l have to do it
Code:
<action-state id="Save">
<action name="Save" bean="publisherCRUDAction"/>
<transition on="Save.success" to="setupForm"/>
<transition on="Save.error" to="formView"/>
</action-state>
instead of
Code:
<action-state id="Save">
<action name="Save" bean="publisherCRUDAction"/>
<transition on="Save.success" to="formView"/>
<transition on="Save.error" to="formView"/>
</action-state>
?
l tried it , done !
u mean l can change my post after l posted it ? how ? hihihi ....
moon