volvox
volvox

Reputation: 3060

Nesting h:form tags in RichFaces a4j:included content

How is it possible to enclose ajax-related elements with h:form tags in a jsp file which I want to then a4j:include in another jsp file given the suggestion (EDIT 3) to fix another problem by enclosing my a4j:include in an h:form tag?

If my included code also has forms in that would suggest a nested form structure which will likely cause problems. A solution to how to go about this would be greatly appreciated.

I'm creating a webapp which uses ajax components so there is no page to page navigation as such as I want everything in the same 'window'.

Thanks

Upvotes: 0

Views: 1692

Answers (1)

Bozho
Bozho

Reputation: 597026

You may use <a4j:region> instead of <x:form>. Nesting form is not recommended indeed.

Upvotes: 2

Related Questions