Re: [T5] Acces to current object in tab

2009-09-01 Thread bdumeny
bdumeny a écrit : Read the Grid component documentation: http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/Grid.html Take a look at the index and the row parameters. Thx, but indexRow isn't the arrayList index... How to link them? I

Re: [T5] Acces to current object in tab

2009-09-01 Thread bdumeny
Read the Grid component documentation: http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/Grid.html Take a look at the index and the row parameters. Thx, but indexRow isn't the arrayList index... How to link them?

Re: [T5] Acces to current object in tab

2009-08-31 Thread bdumeny
posted a mixin for a popup. Shing --- On Mon, 31/8/09, bdumeny wrote: From: bdumeny Subject: Re: [T5] Acces to current object in tab To: "Tapestry users" Date: Monday, 31 August, 2009, 5:05 PM Thank you! But doesn't PopupLink component exist? I don't find in

Re: [T5] Acces to current object in tab

2009-08-31 Thread bdumeny
log on the client, puts an iFrame inside it and makes sure the link gets an onclick event that opens the href in the popup. This way the links will also still work if Javascript is disabled although they won't open in popups then. regards, Onno On Mon, Aug 31, 2009 at 9:43 AM, bdumeny wrote:

[T5] Acces to current object in tab

2009-08-31 Thread bdumeny
Hi all, I use a grid to display list of object, and I want to insert a link (in each line) which displays all attributes from current object in a popup. How can I do this? Best regards - To unsubscribe, e-mail: users-unsubs

Re: [T5] Does T5 work with JPA ?

2009-08-14 Thread bdumeny
t.java:528) * org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) * org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) * java.lang.Thread.run(Thread.java:619) Thx Scot Scot Mcphee a écrit : 2009/8/15 bdumeny : Yes, all included in my po

Re: [T5] Does T5 work with JPA ?

2009-08-14 Thread bdumeny
A implementation? Are you including one in your WAR file, e.g. Hibernate? 2009/8/14 bdumeny : Thiago H. de Paula Figueiredo a écrit : Em Fri, 14 Aug 2009 09:42:34 -0300, bdumeny escreveu: Hi all! Hi! I try to develop a T5 / jpa application! All junits tests on my

Re: [T5] Does T5 work with JPA ?

2009-08-14 Thread bdumeny
Thiago H. de Paula Figueiredo a écrit : Em Fri, 14 Aug 2009 09:42:34 -0300, bdumeny escreveu: Hi all! Hi! I try to develop a T5 / jpa application! All junits tests on my DAOS work but when I try to deploy on tomcat I still have a "No Persistence provider for EntityManager

[T5] Does T5 work with JPA ?

2009-08-14 Thread bdumeny
Hi all! I try to develop a T5 / jpa application! All junits tests on my DAOS work but when I try to deploy on tomcat I still have a "No Persistence provider for EntityManager name ..." error when I call DAOs. My persistence.xml seams to be at good place... So my question is : Is it possible th