Re: jsp:include in custom tags

2001-07-04 Thread franciscallo
Kees Jongenburger wrote: > Hi, > > can please someone tell me how to dynamically > include file withing a custom tag. > > none of the methods seam to work > <% String testpage = "test.jsp"; %> gives: > > > jsp:include needs to have "flush=true" > > <% String testpage = "test.jsp"; %> > >

Re: use JSP Tags and jsp variable

2001-07-04 Thread franciscallo
Andrea Gianni wrote: > Hi > > 1^ Problem : > > I tryed this > > > > > > The tagLib write on the page "The content of tag is [body content]" so I > had expected > > "The content of the body is This is the pp page" > > But I obtain > > "This is the pp page the content of the body