Please post to either dev or user list as appropriate, rather than both. I chose to continue on the user list for this query.
On 1/30/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, I'm using basic navigation handler with this configuration: > > <action name="actionRicerca" > method="#{test_stateless$ricercaSinistro.findClaim}"> > > <transition outcome="OK" target="ricercaPage" /> > > <transition outcome="error" target="Exit"/> > > </action> > > > > <view name="ricercaPage" viewId="/test_stateless/ricercaSinistro.jsp"> > > <transition outcome="ricerca" target="actionRicerca"/> > > </view> > > > > The button of my form call the action "ricerca" because I want specify > the action to call in the configuration file of dialog. > > If the action ="#{test_stateless$ricercaSinistro.findClaim}" return null > I have a loop because the control remain to the view "ricercaPage" and > call again the outcome "ricerca". > <snip/> Generally speaking, the logical outcome from an action state should not be null (try to catch, and model, those conditions that generate a null response as a separate -- or overlapping, as the case may be -- arc in your dialog / flow). -Rahul > > > Is there any one can help me? > > > > Thanks in advance > > Mario >