You need to include the taglib in the page with something similar to the
following directive:

<%@ taglib prefix="html" uri="http://struts.apache.org/tags-html"%>

 (*Chris*)

On 31 Oct 2006 11:59:43 +0100, Jorge Martín Cuervo <
[EMAIL PROTECTED]> wrote:


El mar, 31 de 10 de 2006 a las 10:41, Juanjo Cuadrado escribió:

> Thanks for your reply, Jorge... but... it don't work fine for me. Or I
don't
> know use it correctly.
>
> When the page is showed, its html code is "<html:form...." instead of
> "<form..." Do you understand me? Uf, me English is....

Escribeme en castellano si quieres.

>
>
>
>
> 30 Oct 2006 17:59:17 +0100, Jorge Martín Cuervo <
[EMAIL PROTECTED]
> >:
> >
> > Hi, try with jslt <c:import>:
> >
> > <%@ page language="java" contentType="text/html; charset=UTF-8"
> > pageEncoding="UTF-8"%>
> > <%@ taglib uri="/tags/smartcv2" prefix="s" %>
> > <%@ taglib uri="/tags/jstl-c" prefix="c" %>
> >
> > <c:set var="filename"><s:message key='faqs.localfile'/></c:set>
> > <c:import url="${filename}" charEncoding="UTF-8"/>
> >
> > El lun, 30 de 10 de 2006 a las 16:48, Juanjo Cuadrado escribió:
> >
> > > Hi,
> > >
> > >     I need to use the <[EMAIL PROTECTED] file=.... a dynamic way.
> > > Ej.
> > >     <[EMAIL PROTECTED] file="/WEB-INF/jspf/${query.action}.jspf"%>
> > > or
> > >     <[EMAIL PROTECTED] file="/WEB-INF/jspf/<%= query.getAction() 
%>.jspf"%>
> > >
> > > but I can't do it... I only get the follow trace:
> > >
> > > org.apache.jasper.JasperException: /show_form_query.jsp(267,23) File
> > > JSP "/WEB-INF/jspf/${query.action}.jspf" not found
> > >       org.apache.jasper.compiler.DefaultErrorHandler.jspError(
> > DefaultErrorHandler.java:39)
> > > ...
> > >
> > > Any idea?
> > >
> > > P.D.
> > >     When I use the <[EMAIL PROTECTED] file=... of a static way, it work
fine.
> >
> > --
> > ;-)
> > ____________________________________
> > Jorge Martin Cuervo
> > Analista Programador
> >
> > Outsourcing Emarketplace
> > deFacto Powered by Standards
> >
> > email <[EMAIL PROTECTED]>
> > voz +34 985 129 820
> > voz +34 660 026 384
> > ____________________________________
> >
> >

--
;-)
____________________________________
Jorge Martin Cuervo
Analista Programador

Outsourcing Emarketplace
deFacto Powered by Standards

email <[EMAIL PROTECTED]>
voz +34 985 129 820
voz +34 660 026 384
____________________________________


Reply via email to