Have you tested your Index page separately? Your code looks correct.

On Wed, Dec 24, 2008 at 12:59 PM, d0ng <agile.j...@gmail.com> wrote:
> Hi,
> I have a page that's used to redirect request to other page in some
> case,but I don't make it work well.
> For example,in the test code the Index page can't be render and there is
> nothing to output.
>
> public class Test {
> @InjectPage
> private Index index;
>
> public Object onActivate() {
> return index;
> }
> }
>
> Does anyone know why?
>
> Thanks.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



-- 
Thiago

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

Reply via email to