Re: [appfuse-user] HREF error at runtime

2008-10-29 Thread Matt Raible
The reason you're seeing the error is because Struts 2 no longer allows JSP EL expressions in its tag attribute. You might try using a nested tag like: Matt On Wed, Oct 29, 2008 at 3:39 AM, Mike King <[EMAIL PROTECTED]> wrote: > > page) > The include statement is <%@ include file="/common/tag

Re: [appfuse-user] HREF error at runtime

2008-10-29 Thread Mike King
taglibs.jsp itself includes these lines (see the bold) which says that the uri for s: is /struts-tags. Does this help? <%@ page language="java" errorPage="/error.jsp" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %> <%@ taglib uri="http://www.springframework.org/security/tags"; pref

Re: [appfuse-user] HREF error at runtime

2008-10-28 Thread Matt Raible
You could use a regular tag. I haven't used the tag myself, so I don't know what it offers. Matt On Tue, Oct 28, 2008 at 7:32 AM, Mike King <[EMAIL PROTECTED]> wrote: > > The following line in my objectClass.jsp file is being flagged as an error at > run time (when using the browser). > > > It

[appfuse-user] HREF error at runtime

2008-10-28 Thread Mike King
The following line in my objectClass.jsp file is being flagged as an error at run time (when using the browser). It is part of the following. <%-- Table columns --%> The message displayed is YIKES! javax.servlet.ServletException: org.apache.jasper.JasperException: /WEB-INF/pages/obje