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?

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:

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

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, span jwcid=@tap.proto:ShowMessages/ 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