Re: redirect from ajax request

2009-08-10 Thread Mario Rabe
th based on a mapped configuration from return type to a > handler. > > On Sun, Aug 9, 2009 at 5:34 PM, Thiago H. de Paula > Figueiredo wrote: > > Em Sat, 08 Aug 2009 15:26:45 -0300, Mario Rabe < > mario.r...@googlemail.com> > > escreveu: > > > >> Hi, &

redirect from ajax request

2009-08-08 Thread Mario Rabe
Hi, how can I do a redirect from a XHR-request? Here an example to make clear what I want to do: I've got a couter-component which shows a count and 2 links (up and down). If a link is clicked, the count is changed inPlace. A "ValueChanged"-Event is triggered on every change. [Pseudo-Code. won't

Re: Web framework evaluation - What is beautiful in Tapestry?

2009-04-24 Thread Mario Rabe
e problems in similar ways, simpy cause they start thinking in T5. Do I have to say what this means for large teams? Best Regards / Mit freundlichen Grüßen Mario Rabe 2009/4/23 Sebastian Hennebrueder > Sebastian Hennebrueder wrote: > >> Hello, >> > Sorry, the question should

Re: Reloading in 5.1

2009-04-05 Thread Mario Rabe
reloading, it was related to > Eclipse or maven... > > Andy > > > > Mario Rabe schrieb: > > I noticed tapestry5.1 doesn't reload anything anymore in an existing >> project. To check things out I created the tap5.1-quickstart-app and >> tested >> it w

Re: changing template-extension

2009-04-05 Thread Mario Rabe
lement that feature in the given codebase without scarifying compatibility. Mario 2009/4/5 Carl Crowder > Why, out of curiosity? > > > Mario Rabe wrote: > >> Why is it so hard to change the default-template extension? I really want >> the templates to end with "html&q

Re: changing template-extension

2009-04-05 Thread Mario Rabe
I just think it's easy enough given the enhancement that you can use own extensions without having to sync TemplateLocators with trunk! 2009/4/5 Mario Rabe > Not true, it could be handled as a fallback (see code). > > 2009/4/5 Joachim Van der Auwera > > Changing the temp

Re: changing template-extension

2009-04-05 Thread Mario Rabe
Not true, it could be handled as a fallback (see code). 2009/4/5 Joachim Van der Auwera > Changing the template extension would render all component libraries (which > use templates) unusable. Not that this is impossible to fix, but it a > complication. > > Kind regards, > J

changing template-extension

2009-04-05 Thread Mario Rabe
Why is it so hard to change the default-template extension? I really want the templates to end with "html"! The I saw the template-extension is defined as a constant. It is even inlined in classes. ComponentTemplateSource#baseResourceForModel is private so there is no override. Beside that Componen

Reloading in 5.1

2009-04-05 Thread Mario Rabe
I noticed tapestry5.1 doesn't reload anything anymore in an existing project. To check things out I created the tap5.1-quickstart-app and tested it with it. Same result! No changes are picked up. Not from classes and not from templates. I've tested it with Netbeans-IDE using tomcat and glassfishv3