try 4.1.3-snapshot?  There was more work done in that function
recently with the new javascript @EventListener function parameters
being able to be passed in to listeners via special methods in the
BrowserEvent object.

On 8/11/07, Frank <[EMAIL PROTECTED]> wrote:
> Hi,
>
> When I make a simple EventListener I get this error :
>
> FATAL exception raised: buildTargetProperties() Unknown target type:[object
> HTMLSelectElement]
> FATAL exception raised: Error: buildTargetProperties() Unknown target
> type:[object HTMLSelectElement]
>
> I just can't figure out what is wrong.
>
> Tapestry 4.1.1 & 4.1.2
>
> Java :
>
> @EventListener( targets = "size",events = "onchange")
>     public void updatePaper()
>     {
>         System.out.println("update");
>     }
>
> HTML:
>
> <label jwcid="@FieldLabel" field="component:size"/>
> <span jwcid="[EMAIL PROTECTED]" model="ognl:validPapers"
>                     value="ognl:skiltSetup.paperId"
>                     validators="validators:required,min=1"
>                     displayName="message:size"/>
>
>
> Anyone having a hint ?
>
> Cheers,
>
> Frank
>


-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

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

Reply via email to