Hmm no joy, using
ognl-2.7-20070407.221735-20.jar
tapestry-annotations-4.1.2-20070408.202604-38.jar
tapestry-contrib-4.1.2-20070408.202604-41.jar
tapestry-framework-4.1.2-20070408.202604-44.jar
On Thu, 2007-04-12 at 09:22 -0400, Jesse Kuhnert wrote:
> Yes that's probably a good idea, though I d
Yes that's probably a good idea, though I don't know why it wouldn't work
correctly in 4.1.1 so I'm slightly pessimistic that things aren't going to
change much...but we'll see
On 4/12/07, Yiannis Mavroukakis <[EMAIL PROTECTED]> wrote:
Thanks Jesse I though I was going completely mental. Forgo
Thanks Jesse I though I was going completely mental. Forgot to mention
that I am using T4.1.1 should I be going for one of the newer snapshots?
Yiannis
On Thu, 2007-04-12 at 09:12 -0400, Jesse Kuhnert wrote:
> Sounds like you're doing things correctly, the TimeTracker demo does the
> exact same
Sounds like you're doing things correctly, the TimeTracker demo does the
exact same thing:
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/java/org/apache/tapestry/timetracker/page/TaskEntryPage.java?view=markup
On 4/11/07, Yiannis Mavroukakis <[EMAIL PROT
I am having some trouble getting using EventListener with the
InlineEditBox
in my source I have the following
@EventListener(targets="flightNumber" , events = "onSave")
public void processFlightNumberEdit() {
Master master = getMasterDao().find(getMasterId());
master.setFlight