Re: Is JavaBeans able to store an array?
byhesed wrote:
Lew wrote:
byhesed wrote:
--------------------------------------------------------------------------- -------------------------
1. TestBeanForm.jsp
--------------------------------------------------------------------------- -------------------------
<form action="TestBean.jsp" method="post">
<input type="checkbox" name="books"> Java for Student<br>
<input type="checkbox" name="books"> Compiler Construction<br>
<input type="checkbox" name="books"> Software Engineering<br>
<input type="checkbox" name="books"> Core Servlet and JSP<br>
Where are your 'value' attributes?
<http://www.w3schools.com/tags/att_input_value.asp>
Note: The value attribute is required with<input type="checkbox">
and<input type="radio">.
--
Lew
Honi soit qui mal y pense.http://upload.wikimedia.org/wikipedia/commons/c/cf/Friz.jpg
Don't quote sigs.
I know what the value is in html tag.
But where is it? You don't show the 'value' attribute. It is REQUIRED
according to the documentation I cited. Where is it?
You didn't answer my question. Maybe the omission of the 'value' attribute is
your problem.
What I want to know is this: Is JavaBean able to handle array values?
I think JavaBean cannot receive reference values or pointer values.
Nonsense. You've already told us that the bean did receive a reference value
when it picked up the string value. So that's crap.
Why don't you try my advice before redundantly repeating your question again?
--
Lew
Honi soit qui mal y pense.
http://upload.wikimedia.org/wikipedia/commons/c/cf/Friz.jpg