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 3:35:04 pm
List:net.java.dev.appfuse.users

I forgot to copy src/main/resources/org/** and that seems to be the cause of the problem. I'm going to check everything into SVN now. For any upgrades you're doing on the google-code project, can you send me diffs (or better yet, create issues in JIRA and attach patches). That way we can keep the sources in synch. If you're interested in becoming a committer, I can propose a vote on the developers list.

Thanks,

Matt

On Mon, Dec 8, 2008 at 4:13 PM, SergeEby <sde@hotmail.com> wrote:

Hi Matt,

I will look into this later tonight. FYI, I made several changes with the upcoming final RC (5.0.18) that I haven't had a chance to check in yet.

/Serge

mraible wrote:

Downgrading to Tapestry 5.0.14 seems to have helped a bit. Now I'm getting the following error:

DEBUG [qtp0-6] MainMenu.pageLoaded(42) | Storing user info in the ASO DEBUG [qtp0-6] Index.triggerContextEvent(1035) | Dispatch event: ComponentEvent[exception from (self)] ERROR [qtp0-6] RequestExceptionHandler.handleRequestException(170) | Unexpected runtime exception: Template for component MainMenu:message does not contain a block with identifier 'error'. org.apache.tapestry5.runtime.ComponentEventException: Template for component MainMenu:message does not contain a block with identifier 'error'. at

org.apache.tapestry5.internal.structure.ComponentPageElementImpl.triggerContextEvent(ComponentPageElementImpl.java:1054)

at

org.apache.tapestry5.internal.services.PageRenderRequestHandlerImpl.handle(PageRenderRequestHandlerImpl.java:52)

at

org.apache.tapestry5.services.TapestryModule$29.handle(TapestryModule.java:1653)

at

$PageRenderRequestHandler_11e18cb992a.handle($PageRenderRequestHandler_11e18cb992a.java)

at

$PageRenderRequestHandler_11e18cb991f.handle($PageRenderRequestHandler_11e18cb991f.java)

at

org.apache.tapestry5.internal.services.PageRenderDispatcher.process(PageRenderDispatcher.java:97)

at

org.apache.tapestry5.internal.services.PageRenderDispatcher.dispatch(PageRenderDispatcher.java:83)

at $Dispatcher_11e18cb9925.dispatch($Dispatcher_11e18cb9925.java) at $Dispatcher_11e18cb9918.dispatch($Dispatcher_11e18cb9918.java) at

org.apache.tapestry5.services.TapestryModule$13.service(TapestryModule.java:953)

at

org.apache.tapestry5.internal.services.LocalizationFilter.service(LocalizationFilter.java:42)

On Mon, Dec 8, 2008 at 3:17 PM, Matt Raible <ma@raibledesigns.com> wrote:

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,

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.

-- Serge

-- View this message in context:

http://www.nabble.com/-ANN--tapestry5-%2B-appfuse-tp19325193s2369p19325193.html

Sent from the AppFuse - User mailing list archive at Nabble.com.