RE: Problem with navigation handler

2008-02-11 Thread samju
: RE: Problem with navigation handler mario, if this work now so its fine:-) mario.buonopane wrote: Yes Sam, I decided that for all AJAX Actions I don't use Dialog Manager features but in the page I call directly the action, for example in my button: #{test_stateless

RE: Problem with navigation handler

2008-02-11 Thread mario.buonopane
@shale.apache.org Subject: RE: Problem with navigation handler mario, if this work now so its fine:-) mario.buonopane wrote: Yes Sam, I decided that for all AJAX Actions I don't use Dialog Manager features but in the page I call directly the action, for example in my button

RE: Problem with navigation handler

2008-02-08 Thread samju
null. What do you think? Thanks, Mario -Original Message- From: samju [mailto:[EMAIL PROTECTED] Sent: 7 febbraio 2008 16.01 To: user@shale.apache.org Subject: RE: Problem with navigation handler any progress mario? Sam mario.buonopane wrote: So, in the JSP I call

RE: Problem with navigation handler

2008-02-07 Thread samju
@shale.apache.org Subject: RE: Problem with navigation handler 1- findClaim() do return the Transition OK 2- for your ajax call we do not have to use dialog conf. stuff. work outside the Dialog so return null from non-Dialog action! public String nonDialogAction(){ prepare the ajax call

RE: Problem with navigation handler

2008-02-07 Thread mario.buonopane
- From: samju [mailto:[EMAIL PROTECTED] Sent: 7 febbraio 2008 16.01 To: user@shale.apache.org Subject: RE: Problem with navigation handler any progress mario? Sam mario.buonopane wrote: So, in the JSP I call directly the action, for example in my button: #{test_stateless

RE: Problem with navigation handler

2008-02-04 Thread mario.buonopane
I'm sorry, but I don't understand If I return null from the action, how can Shale go do transition OK ? -Original Message- From: samju [mailto:[EMAIL PROTECTED] Sent: 2 febbraio 2008 12.25 To: user@shale.apache.org Subject: Re: Problem with navigation handler Your aim is to apply

RE: Problem with navigation handler

2008-02-04 Thread samju
transition OK ? -Original Message- From: samju [mailto:[EMAIL PROTECTED] Sent: 2 febbraio 2008 12.25 To: user@shale.apache.org Subject: Re: Problem with navigation handler Your aim is to apply a ajax call on ricercaSinistro.jsp. If i got what you means, I think you may do

RE: Problem with navigation handler

2008-02-04 Thread mario.buonopane
So, in the JSP I call directly the action, for example in my button: #{test_stateless$ricercaSinistro.nonDialogAction } Mario -Original Message- From: samju [mailto:[EMAIL PROTECTED] Sent: 4 febbraio 2008 14.27 To: user@shale.apache.org Subject: RE: Problem with navigation handler 1

Re: Problem with navigation handler

2008-02-02 Thread samju
Your aim is to apply a ajax call on ricercaSinistro.jsp. If i got what you means, I think you may do the follow: The outcome of the Ajax-Call-action can (should )return null. This Ajax action should be handle outside the Dialog Configuration File. (we can mix dialog and non dialog action). The

Re: Problem with navigation handler

2008-01-30 Thread Rahul Akolkar
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