You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by michael lim <ji...@yahoo.com> on 2008/09/26 16:33:57 UTC

access @Border in subfolder of web-inf

i access my page like this

http://localhost:8080/TestApp/app?service=page&page=test/index


i have Border.html and Border.page inside /web-inf/test/* folder.. inside my
index.html file. how do i define the border ?

<span jwcid="@test/Border" title="">   //this doesnt  work


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


Re: access @Border in subfolder of web-inf

Posted by michael lim <ji...@yahoo.com>.
yes, i have Border.jwc file

<span jwcid="@Border" title="">  //this will access Border.html in
/web-inf/Border.html with no problem

<span jwcid="@test/Border" title="">  // can this be used to access
/web-inf/test/Border.html ?




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


Re: access @Border in subfolder of web-inf

Posted by Andreas Andreou <an...@gmail.com>.
you need a Border.jwc file cause it's a component not a page

On Fri, Sep 26, 2008 at 5:33 PM, michael lim <ji...@yahoo.com> wrote:
> i access my page like this
>
> http://localhost:8080/TestApp/app?service=page&page=test/index
>
>
> i have Border.html and Border.page inside /web-inf/test/* folder.. inside my
> index.html file. how do i define the border ?
>
> <span jwcid="@test/Border" title="">   //this doesnt  work
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>



-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

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