Question: JAVA WEB JSP Please, thank you!! Write additional JSP pages for the Java FAQ application that allow a user to submit a question and answer
JAVA WEB JSP Please, thank you!!
Write additional JSP pages for the Java FAQ application that allow a user to submit a question and answer a question. The application is required to handle multiple questions and answers.
Try to use JSP Elements that you'v learned in Chapter3.
add a link to one of the pages which will take the user to ask a question. Display the submitted question on the next page , and enable a link if the question hasn't been answered yet. You can save the questions and answers to a list and put the list to session.
(You can enable a link for the user to enter question and answer. The user can enter 'question and answer' or just question.
On Submit, the inputs will be added to a list which will be displayed on the next page, add a link to the question that doesn't have an answer yet so that the user can provide the answer for the question.)
Try to use as many JSP Elements as possible .
Scripting Elements:
Declarations
Scriptlets
expressions
Action Elements:
Implicit Objects
request
session
:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
