The following line in my objectClass.jsp file is being flagged as an error at
run time (when using the browser).
<s:a href="objectClass.html?id=${row.id}">

It is part of the following.

<%-- Table columns --%> 
<display:column titleKey="objectClass.description" sortable="true"> 
<s:a href="objectClass.html?id=${row.id}"> 
<c:out value="${row.objectClassName}" escapeXml="true"/></s:a> 
</display:column> 

The message displayed is

YIKES!
javax.servlet.ServletException: org.apache.jasper.JasperException:
/WEB-INF/pages/objectClass.jsp(30,0) PWC6236: According to TLD or attribute
directive in tag file, attribute href does not accept any expressions

I enjoy the YIKES.

Can anyone help.
Mike King
-- 
View this message in context: 
http://www.nabble.com/HREF-error-at-runtime-tp20207257s2369p20207257.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to