Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The following page has been changed by ErikVullings:
http://wiki.apache.org/tapestry/MoreFrequentlyAskedQuestions

------------------------------------------------------------------------------
  }}}
  Appointment Page Java:
  {{{
+ /*
+ **  Generated derived class implements these routines and connects them to 
the properties.
+ **  You only need to create these abstract routines if you are referencing 
them within the
+ **  abstract class.
+ */
- public void setDate(Date date);
+ public abstract void setDate(Date date); 
- public void setEvent(String event); 
+ public abstract void setEvent(String event); 
+ public abstract Date getDate(); 
+ public abstract String getEvent(); 
  }}}
  
  == I just created a new page and now I get a 'class instantiation problem'.  
Why can’t it instantiate my class? ==

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to