Re: Resolved: Re: Reloading zone from custom event handler

2012-03-02 Thread Thiago H. de Paula Figueiredo
On Fri, 02 Mar 2012 15:29:21 -0300, George Christman wrote: Would you mind elaborating a bit more on "It should be created inside the component itself. " Thanks Thiago. You shouldn't worry at all about event URLs, just use ComponentResources.createEventLink() to create them. If you're cre

Re: Resolved: Re: Reloading zone from custom event handler

2012-03-02 Thread George Christman
Would you mind elaborating a bit more on "It should be created inside the component itself. " Thanks Thiago. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Reloading-zone-from-custom-event-handler-tp5531638p5531787.html Sent from the Tapestry - User mailing list archive a

Re: Resolved: Re: Reloading zone from custom event handler

2012-03-02 Thread Thiago H. de Paula Figueiredo
On Fri, 02 Mar 2012 15:08:37 -0300, George Christman wrote: Thiago, is that a better solution than what I just recently posted as a solution? I guess they're equivalent. Also, I can't figure out how to generate a url with the component in it. Link link = resources.createEventLink("mySubm

Re: Resolved: Re: Reloading zone from custom event handler

2012-03-02 Thread George Christman
Thiago, is that a better solution than what I just recently posted as a solution? Also, I can't figure out how to generate a url with the component in it. Link link = resources.createEventLink("mySubmit"); link.toAbsoluteURI() only gives me /eprs/testtemplate:mysubmit but I need /eprs/testte