Multiple forms in JSF not working
843844Feb 15 2007 — edited Sep 19 2008Hi
I am using JSF 1.1 via WebSphere 6.1 and am having problems with multiple forms in a jsf page. I have a search command button on the page and a bunch of command links in a datatable. I have a h:form for the command button and another h:form for the datatable.
The command button works fine. But the links don't. They just show the same page again and the action behind the commandLink is never called. I see many posts from way back about multiple forms not working in a jsf page.
Is there a fix or workaround to this problem?
Any pointers would be much appreciated.