[T5] Custom component parameter value within a loop

2008-08-09 Thread Brendan McNichols
nuModel = model; } // bunch of non-relevant fields not shown... private Model menuModel; } And finally, a snippet of the page tml: Thanks very much in advance for any help! Brendan McNichols

[T5] Hibernate integration problems/questions

2008-07-22 Thread Brendan McNichols
Hi all, I have two questions/issues with tapestry-hibernate integration: 1) In my app, I am getting a "java.net.SocketException: Broken pipe at java.net.SocketOutputStream.socketWrite0" exception (I am using MySQL, btw) after the site has been up for a while. I have tried several thi

Events from select component

2008-06-24 Thread Brendan McNichols
Hi all, I have a component on a page and I need to know when the user changes its value. I presume that I need to implement an event handler as described in: http://tapestry.apache.org/tapestry5/tapestry-core/guide/event.html, but I tried to do that and wasn't able to get it to work. Is this

T5: Getting a List from a component

2008-06-17 Thread Brendan McNichols
Hi All, I have a element set up as follows: In my User entity, I have the following code: ... @DataType(value = "com.uievolution.blender.serviceinterface.entities.Company") public Company getCompany() {

RE: T5: "No root element has been defined."

2008-06-17 Thread Brendan McNichols
I fixed the problem. For the record, to help someone else making the same upgrade, I needed to update the package name for the TapestryFilter in the web.xml -Original Message- From: Brendan McNichols [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2008 6:45 PM To: users

T5: "No root element has been defined."

2008-06-16 Thread Brendan McNichols
Hi All, I just upgraded from 5.0.11 to 5.0.13. After fixing compile errors (changing package names from com.apache.tapestry to com.apache.tapstry5) and running my app, I get an exception with the message "No root element has been defined.". Is there something that changed between 11 and 13 to