st.html
-Original Message-
From: Ryan Cuprak [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 31, 2006 2:33 PM
To: users@tapestry.apache.org
Subject: Directly requesting a page
Hello,
How do I directly invoke a page using the page service? I have a
test page
at the root of the application
To: users@tapestry.apache.org
Subject: Directly requesting a page
Hello,
How do I directly invoke a page using the page service? I have a test page
at the root of the application which I want to invoke. From the Manning book
I thought the url would look like:
http://127.0.0.1:8080/app?service=page/test
Thi
t;http://localhost:8080/test.html
>
>
>
>-Original Message-
>From: Ryan Cuprak [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, May 31, 2006 2:33 PM
>To: users@tapestry.apache.org
>Subject: Directly requesting a page
>
>Hello,
> How do I directly invoke a page
If you are using Tap4, try
http://127.0.0.1:8080/app?page=test&service=page
Shing
--- Ryan Cuprak <[EMAIL PROTECTED]> wrote:
> Hello,
> How do I directly invoke a page using the page
> service? I have a test page at the root of the
> application which I want to invoke. From the Manning
> book
Are you in tap4? If so, enable Friendly URLs and you can invoke the page by
doing:
http://localhost:8080/test.html
-Original Message-
From: Ryan Cuprak [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 31, 2006 2:33 PM
To: users@tapestry.apache.org
Subject: Directly requesting a page
Hello,
How do I directly invoke a page using the page service? I have a test page at
the root of the application which I want to invoke. From the Manning book I
thought the url would look like: http://127.0.0.1:8080/app?service=page/test
This is just a page for tinkering... was trying to tes