(no subject)
May. 3rd, 2007 03:04 pmI've never coded in Java or JSP, and I'm landed with a conversion task.
Is there any outside chance that anyone out there knows how to write JSP Documents (XML-compliant JSP code), knows how to code form input fields, and wouldn't mind answering what's probably a newbie question?
( This is what I have to re-write... )
[EDITED: solved! the answer is, replace <c:out value="$email"/> with <jsp:expression>email</jsp:expression>
Is there any outside chance that anyone out there knows how to write JSP Documents (XML-compliant JSP code), knows how to code form input fields, and wouldn't mind answering what's probably a newbie question?
( This is what I have to re-write... )
[EDITED: solved! the answer is, replace <c:out value="$email"/> with <jsp:expression>email</jsp:expression>