Re: Directly requesting a page

2006-05-31 Thread Paul `Order in Chaos` Cantrell
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

Re: Directly requesting a page

2006-05-31 Thread Ryan Holmes
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

RE: Directly requesting a page

2006-05-31 Thread Ryan Cuprak
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

Re: Directly requesting a page

2006-05-31 Thread Shing Hing Man
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

RE: Directly requesting a page

2006-05-31 Thread James Carman
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

Directly requesting a page

2006-05-31 Thread Ryan Cuprak
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