You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by James Carroll <ji...@microbrightfield.com> on 2003/09/25 20:43:53 UTC

inspector button?

Hi using 3.0beta3, I'm following the tutorial and putting
The anonymous implicit component:
 
    <span jwcid="@InspectorButton"/>

on my page

I get the error:

Component 'InspectorButton' not found in application namespace.
location: 	context:/RMAs.html, line 21


What else do I have to have in place for the inspector to work?

Thanks,
-Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: inspector button?

Posted by James Hays <ja...@mac.com>.
Wouldn't it be nice if the Documentation pointed this out?  If it does, 
please share.  It's not even in the contrib section on the web site.

Bill Lear wrote:

>On Thursday, September 25, 2003 at 14:43:53 (-0400) James Carroll writes:
>  
>
>>Hi using 3.0beta3, I'm following the tutorial and putting
>>The anonymous implicit component:
>>
>>   <span jwcid="@InspectorButton"/>
>>    
>>
>
>I use:
>
><span jwcid="@contrib:InspectorButton"
>      disabled="ognl:! page.engine.debugEnabled"/>
>
>and include the contrib library:
>
><library id="contrib"
>         specification-path="/org/apache/tapestry/contrib/Contrib.library"/>
>
>
>Bill
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: inspector button?

Posted by Bill Lear <ra...@zopyra.com>.
On Thursday, September 25, 2003 at 14:43:53 (-0400) James Carroll writes:
>
>Hi using 3.0beta3, I'm following the tutorial and putting
>The anonymous implicit component:
> 
>    <span jwcid="@InspectorButton"/>

I use:

<span jwcid="@contrib:InspectorButton"
      disabled="ognl:! page.engine.debugEnabled"/>

and include the contrib library:

<library id="contrib"
         specification-path="/org/apache/tapestry/contrib/Contrib.library"/>


Bill

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org