Re: Parameter has already been declared

2007-01-10 Thread Jesse Kuhnert
This also sounds like an old bug that hit people only when caching was disabled. It's been fixed starting with 4.1.1. On 1/10/07, Ron Piterman <[EMAIL PROTECTED]> wrote: try changing string[] to Collection and see if this changes anything, tapestry is probably able to coerce these values, isn't

Re: Parameter has already been declared

2007-01-10 Thread Ron Piterman
try changing string[] to Collection and see if this changes anything, tapestry is probably able to coerce these values, isn't it? Cheers, Ron Dan Adams wrote: > Someone here has an application where he's getting the following > exception: > > Caused by: org.apache.hivemind.ApplicationRuntimeExce

Parameter has already been declared

2007-01-10 Thread Dan Adams
Someone here has an application where he's getting the following exception: Caused by: org.apache.hivemind.ApplicationRuntimeException: Parameter onLoad has already been declared (at Annotation @org.apache.tapestry.annotations.Parameter(cache=true, defaultValue=, required=false, name=, aliases=) o