RE: Problem with subdialogs

2007-06-06 Thread mario.buonopane
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?

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.


RE: Problem with subdialogs

2007-06-06 Thread Gary VanMatre
From: [EMAIL PROTECTED] 

 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? 


What happens when you add a viewId attribute to the end state of the dialog 
config?


 
 Mario 
 

Gary


 -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] 
 wrote: 
  I have some problem with subdialogs using shale1.1.0-snapshot (22/05). 
  
 
 
 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. 

Re: Problem with subdialogs

2007-06-06 Thread Rahul Akolkar

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=revrev=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/



RE: Problem with subdialogs

2007-06-06 Thread mario.buonopane
If I add a viewId to the end of dialog B, when I start dialog B
standalone(not as subdialog) does work how I expect (show the viewId).
If I start the dialog B as a subdialog of dialog C, when dialog B ends
does show the viewId and not continue with dialog C. Using shale 1.0.3
when subdialog B ends, show the next viewId configured in dialog C.

Mario 

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

From: [EMAIL PROTECTED] 

 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? 


What happens when you add a viewId attribute to the end state of the
dialog config?


 
 Mario 
 

Gary


 -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] 
 wrote: 
  I have some problem with subdialogs using shale1.1.0-snapshot
(22/05). 
  
 
 
 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.


Re: Problem with subdialogs

2007-06-06 Thread Rahul Akolkar

On 6/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

If I add a viewId to the end of dialog B, when I start dialog B
standalone(not as subdialog) does work how I expect (show the viewId).
If I start the dialog B as a subdialog of dialog C, when dialog B ends
does show the viewId and not continue with dialog C. Using shale 1.0.3
when subdialog B ends, show the next viewId configured in dialog C.


snip/

I'm reasonably certain trunk is doing that, though I don't have time
today to immediately produce an illustrative example :-)

-Rahul



Mario