Hi, all,
 
I have JSP file J1 with form F1 inside. It is used to
accept user's input. And I will display the result in
JSP file J2 with form F2. And there are a checkbox
and multibox in F2.

At first, I didn't associate F2 form bean with Action A1 which
is triggered in F1. I just associated F1 form bean with A1, and
forward the result to J2. But the server complained
that there is no getter method for the checkbox. 
So I created another action A2 (to which A1 forwards), and associate F2  form bean with
it, and I use System.out.println to print out the
result of the getter method for the checkbox. And I
did get the result. That means F2 form bean had been associated
with A2, and the getter method is there, but the
server still complains the same problem.
 
Any help will be appreciated!
Tong
 


                
---------------------------------
Do you Yahoo!?
vote.yahoo.com - Register online to vote today!

Reply via email to