Fórum

Ask about some liferay 6.1 GA1 taglib ?

thumbnail
Nguyen Chuong, modificado 12 Anos atrás.

Ask about some liferay 6.1 GA1 taglib ?

New Member Postagens: 13 Data de Entrada: 24/01/12 Postagens Recentes
Hello everybody. have a nice day.
In liferay 6.1GA1, i want to use some taglibs :
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://liferay.com/tld/aui" prefix="aui" %>

but jsp file is wrong , does not liferay 6.1GA1 support this taglibs ?
thanks
thumbnail
Jorge Jiménez Barra, modificado 12 Anos atrás.

RE: Ask about some liferay 6.1 GA1 taglib ?

New Member Postagens: 17 Data de Entrada: 24/02/11 Postagens Recentes
I'm not sure if it is right, but I use these tags as follows:
  • <%@ taglib uri="http://liferay.com/tld/aui" prefix="aui" %>
    web.xml add the line:
    
    		<taglib>
    		        <taglib-uri>http://liferay.com/tld/aui</taglib-uri>
    			<taglib-location>/WEB-INF/tld/aui.tld</taglib-location>
    		</taglib>
     

    and the file aui.tld if not exist
  • <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
    Then your server probably doesn´t have the JSTL libs, download this library and add it to proyect


Good luck and sorry for my bad English
thumbnail
Nguyen Chuong, modificado 12 Anos atrás.

RE: Ask about some liferay 6.1 GA1 taglib ?

New Member Postagens: 13 Data de Entrada: 24/01/12 Postagens Recentes
hi thanks Jorge Jiménez Barra !
I have done as you say, and they have worked well .
hi my english is also bad .