Re: access @Border in subfolder of web-inf

2008-09-26 Thread michael lim
yes, i have Border.jwc file

  //this will access Border.html in
/web-inf/Border.html with no problem

  // can this be used to access
/web-inf/test/Border.html ?




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: access @Border in subfolder of web-inf

2008-09-26 Thread Andreas Andreou
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 <[EMAIL PROTECTED]> 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 ?
>
>//this doesnt  work
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



access @Border in subfolder of web-inf

2008-09-26 Thread michael lim
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 ?

   //this doesnt  work


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]