Re: [Tomahawk] ModalDialog: close with dialogok-event

2007-05-29 Thread Matthias Imhof
hi mario, I've modified my code like you said: h:panelGrid columns=2 t:commandButton id=ok forceId=true value=Ok action=#{backingBean.closeDialog} / t:commandButton id=cancel forceId=true

Re: [Tomahawk] ModalDialog: close with dialogok-event

2007-05-25 Thread Matthias Imhof
hi again, now I'm using Firefox and the call with s:submitOnEvent works fine. I'm trying to use some inputfields in the modaldialog but the input seems not to be set in my backing bean. my code: ... h:outputLink id=openNewResourceDialog onclick=newResourceDialog.show(); value=#

Re: [Tomahawk] ModalDialog: close with dialogok-event

2007-05-25 Thread Mario Ivankovits
Hi Matthias! I'm trying to use some inputfields in the modaldialog but the input seems not to be set in my backing bean. h:panelGrid columns=2 h:outputText value=Name: / s:inputSuggestAjax

Re: [Tomahawk] ModalDialog: close with dialogok-event

2007-05-25 Thread Matthias Imhof
hi mario, I'm trying to use some inputfields in the modaldialog but the input seems not to be set in my backing bean. h:panelGrid columns=2 h:outputText value=Name: / s:inputSuggestAjax

Re: [Tomahawk] ModalDialog: close with dialogok-event

2007-05-25 Thread Mario Ivankovits
Hi! didn't I have to close the dialog immediatly ? without closing the dialog there wouldn't be a call to the backing bean .. ? Keep in mind that the dialog is in fact a different jsf page. So you have to finish the lifecycle of this sub page to get the model updated and then refresh the

[Tomahawk] ModalDialog: close with dialogok-event

2007-05-23 Thread Matthias Imhof
hi all ! I've downloaded the example and am trying to run it in my own project. -- http://example.irian.at/example-sandbox-20070523/dojo/dojoDialog.jsf after open the modal dialog with the link open dialog and then closing it with the link close window there should be a server call cause it's

Re: [Tomahawk] ModalDialog: close with dialogok-event

2007-05-23 Thread Mario Ivankovits
Hi! after open the modal dialog with the link open dialog and then closing it with the link close window there should be a server call cause it's the dialogok-event. but nothing happens ... But the dialog box closes? Do you use IE or firefox? Do you see any javascript error? For firefox

Re: [Tomahawk] ModalDialog: close with dialogok-event

2007-05-23 Thread Matthias Imhof
But the dialog box closes? Do you use IE or firefox? Do you see any javascript error? For firefox install the FireBug extensions and for IE you might have to enable the checkbox in extras/... (dont know where exactly ;-) ) to show javascript errors now I've tested the example with IE ...

Re: [Tomahawk] ModalDialog: close with dialogok-event

2007-05-23 Thread Mario Ivankovits
Hi Matthias! But the dialog box closes? Do you use IE or firefox? Do you see any javascript error? For firefox install the FireBug extensions and for IE you might have to enable the checkbox in extras/... (dont know where exactly ;-) ) to show javascript errors now I've tested the

Re: [Tomahawk] ModalDialog: close with dialogok-event

2007-05-23 Thread Matthias Imhof
opened an issue: TOMAHAWK-1007 thanx to you matze But the dialog box closes? Do you use IE or firefox? Do you see any javascript error? For firefox install the FireBug extensions and for IE you might have to enable the checkbox in extras/... (dont know where exactly ;-) ) to show