What JVM were you using? If your page implements a getFirstFee() method, you should be ok, but there have been problems with some JVMs, such as JRocket (sp?) not working properly.
----- Original Message ----- From: "Frank Liu" <[EMAIL PROTECTED]> To: "Tapestry" <[EMAIL PROTECTED]> Sent: Sunday, July 14, 2002 7:45 AM Subject: [Tapestry-developer] (no subject) > Hi there, > > I have created a page. In the page, there is a form, > inside the form, I have some components just for > displaying some dynamic values, but when I summited > the form, it complained that it couldn't find > the dynamic values'getter methods. > > Here is the page specification > > .. > <component id="form" type="Form"> > <binding name="listener" > property-path="listeners.updatePayment"/> > <binding name="delegate" > property-path="validationDelegate"/> > </component> > .. > <component id="insertFirstFee" type="Insert"> > <binding name="value" property-path="firstFee"/> > </component> > .. > > its template > > <form jwcid="form"> > ... > $ <span jwcid="insertFirstFee"/> > .. > </form> > > Since the firstFee is not a real property, just > calculated with some real properties for > displaying, so I wonder if I use some calculated > properties inside a form, I have to implement both > setter and getter methods of the properties in the > class. > > Any tip is appreciated. > > Frank > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Autos - Get free new car price quotes > http://autos.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Tapestry-developer mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/tapestry-developer > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
