Re: Directly requesting a page

2006-05-31 Thread Paul `Order in Chaos` Cantrell
You're off on the right foot, but you are missing the "enable friendly URLs" half of James's advice. See: http://jakarta.apache.org/tapestry/UsersGuide/friendly-urls.html On May 31, 2006, at 1:45 PM, Ryan Cuprak wrote: Yup, I am using version 4. That returns the page unprocessed - jwcid

Re: Directly requesting a page

2006-05-31 Thread Ryan Holmes
That blog entry is about a year and a half old and doesn't apply to Tap 4. Try this: http://jakarta.apache.org/tapestry/UsersGuide/friendly-urls.html -Ryan Ryan Cuprak wrote: Yup, I am using version 4. That returns the page unprocessed - jwcid and everything. From the blog (http://howardle

RE: Directly requesting a page

2006-05-31 Thread Ryan Cuprak
Yup, I am using version 4. That returns the page unprocessed - jwcid and everything. From the blog (http://howardlewisship.com/blog/2004/12/tapestry-urls-half-way-there.html) I added the following to my web.xml: app *.html However, I then get the login page for the application- s

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 He