Hi, what's the problem to use this code ??
<%@ page import="javax.portlet.PortletURL" %> <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet" %> <portlet:defineObjects/> <a href=" <portlet:renderURL> <portlet:param name="pflow" value="second"/> </portlet:renderURL> ">link1</a><br> I get this exception: 2004-05-04 16:13:26 ApplicationDispatcher[/portletcom] Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: /pages/menu2.jsp(7,2) Unknown attribute type (String) for attribute value. at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler. java:83) at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:402 ) at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:274 ) at org.apache.jasper.compiler.Validator$ValidateVisitor.checkXmlAttributes(Vali dator.java:975) at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:73 9) at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1458) at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2180) at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2230) at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:75 9) at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1458) at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2180) at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2230) at org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2236) at org.apache.jasper.compiler.Node$Root.accept(Node.java:485) at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2180) at org.apache.jasper.compiler.Validator.validate(Validator.java:1515) at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:247) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
