Re: Antw: RE: Accessing JSP scoped Variables from within Tags

2002-04-05 Thread TIMO EINSIEDLER-BURGER
Hey, well i know cause i tried. Here is the exact jsp-code: %@ taglib uri=http://java.sun.com/jstl/ea/core; prefix=c % % String idd = new String(request.getParameter(id)); out.println(id = + idd); % c:import

Re: Antw: RE: Accessing JSP scoped Variables from within Tags

2002-04-05 Thread Shawn Bayern
Is it possible that the target page isn't set up to take query parameters (versus request parameters passed in a POSTed body)? The isomorphism between the two isn't universal (although it is indeed common). The c:import tag, with c:param, only sends query-string parameters and only uses the

Re: Antw: RE: Accessing JSP scoped Variables from within Tags

2002-04-05 Thread TIMO EINSIEDLER-BURGER
the printout is: http://intern.masterna.din.de/sixcms/detail.php?id=%24%7Bparam.id%7D seems rather strange to me, do you know more ? thanks timo [EMAIL PROTECTED] 05.04.2002 17.51 Uhr Is it possible that the target page isn't set up to take query parameters (versus request parameters