Sorry if I am asking sort of simple questions here, but I am new to Tapestry and the whole experinece is somewhat overwhelming. What exectly do you mean by importing page? In what I am trying to do, I have a page that gets username/password from login page and also accepts user's preferred color. Right now color is a fillin into text field and I want to make it a drop-down box. From examples that I've seen at Tapestry WIKI and Howard's book the main class form drop-down box takes care of implementing methods associated with the box and ColorResult class responsible for setting the selected color. But I have hard time understanding the relationship between main class and two Color combo box classes, especially the error that I am getting.
thanks a lot, webtekie On 4/14/05, Shing Hing Man <[EMAIL PROTECTED]> wrote: > > After googling for a few seconds, I might have found > the solution. > There is an explaination of the error message at > > > http://mindprod.com/jgloss/compileerrormessages.html#CLASSNOTFOUNDINTYPEDEF > > Have you imported the page properly ? > > Shing > > --- webtekie <[EMAIL PROTECTED]> wrote: > > Can someone explain what does the error: Type > > `ColorsResult' not found in > > the declaration of the local variable `pages' mean? > > > > thanks a lot, > > webtekie > > > > Home page : > http://uk.geocities.com/matmsh/index.html > > Send instant messages to your online friends http://uk.messenger.yahoo.com >
