>>> - if not, make tapestry think there is a page which is in fact located
>>> somewhere else
>>
>> You could advice ComponentSource to change the getPage(String name) method
>> parameter value before its invoked.
>
> I will try this, thanks!

I think it could work if I advise to
ComponentClassResolver.

My problem now is that if I advice .isPage() to be true even if there
is no page,
canonicalPageName(String page) throws an Exception in line 550.

Even if I try to advise this method, I am not able to prevent it from
throwing the exception.
Any hints?

It would be great to just override ComponentClassResolver - but this
does not seem to work?!

           Piero

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to