Is there a way of accessing form data directly within a JSP page?
I want to insert a text into my html code by asking the form for
this value.
Let's assume, I have a JSP myPage.jsp that uses MyForm with a field
myValue.
How can I say something like:
<bean:write name="TheMyForm_Object" property="myValue"/>

Thanks in advance,
Holger


Reply via email to