Re: Hibernate connection pool

2012-11-08 Thread willbro
I think i have the same problem. none of the solutions proposed worked for me. I have been fighting for days with this problem. could someone help me please Error invoking method public static org.apache.tapestry5.hibernate.HibernateSessionManager org.apache.tapestry5.hibernate.HibernateCoreModul

Re: Hibernate connection pool

2012-11-08 Thread willbro
thanks fpr your answer how do i do that. which dependency should i delete? everytime i try and run mvn eclipse:eclipse the 3.5.6 version is still dowloaded! -- View this message in context: http://tapestry.1045711.n5.nabble.com/Hibernate-connection-pool-tp5717744p5717833.html Sent from the Tape

Re: Hibernate connection pool

2012-11-08 Thread willbro
This is my pom http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns="http://maven.apache.org/POM/4.0.0";> 4.0.0 com.example tutorial 1.0-SNAPSHOT war tutorial Tapestry 5 Applicatio

Re: Hibernate connection pool

2012-11-08 Thread willbro
salut I just deleted the dependency. it did not changed anything! :-( -- View this message in context: http://tapestry.1045711.n5.nabble.com/Hibernate-connection-pool-tp5717744p5717839.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

HibernateSessionManager

2012-11-08 Thread willbro
Hi, I just started learning Tapestry with mysql & Hibernate and i can not manage to store some form data into a database. I still get this error message Error invoking method public static org.apache.tapestry5.hibernate.HibernateSessionManager org.apache.tapestry5.hibernate.HibernateCoreModule.bu

Re: HibernateSessionManager

2012-11-08 Thread willbro
Thanks for answering i removed hibernate 4.1.7 and added Hibernate 3.5.6-Final now i have this by starting the application HTTP ERROR 500 Problem accessing /Tapestry%20Tutorial/. Reason: Exception constructing service 'ValueEncoderSource': Error invoking service contribution method org.apac

Re: HibernateSessionManager

2012-11-08 Thread willbro
http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> com.mysql.jdbc.Driver jdbc:mysql://localhost/tapestry org.hibernate.dialect.MySQLDialect root mysql update

Re: HibernateSessionManager

2012-11-09 Thread willbro
it's working now with the following dependencies in the pom org.apache.tapestry tapestry-core 5.3.6 org.hibernate.javax.persistence hibernate-jpa-2.0-api 1.0.1.Final mysql mysql-connector-java

GridDataSource, Nested Grid

2013-03-05 Thread willbro
Hello, I would like to make some nested Grid, but I am not sure if it is possible. I have Entities like Land, City, and Street. I would like to display the Lands in a Grid like following. Land / City/ Street - / Land1

Re: GridDataSource, Nested Grid

2013-03-05 Thread willbro
Thanks I will look at it... -- View this message in context: http://tapestry.1045711.n5.nabble.com/GridDataSource-Nested-Grid-tp5720342p5720344.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubs

Re: GridDataSource, Nested Grid

2013-03-05 Thread willbro
Hi Lance, maybe you missunderstood me. I tryed to make a grid in Cell and it seems to work. I also managed to hide headers of the nested grid. The main problem ist that the Cities to diplay depend on the id of the land and the streets on the id of the city. I can not figure out how to pass that id

Re: GridDataSource, Nested Grid

2013-03-05 Thread willbro
Thank you very much... it works! -- View this message in context: http://tapestry.1045711.n5.nabble.com/GridDataSource-Nested-Grid-tp5720342p5720348.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To u

Re: GridDataSource, Nested Grid

2013-03-05 Thread willbro
next question! Do you know a way to hide headers(nested grid) without using css? thanks! -- View this message in context: http://tapestry.1045711.n5.nabble.com/GridDataSource-Nested-Grid-tp5720342p5720349.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: GridDataSource, Nested Grid

2013-03-12 Thread willbro
Cool! -- View this message in context: http://tapestry.1045711.n5.nabble.com/GridDataSource-Nested-Grid-tp5720342p5720418.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-

Re: GridDataSource, Nested Grid

2013-03-12 Thread willbro
The t:mixins attribute works fine just for the first grid. As soon as i try to use it for the nested grids, i et this error message "Render queue error in CleanupRender[projekt/Ablaufplan:grid_3]: org.apache.tapestry5.dom.Text cannot be cast to org.apache.tapestry5.dom.Element"

Re: GridDataSource, Nested Grid

2013-03-12 Thread willbro
seems to be something else! It did not change anything. the error semms to be in this code line -- View this message in context: http://tapestry.1045711.n5.nabble.com/GridDataSource-Nested-Grid-tp5720342p5720428.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: GridDataSource, Nested Grid

2013-03-12 Thread willbro
maybe this could help PROJEKT_ID=1 [DEBUG] projekt.AblaufplanProjekt [ EXIT] getModule [[com.example.pms.entities.Modul@164940c, com.example.pms.entities.Modul@33de17]] [DEBUG] mixins.GridCollapse [ENTER] findTable( Name Arbeitspaket Modul1 Nummer 2 1 Modul2 - ) ##

Re: GridDataSource, Nested Grid

2013-03-12 Thread willbro
this is how the grid looks like AnnaProjekt Modul1 1 2 Modul2 - -- View this message in context: http://tapestry.1045711.n5.nabble.com/GridDataSource-Nested-Grid-tp5720342p5720432.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: GridDataSource, Nested Grid

2013-03-12 Thread willbro
It still does'nt work. whitespace are compressed by default... -- View this message in context: http://tapestry.1045711.n5.nabble.com/GridDataSource-Nested-Grid-tp5720342p5720434.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: GridDataSource, Nested Grid

2013-03-12 Thread willbro
I figured out that i get that error only if a cell is empty. adding an element does not seem to resolve the problem... Thanks for the help so far... -- View this message in context: http://tapestry.1045711.n5.nabble.com/GridDataSource-Nested-Grid-tp5720342p5720435.html Sent from the Tapestry -

Re: GridDataSource, Nested Grid

2013-03-19 Thread willbro
sorry i have been busy and did not get time to look into it. what do you mean with render a grid with single row? do you mean somthing like this? since i nead a source attribute for grid? i am wondering what comes there? thanks