I have been getting this exception on one of my pages.  Its basically
a search page with some optional fields.  If I fill out at least one
field everything seems fine.  If I search with all fields empty I get
the following exception.  Which I never used to get before I moved
over to annotations instead of using .page files. I haven't every come
across this one before.  Does anyone have any ideas?

Error: An error occured processing annotation
@org.apache.tapestry.annotations.InjectState(value=visit) of public
abstract view.Visit view.components.NavLogin.getVisitObject():
Property visitObject has already been accounted for by the element at
Annotation @org.apache.tapestry.annotations.InjectState(value=visit)
of public abstract view.Visit
view.components.NavLogin.getVisitObject().
location: Annotation
@org.apache.tapestry.annotations.InjectState(value=visit) of public
abstract view.Visit view.components.NavLogin.getVisitObject()

org.apache.hivemind.ApplicationRuntimeException
Property visitObject has already been accounted for by the element at
Annotation @org.apache.tapestry.annotations.InjectState(value=visit)
of public abstract view.Visit
view.components.NavLogin.getVisitObject().
location: Annotation
@org.apache.tapestry.annotations.InjectState(value=visit) of public
abstract view.Visit view.components.NavLogin.getVisitObject()


--
~chris

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

Reply via email to