getAttribute from inside struts tags?

2003-02-03 Thread Olenin, Vladimir
Hi everyone, One stupid question I can't find the answer for. Is there any way to access request attributes (request.getAttribute()) from inside struts tag? E.g. something like: c:set var='isReadonly' value='true'/ ... html:text property='remarks' readonly='${isReadonly}'/ If it's not

RE: getAttribute from inside struts tags?

2003-02-03 Thread Karr, David
: Olenin, Vladimir [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 10:30 AM To: [EMAIL PROTECTED] Subject: getAttribute from inside struts tags? Hi everyone, One stupid question I can't find the answer for. Is there any way to access request attributes (request.getAttribute()) from inside