> problem, event links that are generated with
> componentResources.createEventLink("eventName", context); dont have zone
> parameter set... and I'm getting absoluteURI from them and using them in my
> page...

The zone information isn't attached to the Link (or URL) that you
generate but to the element on the page that generates the event, such
as the anchor tag (<a href=...>) or form. Take a look at the linkZone
function in tapestry.js and beginRender in AbstractComponentEventLink.

Josh

On Wed, May 26, 2010 at 5:27 AM, blueboy6 <blueb...@gmail.com> wrote:
>
> Hello ppl,
>
> Long time since I needed to post a question here, but this is really making
> me crazy...
>
> I have event links generated with component resources, lots of them...
> 200-300 of them. and I have zone that all of them should update...
>
> problem, event links that are generated with
> componentResources.createEventLink("eventName", context); dont have zone
> parameter set... and I'm getting absoluteURI from them and using them in my
> page...
>
> And all of the links are generated in setupRender faze and I can't access
> them in after render...
>
> Any ideas?
>
> Thanks
> Bojan Cincur
> --
> View this message in context: 
> http://old.nabble.com/-T5.1-generated-Event-Links-and-zone-tp28680025p28680025.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
>
>



-- 
--
http://www.bodylabgym.com - a private, by appointment only, one-on-one
health and fitness facility.
--
http://www.ectransition.com - Quality Electronic Cigarettes at a
reasonable price!
--
TheDailyTube.com. Sign up and get the best new videos on the internet
delivered fresh to your inbox.

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

Reply via email to