Do you have a getter method for your upn property ? It should be getUpn() Steve
(I've copied this back to the list, you should send messages there for better response times) -----Original Message----- From: sushil jain [mailto:[EMAIL PROTECTED] Sent: July 4, 2003 12:37 AM To: Nicolas De Loof; [EMAIL PROTECTED] Subject: Re: NewBie:Populating objects in Jsp Thanks for the reply . I have made the changes but now iam getting the following error :- org.apache.jasper.JasperException: No getter method for property upn of bean pupil As suggested I have made the following changes in the APFM02.jsp:- <logic:iterate id="pupil" name= "PUPIL_LIST"> <tr align="left"> <td> <bean:write name="pupil" property="upn" /> </td> <td> <bean:write name="pupil" property="forename"/> </td> Regards Sushil Nicolas De Loof <[EMAIL PROTECTED]> wrote: Yeah, I get the first point ! Are you ready for the next question ? Nico. > Nicolas obviously types quicker then me :-) > > Steve > > > -----Original Message----- > > From: Nicolas De Loof [mailto:[EMAIL PROTECTED] > > Sent: July 3, 2003 11:45 PM > > To: Struts Users Mailing List > > Subject: Re: NewBie:Populating objects in Jsp > > > > > > 1. > > type attribute is uses to set the java type of a > > JSP variable set by the tag for current item. By > > default type is java.lang.Object, and if you don't use scriptlets > > () or Runtime Expression () you > > don't need to use it. > > > > In the case you want to use type attribute, JSP has to import > > type declaration using a JSP directive . > > > > In your case, I don't think PUPIL_LIST items are APFM01Action instances. > > > > 2. > > id attribute is used to set the name of a JSP variable and a page > > scoped bean for the current item. In your case, it > > should be a "pupil", not a "pupilList". > > > > > > > > Nico. > > > > > The APFM02.jsp code is as follows :- > > > > > > > > > > > > > > > > > > > > > > > > > > > and the Struts-config file is as follows :- > > > > > > > > > type="APFM01Form"/> > > > > > > type="APFM02Form"/> > > > > > > > > > > > > > > > > > > type="APFM01Action" > > > name="APFM01Form" > > > input="/APFM01.jsp" > > > scope="session"> > > > > > > > > > > > > > > > type="APFM02Action" > > > name="APFM02Form" > > > scope="request"> > > > > > > > > > Thanks > > > Sushil > > > > > > > > > --------------------------------- > > > Do you Yahoo!? > > > SBC Yahoo! DSL - Now only $29.95 per month! > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

