Re: Tapestry Architecture Diagram

2013-03-06 Thread Thiago H de Paula Figueiredo
On Wed, 06 Mar 2013 14:00:01 -0300, John wrote: Hi, Hi! Are there any Tapestry 5 architecture diagrams around? I'm looking for a depiction of the page/components servlet interface, app server and tapestry IoC container etc... Page and components don't usualy use the Servlet API directl

Re: Currency Converter

2013-03-06 Thread George Christman
Nice Job! The only thing we might want to do is just strip the dollar sign on submit if someone adds it in rather than throw back the validation exception. Oddly enough, I find people doing it all the time. Everything else looks great! Thanks Geoff. On Tue, Mar 5, 2013 at 7:21 AM, Geoff Callender

Re: actionliks and XHR response problem

2013-03-06 Thread Lance Java
I would be looking for javascript errors on the page. Tapestry initially renders eventlinks as normal, non ajax links. Once the page has loaded, it decorates the links so that AJAX is used instead. If there is a javascript error on the page, the decoration may fail leaving the links in their origin

Re: Checking if user has left the page or refreshed it

2013-03-06 Thread Bob Harner
Be aware that the referer header is unreliable. It is frequently blocked by proxies, and in the case of SSL I believe it is (usually? always?) not present. On Tue, Mar 5, 2013 at 3:58 PM, bhorvat wrote: > Cool I will then try what you suggested. The pageReset event looks to be > perfect for what

Re: tapestry5.3 and Twitter-bootstrap disabled inputs

2013-03-06 Thread Ivan Khalopik
In this case "disabled" is T5 parameter, not html attribute. http://tapestry.apache.org/component-parameters.html This component will be rendered as: On Tue, Mar 5, 2013 at 4:59 PM, Tony Nelson wrote: > > >> -Original Message- >> From: Ivan Khalopik [mailto:ikhalo...@gmail.com] >>