You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Patrick Moore <tr...@gmail.com> on 2006/10/30 19:11:37 UTC

did the namespace for components change recently?

I have a component in the body of @For compnent that is suddenly
complaining. It looks like it is seeing and processing the same
annotation twice:

Very frustrated... last week has been mostly going backwards...

Error: An error occured processing annotation
@org.apache.tapestry.annotations.Component(inheritInformalParameters=false,
type=utils/BroadcastCalendarControl,
bindings=[calendarInfo=getBroadcastMessageToEdit().calendarInfo],
id=calendarInfo, copyOf=) of public abstract
com.transparentpolitics.web.components.utils.BroadcastCalendarControl
com.transparentpolitics.web.components.messages.BroadcastMessageEntry.getCalendarInfo():
Component calendarInfo has already been declated (at Annotation
@org.apache.tapestry.annotations.Component(inheritInformalParameters=false,
type=utils/BroadcastCalendarControl,
bindings=[calendarInfo=getBroadcastMessageToEdit().calendarInfo],
id=calendarInfo, copyOf=) of public abstract
com.transparentpolitics.web.components.utils.BroadcastCalendarControl
com.transparentpolitics.web.components.messages.BroadcastMessageEntry.getCalendarInfo()).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org