Re: Shale DesignTime

2006-11-15 Thread paksegu
okay thanks Craig McClanahan [EMAIL PROTECTED] wrote: On 11/14/06, paksegu wrote: Hi, Does anyone knows if shale design time work will with the Netbeans Visual Web Pack? It is not complete yet, but the intent is that the answer to this will become yes when I have a chance to clean it up a

Dialog navigation woes

2006-11-15 Thread Sean Schofield
I'm trying to use the new dialog stuff in a production app. Previously I had only been using dialogs in popup windows (with no browser back buttons to worry about.) Now I think I'm running into the same problems as Rahul and others have reported. I will describe my usecase where I think the

Re: Dialog navigation woes

2006-11-15 Thread Craig McClanahan
On 11/15/06, Sean Schofield [EMAIL PROTECTED] wrote: I'm trying to use the new dialog stuff in a production app. Previously I had only been using dialogs in popup windows (with no browser back buttons to worry about.) Now I think I'm running into the same problems as Rahul and others have

Re: Dialog navigation woes

2006-11-15 Thread Sean Schofield
IIRC, you filed some RFE requests against dialog for a similar use case, and we listened :-). You can fake a restart by programmatically stopping the current dialog, and then programmatically starting a new one. Does that do the trick for you? I guess this means an action method that returns

Re: Dialog navigation woes

2006-11-15 Thread Craig McClanahan
On 11/15/06, Sean Schofield [EMAIL PROTECTED] wrote: It could also be we should consider this scenario (trying to start a second dialog when there's an active one) to be an error condition, and throw an exception or something. What about a custom runtime exception? That could be helpful

Re: Navigating from One SCXML dialog to another SCXML dialog in shale

2006-11-15 Thread Craig McClanahan
On 11/15/06, THOMAS, JAYANT (SBCSI) [EMAIL PROTECTED] wrote: Hello All, Is it possible I can navigate from one scxml dialog to another scxml dialog in shale dialog scxmlconfig=wizard.xml name=wizard dataclassname=org.apache.shale.examples.test.dialog2.scxml.WizardData/ dialog

RE: Navigating from One SCXML dialog to another SCXML dialog in shale

2006-11-15 Thread THOMAS, JAYANT \(SBCSI\)
Thanks, That is what I want , say for example I might have a bunch of higher level states from where at certain point I can navigate to child states defined in another xml like popup.xml, it will be nice If I can navigate from Wizard to popup by saying something like #popup/statename in the state

Re: Navigating from One SCXML dialog to another SCXML dialog in shale

2006-11-15 Thread Rahul Akolkar
On 11/15/06, THOMAS, JAYANT (SBCSI) [EMAIL PROTECTED] wrote: Thanks, That is what I want , say for example I might have a bunch of higher level states from where at certain point I can navigate to child states defined in another xml like popup.xml, it will be nice If I can navigate from Wizard