Fixed the issue. The problem was with the JSTL URI given for the tutorial.jsp sample (top of [1])--it is for the older JSTL 1.0. It should be:
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix='c'%> (JSTL 1.1+) If a Jetspeed team member could fix that page it would be very helpful for others going through the tutorial. (Also, while that person is at it, clarifying the top of [2] would also be nice--change "create a folder.metadata file:" to "create a folder.metadata file in that folder:") Thanks, Glen [1] http://portals.apache.org/jetspeed-2/tutorial/03/taglib.html [2] http://portals.apache.org/jetspeed-2/tutorial/03/tutorial-psml.html Glen Mazza wrote: > > Hello, > > I've been going through the Jetexpress tutorial--so far so good until I've > tried to deploy the portlet on this page: > http://portals.apache.org/jetspeed-2/tutorial/03/taglib.html > > After redeploying the portal, the new portlet returns this error: > > Portlet jetexpress-pa::TutorialPortlet2 not available: > /WEB-INF/view/tutorial.jsp(9,0) According to TLD or attribute directive in > tag file, attribute value does not accept any expressions. > > The "value" attribute it is complaining about is apparently this line > within the JSP (link above): > <c:out value="${renderRequest.windowState}" /> > > Any ideas what the problem is? > > Thanks, > Glen > -- View this message in context: http://www.nabble.com/attribute-value-error-when-running-Jetspeed-Jetexpress-tutorial-tp24432695p24433845.html Sent from the Jetspeed - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-user-h...@portals.apache.org