I have :

@EventListener(targets="myTarget" , events="myEvent")

and also the javascript function :

myTarget.myEvent=function(customObject) {}

I would like to send customObject to the server in the same way the
BrowserEvent is sent..
Which is the best aproach ?

Alex


On 12/20/06, Alexandru Dragomir <[EMAIL PROTECTED]> wrote:

Can i send some more information to the server , like a custom JSON object
?
Now , i only see it done submititing a form with this object as a hidden
field.

Thanks!
Alex

Reply via email to