That is deliberate, not a bug. >From "New And of Note" at http://tapestry.apache.org/tapestry5/tapestry-core/index.html
<quote> The mapping from class names to page names (or component types) has been tweaked to remove some redunancy; For example, class org.example.myapp.pages.edit.EditUser will now have the name "edit/User" rather than "edit/EditUser". This results in shorter, clearer, more natural URLs </quote> cheers, Ben > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, 21 June 2007 4:59 PM > To: users@tapestry.apache.org > Subject: T5.0.4: Bug in ComponentClassResolver? > > I noticed same strange behaviour in the site/class mapping of > the ComponentClassResolver. If the Classname contains text > wich is identical to directories where the class is in than > the text is not contained in the key of the map entry. > > For example: > /mysite/admin/AdminLogin becomes /mysite/admin/Login (Admin > missing). So if you want to access the page by typing the URL > in the browser you have to use "/mysite/admin/Login" instead > of the correct "/mysite/admin/AdminLogin". > > Jens > > --------------------------------------------------------------------- > 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]