thanks for your help, but after editing the jsp and the web.xml the, means i've 
removed 
 <taglib-uri>http://java.sun.com/portlet</taglib-uri>
<taglib-location>/WEB-INF/tlds/portlet.tld</taglib-location>  
in the web.xml and the 
<%@ taglib uri="http://java.sun.com/portlet"; prefix="portlet" %> in my jsp 

the portal can't find the portlet components in the jsp for example: 

An error occurred at line: 6 in the jsp file: /WEB-INF/jsp/view.jsp
Generated servlet error:
D:\jboss_portal_2.0-jboss_4.0.1sp1\jboss_portal_2.0-jboss_4.0.1sp1\server\default\work\jboss.web\localhost\OioCalculator\org\apache\jsp\WEB_002dINF\jsp\view_jsp.java:52:
 cannot find symbol
symbol  : variable renderResponse
location: class org.apache.jsp.WEB_002dINF.jsp.view_jsp
 PortletURL jaURL = renderResponse.createActionURL();
which i use for my calculator.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876972#3876972

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876972


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to