RE: Re: Embedded bean/param values

2001-08-03 Thread Dudley [EMAIL PROTECTED]
Hi There Excuse my ignorance, but what is JSPTL? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, August 03, 2001 11:08 AM To: [EMAIL PROTECTED] Subject: RE: Re: Embedded bean/param values Using your example: tag attribute=bean:message key

RE: Re: Embedded bean/param values

2001-07-31 Thread devon . bowen
JSPTL allows you to do the following by using the Simplest Possible Expression Language (SPEL) provided with the reference implementation: tag attribute=$foo.bar.baz/ tag attribute=$param:paramName/ The above examples make things prettier but don't really add much functionality over