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
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
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
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() {
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
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