We got the solution for the issue.
There were 2 hibernate.cfg.xml files that need to be modified.
Earlier we have modified only one, thinking that the second one (inside the
jar that contains the POJOs) will be ignored.But tapestry tries to contact
the second file at times.
Now we have only on
Hi,
I am using tapestry 5.0.16.
I have a grid,2 submit buttons embedded inside a form.
One of the column in the grid displays checkboxes.
After coming to the page (for eg:5 rows in the grid),if I manually delete a
record from the database and click any of the submit buttons it is showing
excep
Hi,
The application developed using Tapestry 5.0.15 is working fine here in
India in the development environment,but when it is deployed in client's
machine at U.K,the application is behaving strangely and at times showing
hibernate connection problems and network adapter problems.The database
I have a login page where I am using an external javascript file to validate
the username and password field.
But at times I am getting script error in IE 6,7,8 - 'tapestry' is
undefined.Also in IE 8, error in line 1 of
effects.js,prototype.js,tapestry,js,scriptaculous.js which are added by
tap