On Saturday 08 Oct 2005 09:17, Alan Chandler wrote:
...
>
> The first page (Home.html) has the following in it
>
> <span jwcid="@PersonList"
>       forename=""
>       surname=""
>       gender=""
>       linkPage="ognl:editPage" ></span>
>
...
>
> the PersonList component defines linkPage in its PersonList.java file as
>
>       public abstract void setLinkPage(ISetPerson callback);
>       public abstract ISetPerson getLinkPage();

This is wrong it should have been

        @Parameter
        public abstract ISetPerson getLinkPage();





-- 
Alan Chandler
http://www.chandlerfamily.org.uk
Open Source. It's the difference between trust and antitrust.

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

Reply via email to