In page 59 of Kent Tong's "Enjoy web deveopment with Tapestry", it says the 
PropertyUtils is a class that comes with one of the jars used by the Tapestry. 
   
    IPage resultPage = getResult();
  PropertyUtils.write(resultPage, "postage", new Integer(postage));
  return resultPage;

   
  The problem is I coudn't find it in any of the jars. I downloaded the latest 
common BeanUtils library, it has the PropertyUtils class, but it doesn't have 
the  write() function.....
   
  Any help will be appreciated. 
   
  Thanks!

                
---------------------------------
Yahoo! Photos
 Ring in the New Year with Photo Calendars. Add photos, events, holidays, 
whatever.

Reply via email to