Adam Jenkins schrieb:
hmmm, it's not just file upload...I have a h:commandLink inside a
s:modalDialog that doesn't fire the action method (it fires a refresh of
the page, but just doesn't execute the backend action method)...anyone
seen this kind of behaviour before?
Hi guys, following, dont embed the dialog in a form, this is a
limitation of the dialog itself, or lets say it that way a limitation
to bypass some ie6 rendering bugs.
You can savely embed forms in the dialog but not vice versa, I assume
this is the cause of the problem,
if you need stateful data, then use saveState to keep the data between
the dialog and your main window.
Werner