views:

48

answers:

0

I have included xhtml page where in I have plain html form with get method. I include that page with <ui:include> in parent xhtml.

In the parent xhtml I have a dropdown box in which I use the a4j:support -tag. After I choose another item from the dropdownbox, I have an ajax request done that updates the server side variable based on the chosen item. After the ajax, the link that opens the included xhtml does still show up (it opens a modalPanel) BUT in that panel the form <input type="submit"> button doesn't work anymore; the included form doesn't get sent anymore after the ajax request has been done.

Where is the problem? What is happening there that prevents the form to get sent anymore?