Dright Ho wrote:
>       I used to use a Direct component to show the Inspector
>       page. Just write these codes as the listener:
> 
>       public  void showInspector(IResquestCycle cycle){
>           Inspector inspector = cycle.getPage("Inspector");
>           inspector.setInspectedPageName("Home");
>           cycle.setPage(inspector);
>       }

I should have been more specific - is there a way
to invoke it without putting _any_ link onto the page?
i.e. some magic URL?  Or _must_ I have a link of some
type on every page in my system in order to make use
of the Inspector?

*********************************
Chris Merrill
[EMAIL PROTECTED]
*********************************


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer

Reply via email to