Please remove this email.....
THE FIX DOES WORK CORRECTLY, is my brain does not!

Thanks
Mario 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: 7 giugno 2007 10.49
To: user@shale.apache.org
Subject: RE: Problem with subdialogs

Rahul, I have tried your fix but when I execute the dialog B I receive
the following error:

Cannot find transition 'avanti' for state 'Exit' of dialog 'Test dialogo
B': java.lang.IllegalStateException: Cannot find transition 'avanti' for
state 'Exit' of dialog 'Test dialogo B'

This is the dialog config file:

  <dialog name="Test dialogo B" start="Pagina A">
                        
    <view name="Pagina A" viewId="/test_dialogo_b/pagina_a.jsp">
      <transition outcome="avanti" target="Pagina B"/>
      <transition outcome="indietro" target="Exit"/>
    </view>
    
    <view name="Pagina B" viewId="/test_dialogo_b/pagina_b.jsp">
      <transition outcome="avanti" target="Pagina C"/>
      <transition outcome="indietro" target="Pagina A"/>
    </view>

    <view name="Pagina C" viewId="/test_dialogo_b/pagina_c.jsp">
      <transition outcome="avanti" target="Exit"/>
      <transition outcome="indietro" target="Pagina B"/>
    </view>

    <end name="Exit" viewId="/home/home.jsp"/>
                    
    
  </dialog>


Mario 

-----Original Message-----
From: Rahul Akolkar [mailto:[EMAIL PROTECTED] 
Sent: 6 giugno 2007 19.07
To: user@shale.apache.org
Subject: Re: Problem with subdialogs

On 6/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
> Rahul, I've tried shale-framework-20070606.zip because there isn't
> shale-framework-20070605.zip but seems that the problem is not
resolved.
> what would have to be changed?
>
<snip/>

For whatever reason, the above zip did not pick up the change I
mentioned. If you dig in to the source files in that zip, you will see
that the source does not include r544613 [1].

Building [2] from source is almost always going to be more expeditious
for immediately testing out fixes. If you are unable to build (or
don't want to) for any reason, and the nightly keeps getting stale
source for another couple of days, please let me know.

-Rahul

[1] http://svn.apache.org/viewvc?view=rev&rev=544613
[2] http://shale.apache.org/building.html


> Mario
>
> -----Original Message-----
> From: Rahul Akolkar [mailto:[EMAIL PROTECTED]
> Sent: 5 giugno 2007 22.02
> To: user@shale.apache.org
> Subject: Re: Problem with subdialogs
>
> On 6/5/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]>
> wrote:
> > I have some problem with subdialogs using shale1.1.0-snapshot
(22/05).
> >
> <snip/>
>
> Could you try the 20070605 build from here [1] (or try building
> yourself). I've made a change few minutes ago.
>
> -Rahul
>
> [1] http://people.apache.org/builds/shale/nightly/
>


This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information.  If you have
received it in error, please notify the sender immediately and delete
the original.  Any other use of the email by you is prohibited.


This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in 
error, please notify the sender immediately and delete the original.  Any other 
use of the email by you is prohibited.

Reply via email to