The page location is "http://localhost:8080/Somepage";

"http://localhost:8080/Somepage.html"; is the location of component "html"
on the page "Somepage". I.e. Tapestry 5 uses "." to specify components.
(Which might actually be a bad idea.)

Cheers,
Nick.


Angelo Chen wrote:
Hi Josh,

It works perfectly! thanks, It's my fault, I start the page directly:

http://localhost:8080/Somepage.html.

this works:

 <t:PageLink t:page = "Somepage">somepage</t:PageLink>

don't know what's the difference.

A.C.


Josh Canfield-2 wrote:
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd ">

Could it be as silly as a space after the xsd?

I have run the following successfully




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

Reply via email to