Is it meaningful that there are no default values?

2002-08-31 Thread David M. Karr
In building the Struts-EL tag library, I haven't ported Struts tags that provide functionality that are directly supported in the JSTL. However, in some of those tags I haven't ported, I have noticed one small feature that isn't strictly provided in their JSTL analogs. The issue is default

Re: Is it meaningful that there are no default values?

2002-08-31 Thread Shawn Bayern
The c:out tag has just the sort of 'default' attribute you suggest; you can use it in conjunction with c:set and many other JSTL tags. -- Shawn Bayern JSTL in Action http://www.jstlbook.com On 31 Aug 2002, David M. Karr wrote: In building the Struts-EL tag library, I haven't ported Struts

Re: Is it meaningful that there are no default values?

2002-08-31 Thread David M. Karr
Shawn == Shawn Bayern [EMAIL PROTECTED] writes: Shawn The c:out tag has just the sort of 'default' attribute you suggest; you Shawn can use it in conjunction with c:set and many other JSTL tags. Sigh. I probably looked at that page a hundred times. --