plans for include

2002-04-01 Thread peter lin
Does anyone know if there are plans to improve jsp:include or create a new include in jstl? The reason I ask is because jsp:include page={url | %=expr%} / will only take simple strings. it would be nice if one could dynamically build the appropriate include path/filename and pass it to the

Re: plans for include

2002-04-01 Thread Shawn Bayern
On Mon, 1 Apr 2002, peter lin wrote: Does anyone know if there are plans to improve jsp:include or create a new include in jstl? Yes, JSTL introduces c:import, which (as I think I say in my book) you can think of as jsp:include: the next generation. :-) -- Shawn Bayern Author, JSP

Re: plans for include

2002-04-01 Thread peter lin
thanks for reminding. I totally forgot about that. peter Shawn Bayern wrote: On Mon, 1 Apr 2002, peter lin wrote: Does anyone know if there are plans to improve jsp:include or create a new include in jstl? Yes, JSTL introduces c:import, which (as I think I say in my book) you