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