Re: How remove a request parameter

2005-08-16 Thread Mike Deegan
- Original Message - From: <[EMAIL PROTECTED]> To: "Tag Libraries Users List" Sent: Tuesday, August 16, 2005 1:51 AM Subject: How remove a request parameter I read some parameters from html form requests using the variable ${param['propertyName']} After the reading a need to re

Re:

2003-03-27 Thread Mike Deegan
Ray this works for me [Zoom...] ending up with the following url / anchor displayed in the JSP [Zoom...] with the following properties http://localhost/do/userPg?ID=22&Dispatch=Zoom will open in the same window HTH Mike - Original Message - From: "Ray Madigan"

Re: [Q] Will the *REAL* JSTL taglib documentation please stand up

2003-03-20 Thread Mike Deegan
Try this downloadable PDF JavaServer PagesTM Standard Tag Library 1.0 Specification, PDF format http://www.jcp.org/aboutJava/communityprocess/review/jsr052/ Regards Mike - Original Message - From: "Jeff Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 20, 2003 10:0

Error with JSTL tag

2003-03-11 Thread Mike Deegan
I am having problems implementing the JSTL tag. I am using Resin 3.0. I get the following error (see below) when trying to display following JSP code ... displays ok without the tag === <%@ page language="java" %> <%@ tagl