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

2006-10-17 Thread Jesse Kuhnert
Why don't you just grab the latest Workbench code (that includes a ShowMessages sample component) and work your way out from there? I always find that it's better to start with working code first and then branch out.. http://people.apache.org/repo/m2-snapshot-repository/org/apache/tapestry/tapest

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 privat

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

2006-10-17 Thread James Carman
The class="proto.component.ShowMessages" part of your component specification (ShowMessages.jwc) says that there has to be a class called proto.component.ShowMessages. -Original Message- From: Ken nashua [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 1:56 PM To: users@tapestr

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

2006-10-17 Thread James Carman
So, this has nothing to do with the location of the component spec/template itself (not anymore). It's not finding your component class. Make sure that it's in the WEB-INF/classes directory. You should have a WEB/INF/classes/proto/component/ShowMessages.class file in there. Do you? -Origin

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 pleas

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: 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.