[Tapestry-contrib] Visit object
Brought to you by:
hship
From: Sriram I. <sri...@ur...> - 2003-02-24 01:16:23
|
Hi there, I'm trying to use the visit object in my login page. However, I keep getting a compile error when I invoke the getVisit method. I'm not sure why I am getting it. Attached is the source code. Please advise. --sri compile: [javac] Compiling 1 source file to C:\cvsroot\ecms\new\ecms\ecms.war\WEB-INF \classes [javac] C:\cvsroot\ecms\new\ecms\src\ecms\web\Home.java:150: cannot resolve symbol [javac] symbol : class Visit [javac] location: class ecms.web.Home [javac] Visit visit = (Visit)getPage().getVisit ();; [javac] ^ [javac] C:\cvsroot\ecms\new\ecms\src\ecms\web\Home.java:150: cannot resolve symbol [javac] symbol : class Visit [javac] location: class ecms.web.Home [javac] Visit visit = (Visit)getPage().getVisit ();; [javac] ^ [javac] 2 errors ________________________________________________ Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag |