atom feed8 messages in net.java.dev.appfuse.usersRe: [appfuse-user] [ANN] tapestry5 + ...
FromSent OnAttachments
SergeEbySep 4, 2008 10:36 pm 
kaceSep 13, 2008 7:49 am 
Eric MaSep 27, 2008 10:16 pm 
Matt RaibleDec 8, 2008 2:16 pm.zip
Matt RaibleDec 8, 2008 2:53 pm 
SergeEbyDec 8, 2008 3:13 pm 
Matt RaibleDec 8, 2008 3:35 pm 
SergeEbyDec 9, 2008 5:43 am 
Subject:Re: [appfuse-user] [ANN] tapestry5 + appfuse
From:Matt Raible (ma@raibledesigns.com)
Date:Dec 8, 2008 2:16:53 pm
List:net.java.dev.appfuse.users
Attachments:
tapestry5.zip - 307k

Serge, Thanks for doing this initial work. I've been trying to integrate your work into AppFuse today and have been successful in getting everything to compile. As you know, the tests are incomplete and I haven't started working on those yet.

I'm attaching the work I've done so far. Unfortunately, it's not working. When I run "mvn jetty:run" and hit http://localhost:8080, I get the following error.

HTTP ERROR: 500

The root element of the rendered document was <p>, not <html>. A root element of <html> is needed when linking JavaScript and stylesheet resources.

RequestURI=/ Caused by:

java.lang.RuntimeException: The root element of the rendered document was

, not . A root element of is needed when linking JavaScript and stylesheet resources. at org.apache.tapestry5.internal.services.DocumentLinkerImpl.validateRoot(DocumentLinkerImpl.java:98) at org.apache.tapestry5.internal.services.DocumentLinkerImpl.addStylesheetsToHead(DocumentLinkerImpl.java:182) at org.apache.tapestry5.internal.services.DocumentLinkerImpl.updateDocument(DocumentLinkerImpl.java:84) at org.apache.tapestry5.services.TapestryModule$25.renderMarkup(TapestryModule.java:1493) at $MarkupRenderer_11e18a8d997.renderMarkup($MarkupRenderer_11e18a8d997.java) at $MarkupRenderer_11e18a8d993.renderMarkup($MarkupRenderer_11e18a8d993.java)

Please let me know if you have any idea what the problem might be.

Thanks,

Matt

On Thu, Sep 4, 2008 at 10:36 PM, SergeEby <sde@hotmail.com> wrote:

Hi,

I've just released an early version of the tapestry5-appfuse project. It is still alpha and is available via SVN on Google Code at: http://code.google.com/p/tapestry5-appfuse/

Feedback would be appreciated.