rodneicouto <rodneisc-des <at> yahoo.com.br> writes:
> public class BarraSuperior extends DefaultBasePage
> {
>
> private String pageN = "";
> public String getPageName()
> {
> return(pageN);
> }
> public void setPageName(String value) {
> pageN = value;
> }
You must not have override getPageName() and setPageName() as they are
already defined in AbstractPage. They are used to access the name
of your page ("BarraSuperior").
At the moment the DirectLink component is getting a wrong page
name.
--
Author of an e-Book for learning Tapestry (http://www.agileskills2.org/EWDT)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]