Re: [ANNOUNCEMENT] New Tapestry 5 book

2009-11-12 Thread Nikolaos Konstantinou
Same here, I would gladly buy a book about Tapestry in English. On Thu, Nov 12, 2009 at 12:47 PM, Blower, Andy andy.blo...@proquest.co.ukwrote: +3 (at least) -Original Message- From: Peter Stavrinides [mailto:p.stavrini...@albourne.com] Sent: 12 November 2009 09:15 To: Tapestry

Re: T4.1.3 Form submission

2007-11-16 Thread Nikolaos Konstantinou
So, the java page is public abstract class RegistrationPage extends BasePage implements IExternalPage, PageBeginRenderListener { public abstract IRoomQuote getRoomQuote(); public abstract void setRoomQuote(IRoomQuote roomQuote); ... public void pageBeginRender(PageEvent event) {

Form submission fails only after the 1st time, T4.1.3 bug?

2007-10-15 Thread Nikolaos Konstantinou
I am facing this strange behaviour if Tapestry 4.1.3: I have a form, declared in the .page as: component id=quoteForm type=Form binding name=listener value=listener:quoteSubmit/ binding name=delegate value=beans.validationDelegate/ binding name=method value='get'/ binding

Re: Form submission fails only after the 1st time, T4.1.3 bug?

2007-10-15 Thread Nikolaos Konstantinou
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nikolaos Konstantinou PhD Student - Research Assistant Homepage: http://www.cn.ntua.gr/~nkons

Re: DirectLink problem

2007-10-10 Thread Nikolaos Konstantinou
of this direct link, i.e. moving the code into the java. PS. listener=ognl:listeners.goToLocationSearch should be updated to listener=listener:goToLocationSearch (faster cleaner) Nikolaos Konstantinou wrote: I 'm having this peculiar problem with the page I'm trying to create (I'm using

OGNL Null Problem

2007-09-26 Thread Nikolaos Konstantinou
Hi all, this is my first email at this list but I'll get right to the point: My task is to upgrade a web application from Tapestry 3.0 to Tapestry 4.1.2. The problem I encounter is that the OGNL expression : a href=# jwcid=@ExternalLink page=ListRoomQuotes parameters=ognl:new