[T5] string parameter contains ".", listener bug?

2007-11-30 Thread Alexander Turtsevich
hi listener: public void onMyAction(String componentId) { //some code } link generated for this listener: public String getTheLink() { Link l = _componentResources.createActionLink("myaction", false, "param.param"); return l.toURI(); } result link is som

Re: [T5] interfaces and coercion

2007-11-29 Thread Alexander Turtsevich
Alexander Turtsevich wrote: i'm developing ajax tree component, providing 2 interfaces to implement: JqTreeKeyPrivider and JqTreeModel but i cant pass classes that implements those interfaces to the component, getting error : Could not find a coercion from

[T5] interfaces and coercion

2007-11-29 Thread Alexander Turtsevich
i'm developing ajax tree component, providing 2 interfaces to implement: JqTreeKeyPrivider and JqTreeModel but i cant pass classes that implements those interfaces to the component, getting error : Could not find a coercion from type org.example.ajax.components.TreeModel to type org.e

Re: [T5] 5.0.7 ajax update

2007-11-26 Thread Alexander Turtsevich
Michael Courcy wrote: Hi i used this example for tapestry 5.0.6 to update some components: Where did you read this example ? On the wiki ? Thanks. thats from mail list, you may search here http://www.nabble.com/Tapestry-f302.html -

[T5] 5.0.7 ajax update

2007-11-26 Thread Alexander Turtsevich
hi, i used this example for tapestry 5.0.6 to update some components: public Object onMyAction() { MarkupWriter markupWriter = _markupWriterFactory.newMarkupWriter(); markupWriter.element("component"); _pageRenderInitializer.setup(markupWriter); Page page = _re

Re: [T5] Request.isXHR() issue

2007-11-22 Thread Alexander Turtsevich
Adam Ayres wrote: There appears to be a small bug with the Request.isXHR() method, the value of the "X-Requested-With" header that Prototype sets by default for all of its AJAX calls is: "XMLHttpRequest" Tapestry checks against the value: "XmlHttpRequest" The RequestImplTest h