Hi everybody.
  I continue having problems with my jsp running with javabeans. I use Tmcat 4.0.3 
with j2sdk1.4.0  following your instructions I have done this:

. I think my structure of folders is correct:
      webapps: here I put my files .jsp
          web-inf
            classes
             packagename(car): here I put my file .java and     compiled file .class

Then in my jsp ùt the code:
       <jsp:useBean id="mycar" scope="page" class="car.Carbean">
       <jsp:setProperty name="mycar" property="model" value ="Ferrari" />
      my car is: <jsp:getProperty name="mycar" property="model"  />      
     </jsp:useBean>
 
Could anybody tell me what is the problem?     

Thanks.
Juanjo      

Reply via email to