RE: [shale] Shale and standalone tiles integration problems...

2006-05-30 Thread Dick Starr
nday, May 29, 2006 8:43 PM To: user@struts.apache.org Subject: [shale] Shale and standalone tiles integration problems... I am new to JSP and am trying to use shale and standalone tiles. I have what is probably a simple problem, but I haven't been able to find the answer anywhere. My login

RE: [shale] Shale and standalone tiles integration problems...

2006-05-30 Thread Greg Allen
> That usually means you haven't included the <%@ taglib %> > directives in your JSP. > > They aren't in the snippet of Layout.jsp that you posted... are > they in the actual source file? No, they are not. They were in the initial page called. I assumed, incorrectly it appears, that

RE: [shale] Shale and standalone tiles integration problems...

2006-05-30 Thread Greg Allen
I'm using tomcat, and the first 2 errors in the log follow. And note that the class it is complaining about is in my tiles-core.jar file in the WEB-INF/lib directory: $ jar tvf WEB-INF/lib/tiles-core.jar | grep Exception 1109 Tue Aug 30 21:26:50 EDT 2005 org/apache/tiles/DefinitionsFactoryExcep

Re: [shale] Shale and standalone tiles integration problems...

2006-05-29 Thread Wendy Smoak
On 5/29/06, Greg Allen <[EMAIL PROTECTED]> wrote: My resulting page comes up blank. When I view the source, I see the Layout.jsp source, including the shale tags like f:view and the tiles tags. For some reason, these aren't getting "resolved" or translated to the resulting HTML. That usually

Re: [shale] Shale and standalone tiles integration problems...

2006-05-29 Thread Li
Hi, Check your application server log to see the detailed error stack ... On 5/30/06, Greg Allen <[EMAIL PROTECTED]> wrote: I am new to JSP and am trying to use shale and standalone tiles. I have what is probably a simple problem, but I haven't been able to find the answer anywhere. My login

[shale] Shale and standalone tiles integration problems...

2006-05-29 Thread Greg Allen
I am new to JSP and am trying to use shale and standalone tiles. I have what is probably a simple problem, but I haven't been able to find the answer anywhere. My login page is looks like this: <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %> <%@ taglib uri="http://java.sun.com/jsf/ht