Re: not found in application namespace ERROR!!

2007-08-13 Thread dinesh kumar
yes . iam attaching the doc2.doc file showing my file structure, On 8/13/07, Marcos Chicote <[EMAIL PROTECTED]> wrote: > > where is the .page file? under web-inf too? > > On 8/13/07, dinesh kumar <[EMAIL PROTECTED]> wrote: > > > > hello thanks for the reply . but i still have a problem. > > > >

Re: not found in application namespace ERROR!!

2007-08-13 Thread Marcos Chicote
where is the .page file? under web-inf too? On 8/13/07, dinesh kumar <[EMAIL PROTECTED]> wrote: > > hello thanks for the reply . but i still have a problem. > > 1. in the home.html i used the @pagelink to page="page1" ( both having > no java class files) > > 2. i created a page1.html in W

Re: not found in application namespace ERROR!!

2007-08-13 Thread dinesh kumar
hello thanks for the reply . but i still have a problem. 1. in the home.html i used the @pagelink to page="page1" ( both having no java class files) 2. i created a page1.html in WEB-INF folder . 3. then i deployed and saw in the web browser. when i click the page1 link it shows this

Re: not found in application namespace ERROR!!

2007-08-13 Thread Ulrich Stärk
You forgot to write a corresponding page class for Page3. If you did make sure that you either referenced it in your Page3.page or that you put it into the package denoted by the org.apache.tapestry.page-class-packages configuration property (see http://tapestry.apache.org/tapestry4.1/usersguid

not found in application namespace ERROR!!

2007-08-13 Thread dinesh kumar
hey iam new to tapestry . i started with the quick start tutorials in the tapestry page after compleating that i found this error can any one help me how to sort it .. how to fix this in the application name space. home.html form tutorial Tapestry Component Database