Posted By:
Vijendra_Singh
Posted On:
Thursday, June 7, 2007 02:33 AM
Hi all, My requirement is to submit the form based on selection of radio button. since half part needs to be jsp based which is not using any tags etc. But i am trying to use some jsf based component which requires to be inside of <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %> <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %> i.e. some Now earlier i was submitting the form as But now i found, in order to use combo box component which is entirely jsf based i need to use which is kind of taking over the previous form submission mechiansm. I am trying to keep them separate as two diffe
More>>
Hi all,
My requirement is to submit the form based on selection of radio button.
since half part needs to be jsp based which is not using any tags etc.
But i am trying to use some jsf based component which requires to be inside
of
<%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
<%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
i.e. some
Now earlier i was submitting the form as