Ok this is a clear bug in the javascript of the dialog as it seems...
(probably not even a solvable one, you have to do dom shifting to
resolve things like that on the ie )

try following if possible....
push a form tag into your dialog code...
this definitely should work, because the form is shifted in the dialog
as well...
otherwise use command links, they trigger the form submits via
javascript, hence they are independend of the dom position of the link
itself!




Michael Marr schrieb:
> It pretty much like
> <body>
>  <form>
> 
> ... link to start dialog
> 
> ... dialog with button ...
> 
> </form>
> </body>
> 
> 
> Werner Punz wrote:
>> Michael Marr schrieb:
>>> There is a manual h:form tag on the page and the input is nested within
>>> this
>>> form in the generated code. 
>>>
>>>
>> the dialog also with the button?
>>
>>
>>
> 

Reply via email to