Re: Tapestry TreeGrid

2012-02-09 Thread George Christman
Hi Lance, I'm just getting back to this project and have come up with a few more questions. I'm assuming node.class is your entity class? I'm using hibernate, so I'm wondering if you are adding an @ID to your nodeId and if your using a @ManyToOne on your childNodes? I believe I understand the ba

Re: Applying Foundation Framework decoration Serverside on Custom Button Componet

2012-02-09 Thread Josh Canfield
Something mangled your code, but with a little deciphering I think what you are trying to do is add a class to the input button by replacing the beginRender method of Submit? You can't extend Submit and override the beginRender method. The beginRender method isn't public... Have you considered a

Applying Foundation Framework decoration Serverside on Custom Button Componet

2012-02-09 Thread Russell John-Baptistr
I originally put this on SO... But received no love!! I have a submit button component that I created called FoundationButton. This button is decorated with the formatting of the foundation framework (http://foundation.zurb.com/). I had it working like a charm. Then when I made my component ext

[Announce] Tapestry Testify - v1.0.4 released

2012-02-09 Thread Paul Field
I'd like to announce the latest release of the Tapestry Testify project at its new home on SourceForge: http://tapestrytestify.sourceforge.net/ Tapestry Testify is an extension to Tapestry that allows you to write page and component tests

Re: Tapestry Change hibernate properties on fly

2012-02-09 Thread Howard Lewis Ship
Tapestry's Hibernate configuration is static; set up once at start up. It creates a single SessionFactory (using connection data) and creates Hibernate Sessions as needed. In your situation, you'd have to build your own. However, what I see is that you'll be paying the very expensive Hibernate st

Re: Prototype - IE9 update?

2012-02-09 Thread Howard Lewis Ship
The tapx-prototype library was removed because Tapestry itself got the upgrade to latest Prototype, in Tapestry 5.2 and 5.3. On Thu, Feb 9, 2012 at 1:31 PM, Sigbjørn Tvedt wrote: > If you need the code, have a look at the delete that where commited here > https://github.com/hlship/tapx/commit/c65

Re: Prototype - IE9 update?

2012-02-09 Thread Sigbjørn Tvedt
If you need the code, have a look at the delete that where commited here https://github.com/hlship/tapx/commit/c65236a398700384334ac8fa536f33d6356e680d#diff-11 /S On 9 February 2012 22:21, Sigbjørn Tvedt wrote: > If you go up a couple of levels, you will se why :) > > https://github.com/hlship/

Re: Prototype - IE9 update?

2012-02-09 Thread Sigbjørn Tvedt
If you go up a couple of levels, you will se why :) https://github.com/hlship/tapx/blob/master Regards Sigbjørn Tvedt On 9 February 2012 11:23, Javix wrote: > The link is broken :((( > > > https://github.com/hlship/tapx/blob/master/tapx-prototype/src/main/resources/com/howardlewisship/tapx/

Re: T5 Context and Arrays/Lists

2012-02-09 Thread Thiago H. de Paula Figueiredo
On Thu, 09 Feb 2012 16:20:23 -0200, Norman Franke wrote: I want to pass several values an event link and then get those values back via the event listener. If I specify the context to be an array (even an array of Hibernate objects), the context seems to work right. The url has each element of

T5 Context and Arrays/Lists

2012-02-09 Thread Norman Franke
I want to pass several values an event link and then get those values back via the event listener. If I specify the context to be an array (even an array of Hibernate objects), the context seems to work right. The url has each element of the array / list as a separate path component. That w

T5.3.2 - PeriodicExecutor. What if the Runnable throws an Exception?

2012-02-09 Thread Florian Parain
Hi, I'm using PeriodicExecutor (which is great) to execute a job every day. When my Runnable throws an Exception, it is hopefully caught and the day after my Runnable runs again. Nevertheless, I'd like to log (at least) this exception in order to fix it. Any idea how ? Thanks -- View this mes

Tapestry Change hibernate properties on fly

2012-02-09 Thread Ramprasath
Dear All , Please guide me how to resolve the following scenario Requirement : Based on user database connection details ( Server , URL , database , user name , password) Database connection has to be established , And user will do the transaction activity based on the connecti

Re: Prototype - IE9 update?

2012-02-09 Thread Javix
The link is broken :((( https://github.com/hlship/tapx/blob/master/tapx-prototype/src/main/resources/com/howardlewisship/tapx/prototype/tapestry-js-fixes.js -- View this message in context: http://tapestry.1045711.n5.nabble.com/Re-Prototype-IE9-update-tp4331824p5469075.html Sent from the Tapestr

Re: [Announce] Tapestry-Bootstrap 2.0 early Alpha

2012-02-09 Thread David Woods
Great work. I'm really looking forward to trying this out. Twitter Bootstrap makes great looking sites easy, it will be great to team them up with the back-end functionality of tapestry. On 9 February 2012 01:15, Chris Mylonas wrote: > Thanks Barry - I'll be checking it out over the weekend and

Spread the 5.3.2 verb.

2012-02-09 Thread Massimo Lusetti
It's time to spread the verb: http://java.dzone.com/announcements/announcing-apache-tapestry-532-1 -- Massimo http://meridio.blogspot.com - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands,

Combine two HibernateEntityDataSource

2012-02-09 Thread Jose A. Lopez
Hello, I am troubling with the combination of two HibernateEntityDataSource. I am trying to show the elements of two tables in only one grid. So, I am doing: HibernateEntityDataSource list1 = HibernateEntityDataSource.create(session,CustomerContact.class, resources); HibernateEntityDataSource

Re: Tapestry TreeGrid

2012-02-09 Thread Lance Java
There are two options that I can see here. One option is to read the entire tree into memory (on startup?) and then just access levels of it for each tree expansion request. As you said, this might not be an option if the tree is large. The other option is to lazily get each level from the databas

Re: Tapestry at Confess 2012

2012-02-09 Thread Lance Java
FYI there's a typo on the website where chose should be choose Cheers, Lance On Wednesday, 8 February 2012, Christian Köberl < tapestry.christian.koeb...@gmail.com> wrote: > My talk at Confess 2012 has been accepted :) > > http://2012.con-fess.com/sessions/-/details/108/Why-chose-Tapestry-as-your