Re: Dynamic links

2006-10-31 Thread Chris Pratt
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, Ju

Re: Dynamic links

2006-10-31 Thread Jorge Martín Cuervo
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 " " > > > > 30 Oct 2006 17:59:17 +0100, Jorge Martín Cuervo <[EMAIL PROTECTED]

Re: Dynamic links

2006-10-31 Thread Juanjo Cuadrado
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 " : Hi, try with jslt : <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib uri="/tags/smartcv2" prefix="s"

Re: Dynamic links

2006-10-30 Thread Jorge Martín Cuervo
Hi, try with jslt : <%@ 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" %> El lun, 30 de 10 de 2006 a las 16:48, Juanjo Cuadrado escribió: > Hi, > > I need to use the

Re: Dynamic links with nested:link

2005-05-18 Thread Adam Hardy
On 17/05/05 16:06 [EMAIL PROTECTED] wrote: Hi, I display a databse structure in a tree and try to open a context by clicking a link. But I don't know how to add the id of the selected context to a bean. I use the nested tld to display the structure. Anybody can give me some suggestions on this