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 wrote: > +3 (at least) > > > -Original Message- > > From: Peter Stavrinides [mailto:p.stavrini...@albourne.com] > > Sent: 12 November 2009 09:15 > > To: Tapestry users > > Subjec

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) {

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

2007-10-15 Thread Nikolaos Konstantinou
em.out.println("nkons Debug check QUOTE_SUBMIT " + > > getSelectedSubmitComponent()); > > if ("QUOTE_SUBMIT".equals(getSelectedSubmitComponent())) { > > .... > > . > > return some_other_page; > >} else { > > this.setSelectedLocationId(null); > > return this; > > } > > > > The application server is jboss 4.2.1 > > I would appreciate any ideas > > > > > > > - > 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

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: In the .xhtml file, I place a PropertySelection component (model and value are ok). The problem is that I want to submit the form when the user changes the va

Re: DirectLink problem

2007-10-10 Thread Nikolaos Konstantinou
> but I'd really go with simplifying the ognl expression 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 & clean

DirectLink problem

2007-10-10 Thread Nikolaos Konstantinou
I 'm having this peculiar problem with the page I'm trying to create (I'm using Tapestry 4.1.3. When the page loads, I get a Tapestry Exception Unable to read OGNL expression '' of [EMAIL PROTECTED]: source is null for getProperty(null, "selectedCountryId") [context:/WEB-INF/Home.xhtml, line 130]

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 : ...was validated OK in Tapestry 3.0 but 4.1.2 throws a org.apache.tapestry.BindingExc