Re: T5: not all hibernate records saving

2009-03-06 Thread Alex Kotchnev
James, I am not sure if you've solved your problem, but it sounds like you might have non-Tapestry related issues to deal with (e.g. Hibernate). If you still feel that your problems are due to T5, please post some actual code (instead of pseudocode) with a clear statement of your problem. Cheer

T5: not all hibernate records saving

2009-03-04 Thread Jsherwood
Hello, I have a page that you load an excel file and read each line converting it to records. It works fine with no errors anywhere but out of 15855 lines it only actually puts in 11272 records but my count on the loop shows 15855 and I cannot figure out why these records are not saving wit