RE: [T5] Updating Zone with Action Link using Select field value as Context

2009-02-13 Thread James Sherwood
: February-13-09 12:28 PM To: Tapestry users Subject: Re: [T5] Updating Zone with Action Link using Select field value as Context Thanks, Thiago. Appreciate your help. I opted to go the route of using a radio buttons that trigger a form fragment. Peter - Original Message From: Thiago H. de

Re: [T5] Updating Zone with Action Link using Select field value as Context

2009-02-13 Thread Dave Greggory
Action Link using Select field value as Context Em Thu, 12 Feb 2009 15:16:00 -0300, Dave Greggory escreveu: > This javascript is added to the page by Tapestry and how can modify it to > include select field value? > > "/my-web/stuff/create.showmystufflink/" + getSelectF

Re: [T5] Updating Zone with Action Link using Select field value as Context

2009-02-12 Thread Thiago H. de Paula Figueiredo
Em Thu, 12 Feb 2009 15:16:00 -0300, Dave Greggory escreveu: This javascript is added to the page by Tapestry and how can modify it to include select field value? "/my-web/stuff/create.showmystufflink/" + getSelectFieldValue() Nothing a little bit of RenderSupport and Prototype cannot do.

Re: [T5] Updating Zone with Action Link using Select field value as Context

2009-02-12 Thread Dave Greggory
igueiredo To: Tapestry users Sent: Thursday, February 12, 2009 1:02:45 PM Subject: Re: [T5] Updating Zone with Action Link using Select field value as Context Em Thu, 12 Feb 2009 13:32:13 -0300, Dave Greggory escreveu: > But Tapestry does not use the showStuff(Item selectedItem) method and

Re: [T5] Updating Zone with Action Link using Select field value as Context

2009-02-12 Thread Thiago H. de Paula Figueiredo
Em Thu, 12 Feb 2009 13:32:13 -0300, Dave Greggory escreveu: But Tapestry does not use the showStuff(Item selectedItem) method and it throws an Exception in AjaxComponentEventRequestHandler saying it cannot find my event handler. It does not find because there was no context in your Actio