I found one bug in InjectPage and just checked in the fix. I don't know why you page would be processed more than once.
On 6/21/05, Chris Conrad <[EMAIL PROTECTED]> wrote: > When using @InjectPage I'm getting an ApplicationRuntimeException. > Specifically, it's happening on line 674 of > org.apache.tapestry.spec.ComponentSpecification. The error message > is "Property loginPage has already been accounted for by the element > at unknown location." > > From running it through a debugger, it looks like my page is being > processed twice and it's during the second processing that the > exception is thrown. There is only one reference to the loginPage > property and that's the abstract accessor method. My .page has > nothing named loginPage in it. > > Any ideas? > > --Chris > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
