Re: T5: A component returning StreamResponse?

2007-11-04 Thread Britske
Not sure if you solved this already, but anyway: Regarding the exception you got: Borut Bolčina-2 wrote: > > then I get Exception: > Component ui/dialog/JQModalAjax does not contain an embedded component > with > id 'wizardStep1'. > > which is true, as I don't have WizardStep1 in my ui/dial

RE: T5: A component returning StreamResponse?

2007-10-10 Thread Waldo Mendoza
{ method: 'GET', onSuccess: function (t) { //really nothing to do here } }); From: Waldo Mendoza [mailto:[EMAIL PROTECTED] Sent: Wed 10/10/2007 11:44 AM To: Tapestry users Subject: RE: T5: A component returning StreamResponse? Hi there!

RE: T5: A component returning StreamResponse?

2007-10-10 Thread Waldo Mendoza
7:01 AM To: Tapestry Subject: T5: A component returning StreamResponse? Hello, I would like to create an ajax dialog (actually a series of them to act as a wizard). The content of the dialog should change according to user interaction and therefore create a series of steps. If this wizard is going

Re: T5: A component returning StreamResponse?

2007-10-10 Thread Kristian Marinkovic
7 13:01 Bitte antworten an "Tapestry users" An Tapestry Kopie Thema T5: A component returning StreamResponse? Hello, I would like to create an ajax dialog (actually a series of them to act as a wizard). The content of the dialog should change according to user interaction a

T5: A component returning StreamResponse?

2007-10-10 Thread Borut Bolčina
Hello, I would like to create an ajax dialog (actually a series of them to act as a wizard). The content of the dialog should change according to user interaction and therefore create a series of steps. If this wizard is going to have 3 steps then 3 ajax requests for dialog content would be made.