Accessing JSP scoped Variables from within Tags

2002-04-05 Thread TIMO EINSIEDLER-BURGER
Hello, maybe I am missing something, but I do not know how to access a request.parameter from within the import tag ?!? here is what i want to do: %@ taglib uri=http://java.sun.com/jstl/ea/core; prefix=c % c:import url=some url c:param name=id value=here should

string upperCase tag

2002-04-05 Thread Andrea Grittini
Hello all, I'm using String tag libraries (built 4 april) togheter with JSTL to perform an uppercase of a formatted date string, like in this example: str:upperCasefmt:formatDate pattern= d value=${myDate} //str:upperCase The result is that after formatting my date in the web

Re: string upperCase tag

2002-04-05 Thread Henri Yandell
Ack. This would be utterly my fault. I assume that it is the second SKIP_BODY which is the bad one and not the first one Shawn? Will fix asap [on EST so work may stop me getting it in before I get home, it should be fixed in time for the nightly build]. Sorry Andrea, Hen On Fri, 5 Apr 2002,

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

Re: string upperCase tag

2002-04-05 Thread Henri Yandell
Commited to cvs. Should go into tonights nightly build. Hen -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: JSTL Struts

2002-04-05 Thread Jeff Ling
Hi Dave, Thanks for the response. Here is exception: 2002-04-05 16:57:09 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception java.lang.IllegalStateException: Cannot forward after response has been committed at