On Fri, 13 Apr 2012 09:46:04 -0300, Chris Mylonas <[email protected]> wrote:

I need to convert from Ljava.lang.Object@234141 to "string representation" or what value it is (which happens to be a string) I set during render (so the HTML that is output is good enough for me).

It seems to me that you haven't understood what I said: if you pass the context parameter without the expansion, your component will receive the original object of type Object[], not a String, so you don't need to convert a String to an Object[]. In your event handler method, the parameter must be an Object[], or, betetr yet, an EventContext.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to