That's because the page name changes when you move it.  It's new name is
"profile/ProfileInfo."


-----Original Message-----
From: Nemanja Kostic [mailto:[EMAIL PROTECTED] 
Sent: Saturday, February 18, 2006 3:11 PM
To: Tapestry users
Subject: Re: Determining the page class in subpackages ?

I see what you mean, but still can't make it work.

If I move ProfileInfo.html anywhere outside root folder, I get "Page 
'ProfileInfo' not found in application namespace."
If Tapestry could find ProfileInfo.html in subfolder other then root, 
maybe it would find ProfileInfo.class in subpackage as well.

This ProfileInfo.html page is called from some other page as 
ExternalLink like this:
<a jwcid="@ExternalLink" page="ProfileInfo" ....>


James Carman wrote:

>No, here's what I mean.  In your application's root directory, create a
>directory called "profile."  In there, put your ProfileInfo.html file.
>Then, Tapestry will look in a subpackage called "profile" under your root
>pages package for the ProfileInfo class.  Does that make sense? 
>  
>


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



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

Reply via email to