Top "Tapestry" questions

Apache Tapestry is a Java web application framework that is organized around building pages from reusable components.

Installing maven on windows 7 64bit

I want to create a Tapestry Skeletion Project. I follow to these guide: http://maven.apache.org/download.html#Installation, …

java maven-3 tapestry
How to solve this warning Type Attribute (cellpadding) is obsolete. Its use is discouraged in HTML5 documents

I am developing web application using tapestry. I am testing my application using junit test suite and generating war file …

html junit tapestry
XML Parsing Error: no element found Location: moz-nullprincipal (not strong with ajax)

I know this question has been asked many times and from what i have researched on this error it appears …

java jquery html ajax tapestry
Difference between Apache Tapestry and Apache Wicket

Apache Wicket ( http://wicket.apache.org/ ) and Apache Tapestry ( http://wicket.apache.org/ ) are both component oriented web frameworks - …

java wicket web-frameworks tapestry
Setting up Jetty in Eclipse

I'm trying to follow a tutorial on Tapestry. (http://tapestry.apache.org/tapestry5.1/tutorial1/env.html) The tutorial recommends Jetty 5.1 …

eclipse jetty tapestry
Hibernate: No default constructor for entity Inner Class

I realize there are many similar questions, but none have helped me along on this. I'm using a CRUD framework …

java hibernate tapestry composite-key tynamo
Shiro Authorization populate authorization with remote roles

I'm using Tapestry-Security which uses Apache Shiro I have a custom realm which handles authorization and authentication. Our authentication technically …

java tapestry shiro
Getting maven to start jetty (Tapestry Tutorial)

I'm trying to work through the Tapestry tutorial. I think I got everything set up right and so far so …

java maven-2 jetty tapestry