RE: Attributes with Spaces in Their Names

2003-02-20 Thread Karr, David
Yes. In this case, you could use: '${applicationScope["theRestaurantCollectionPacific Rim"].collection}' > -Original Message- > From: Hunter Hillegas [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 19, 2003 12:35 PM > To: Taglibs > Subject: Attributes with Spaces in Their Names >

RE: Attributes with Spaces in Their Names

2003-02-19 Thread Jerome Jacobsen
I very much doubt it. Have you tried something like this? <% pageContext.setAttribute("theCollectionPacificRim", pageContext.findAttribute("theCollection PacificRim")); %> mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 19, 2003 3:35 PM > To: Taglibs > Subject: Attributes with Spaces

Re: Attributes with Spaces in Their Names

2003-02-19 Thread Hans Bergsten
Hunter Hillegas wrote: One of the applications I am working on has application scope attributes that have spaces in their names, such as: "theCollection PacificRim". When accessing from JSTL's forEach tag, I get this: 'forEach' / attribute = 'items': An error occurred while parsing custom action