hi,
I have a jsp page ....with 2 input text values on which I can add any text .
<body>
<h:form>
<h3>Please enter your details.</h3>
| questions: |
<h:inputText value="#{user.questions}"/>
|
<h:commandButton value="Insert Values" action="login"/>
</h:form>
like that now what I need to do to input values in mysql database ??
|