I had the same problem with catching an event from a Select. I was
trying to update a Zone according to a selection in a Select.

I never figured it out - although I believe that the Chenille Kit
handles this nicely. The problem was that Chenille Kit isn't
compatible with T5.1 and I need 5.1 - note here that the upcoming
version of CK will support T5.1

Here's what I did to solve my dilemma - albeit a more "backwards" way
of doing things: I use a button on the page with the Select to get the
Select's value and then redirect to a page, passing the value along.
Let me know if you need the code to get the Select's value.


On Mon, Aug 17, 2009 at 7:17 PM, Martin Torre Castro<mad...@hotmail.com> wrote:
>
>
>   Hello, I'm a student as engineer and I have to make an application web with 
> Tapestry. It's a wonderful framework, but I'm finding many problems which I 
> spend too many time to solve and I've got very few time, so I decided to 
> suscribe to this mail-list.
>
>   My current problem now is finding a way to catch and handle an event from a 
> Select component. I've read on google about something called "mixings" but 
> don't know/understand about it.
>   I tried with something like:
>
>
> .tml file:
> <t:select t:id="incidSearchType" t:validate="required">
>
>
> .java file:
> @OnEvent(component="incidSearchType")
> void onActionFromIncidSearchType() {  /*Some code here*/ }
>
>
>   Is there an easy way with @OnEvent or with naming convention to do it or do 
> i have to use mixings? I would appreciate some sample code, please. I have 
> read half the book that Kolesnikov wrote about tapestry5 and I couldn't find 
> anything. Am I missing something?
>
>
>   Please, help me. I would aprecciate very much. Thanks for your attention 
> and sorry about my english and my newbie question
>
> Thanks very much.
>
> _________________________________________________________________
> Entérate de todas las noticias al instante ¡Suscríbete al servicio de Alertas 
> MSN!
> http://especiales.es.msn.com/noticias/msninforma.aspx



-- 
_________________________________

Joshua S. Martin


CONFIDENTIALITY NOTE: This e-mail message, including any
attachment(s), contains information that may be confidential,
protected by the attorney client or other legal privileges, and or
proprietary non public information. If you are not an intended
recipient of this message or an authorized assistant to an intended
recipient, please notify the sender by replying to this message and
then delete it from your system. Use, dissemination, distribution, or
reproduction of this message and or any of its attachments (if any) by
unintended recipients is not authorized and may be unlawful.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to