This should work in Tapestry 4. In Tapestry 3 you must provide a
<property-specification> element in the XML (this element is called
<property> in Tapestry 4, but may be omitted entirely most of the
time).
On 10/24/05, Jean-Yves Sironneau <[EMAIL PROTECTED]> wrote:
> No it's not working neither, but i checked and it's working with tap 4
> beta 7 (without declaring it in page spec) so i guess it's probably a
> regression
>
> Derick Fernando wrote:
> > I assume these are page properties? In which case did you set
> >
> > <property name="sideChanges"/>
> >
> > in your .page file?
> >
> > Hope that helps.
> >
> > Jean-Yves Sironneau wrote:
> >> Hello,
> >>
> >> I have a small question, i think i used to use interface like
> >>
> >> public interface ISideChange {
> >>
> >> public abstract void setSideChanges(Boolean sideChanges);
> >>
> >> public abstract void getSideChanges();
> >>
> >> public abstract void setLinkedException(LinkedException e);
> >>
> >> public abstract LinkedException getLinkedException();
> >>
> >> }
> >>
> >> make a page class implements it and then let tapestry create the
> >> implementation at runtime, but now i get an error :
> >>
> >> Error at context:/WEB-INF/edit/EditEvents.page, line 7, column 71:
> >> Method 'public abstract void
> >> org.jys.clepsydra.ui.ISideChange.getSideChanges()' has no
> >> implementation in class org.jys.clepsydra.ui.pages.EditEventsPage (or
> >> enhanced subclass $EditEventsPage_43).
> >>
> >> Is that normal ?
> >>
> >> Jean-Yves
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >> __________ NOD32 1.1264 (20051024) Information __________
> >>
> >> This message was checked by NOD32 antivirus system.
> >> http://www.eset.com
> >>
> >>
> >>
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind
Professional Tapestry training, mentoring, support
and project work. http://howardlewisship.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]