Re: Conditionally Opening AjaxModalDialog

2011-06-08 Thread Chuck Hill
Sometimes it is easier to just say it in Java. :-) On Jun 8, 2011, at 7:46 PM, Joe Kramer wrote: > Hi Chuck, > > When you say it like that it seems so easy... :-) Thanks for the help! > > Joe > > On Wed, Jun 8, 2011 at 7:17 PM, Chuck Hill wrote: > Hi Joe, > > > On Jun 8, 2011, at 6:30 PM,

Re: Conditionally Opening AjaxModalDialog

2011-06-08 Thread Joe Kramer
Hi Chuck, When you say it like that it seems so easy... :-) Thanks for the help! Joe On Wed, Jun 8, 2011 at 7:17 PM, Chuck Hill wrote: > Hi Joe, > > > On Jun 8, 2011, at 6:30 PM, Joe Kramer wrote: > > > Hi all, > > > > I feel like this should be easy, but I am struggling. I have an > AjaxModal

Re: Conditionally Opening AjaxModalDialog

2011-06-08 Thread Chuck Hill
Hi Joe, On Jun 8, 2011, at 6:30 PM, Joe Kramer wrote: > Hi all, > > I feel like this should be easy, but I am struggling. I have an > AjaxModalDialogOpener inside of a form. When I click the opener, I want to > save the data from that form by calling a server side action. If the save is > su

Conditionally Opening AjaxModalDialog

2011-06-08 Thread Joe Kramer
Hi all, I feel like this should be easy, but I am struggling. I have an AjaxModalDialogOpener inside of a form. When I click the opener, I want to save the data from that form by calling a server side action. If the save is successful, I want to open the AjaxModalDialog, but if the save fails I wa