Please explain more and in a clearer way.

On Sun, Sep 16, 2012 at 4:10 AM, gonzalomp87 <gonzalom...@gmail.com> wrote:

> Hi!
>
> I'm using a select component in my application. In this component I have a
> list of  study's id.
> I'm using the function OnChangeValue for redirect to the page where I show
> details of the study.
>
>
> public Object onAction(Study study)
>     {
>                 StudyDetalles.setStudyId(study.getStudyId());
>                 return StudyDetails;
>
>     }
>
> The problem is that the function only works when changes value.
> If I have a studio just does not work.
>
> There are other events that always work, for example by clicking though the
> value does not change?
>
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Problem-with-OnchangeValue-tp5716323.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to