RE: scriptlet variables and JSTL

2004-04-22 Thread Karl Coleman
AFAIK, you have to use c:set. I've yet to figure out how to do it otherwise. Karl -Original Message- From: Anuj Agrawal [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 12:04 AM To: [EMAIL PROTECTED] Subject: scriptlet variables and JSTL Because i'm unable to perform my

Re: scriptlet variables and JSTL

2004-04-22 Thread Dima Gutzeit
variables and JSTL AFAIK, you have to use c:set. I've yet to figure out how to do it otherwise. Karl -Original Message- From: Anuj Agrawal [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 12:04 AM To: [EMAIL PROTECTED] Subject: scriptlet variables and JSTL Because i'm unable

scriptlet variables and JSTL

2004-04-21 Thread Anuj Agrawal
Because i'm unable to perform my required action via JSTL tags (or other taglibs), i'm forced to use scriptlets within my JSP. What i'd like to be able to do is use variables in the scriptlets, and then output (or access) them via some core tags. I read that for this i have to use jsp:useBean