Re: RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-17 Thread Jesse Kuhnert
oto.component.ShowMessages. -Original Message- From: Ken nashua [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 1:56 PM To: users@tapestry.apache.org Subject: RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks) Dude..., There is no such class file for th

RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-17 Thread Ken nashua
Hi James, I had no luck with the private jar (contrib style assembly) for custom components. Not sure about it. As of now I did copy those component modules directly into the web-inf directory of the web app. I am getting into them now. I think this may be attributed to you asking not to p

RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-17 Thread Ken nashua
Thanks James for hanging in there... If we can crack this one I will post a comprehensive listing. Less extra stuff Here is the source build tree layout for the private library \proto.component\src\main\java\proto\component\ShowError.jwc \proto.component\src\main\java\proto\component\ShowErro

RE: RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-17 Thread James Carman
Where are your .jwc/.html files located now? -Original Message- From: Ken nashua [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 2:32 PM To: users@tapestry.apache.org Subject: RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks) Well i went into the

RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-17 Thread Ken nashua
Well i went into the private component library and omitted class="proto.component.ShowMessages" from the jwc The exception continues even after re-clean and rebuild/deploy. James, I appreciate your perseverence. Not sure when I may get onto developing real stuff. That exception continues to h

RE: RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-17 Thread James Carman
To: users@tapestry.apache.org Subject: RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks) Dude..., There is no such class file for these components. I scooped them up from http://files.doublenegative.com.au/jumpstart/download.html And it seems HLS stamped his name on them to

RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-17 Thread Ken nashua
Dude..., There is no such class file for these components. I scooped them up from http://files.doublenegative.com.au/jumpstart/download.html And it seems HLS stamped his name on them too. No java files included in the war at http://files.doublenegative.com.au/jumpstart/download.html Are yo

RE: RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-17 Thread James Carman
e. Do you? -Original Message- From: Ken nashua [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 10:56 AM To: users@tapestry.apache.org Subject: RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks) Thanks James, The feedback from your suggestion is below. Exception re

RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-17 Thread Ken nashua
Thanks James, The feedback from your suggestion is below. Exception remains even if remove the spec path (leaving only the module name) from the application file I receive the same exception. ? An exception has occurred. You may continue by restarting the session. [ +/- ] Exception: Coul

RE: RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-17 Thread James Carman
Try putting ShowMessages.jwc and ShowMessages.html directly in the WEB-INF folder. -Original Message- From: Ken nashua [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 8:44 AM To: users@tapestry.apache.org Subject: RE Component ApplicationRuntimeException... Tap-4.1.1 help

RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-17 Thread Ken nashua
Day 2, still receiving exception... Cannot get simple component to render. I reviewed the path alignment from the application file down from within the war file. All appears to be in order. Using Maven standard build Here is the directory layout src\main\webapp\WEB-INF\tap.proto.application s

Re: Component ApplicationRuntimeException Tap-4.1.1 help please (thanks)

2006-10-16 Thread Jesse Kuhnert
It looks like you are defining the "contrib" library ID twice, once to the Tapestry contrib library and once to your proto library? I think you shuold be doing something more like: You probably shouldn't recursively define the proto library within the proto.library specificati

Re: RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-16 Thread andyhot
Why define the components both in the library and in the app? BTW, should work. Also, where is ShowMessages.jwc located? Do you also have a ShowMessages.java somewhere? Ken nashua wrote: > Ok, I have taken this to another level. > > My package spec had slashes instead of dots. No indicator of

Re: RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-16 Thread Patrick Moore
Hi Ken -- I would also look at the components the ShowMessages component also references. It seems that if it can' find a nested component that Tapestry doesn't always complain well. -Pat On 10/16/06, Ken nashua <[EMAIL PROTECTED]> wrote: Ok, I have taken this to another level. My package spe

RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-16 Thread Ken nashua
Ok, I have taken this to another level. My package spec had slashes instead of dots. No indicator of such at runtime though... although I have been operating dots/slashes for 20 years now. ---> Here is the latest library spec specification-path="/org/apache/tapestry/contrib/Contrib.library"/

Re: RE @Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-16 Thread Karthik N
Thanks for any tips... First Tip: Kindly don't change the subject of your message - email clients like Gmail don't show them in the same thread and it becomes really hard to follow.

RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-16 Thread Ken nashua
Well it is obviously in the *.application file Here is the latest *.application file.. apologies for the slop value="proto/component"/> specification-path="/org/apache/tapestry/contrib/Contrib.library"/> specification-path="classes/proto/component/ShowError.jwc"/> specif

RE @Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-16 Thread Ken nashua
Well i tried a couple of things finding out that contrib was named in two places when it should haven't... ---> new *.application file value="proto/component"/> specification-path="/org/apache/tapestry/contrib/Contrib.library"/> specification-path="ShowMessages.jwc