Re: Using tag with a Map

2005-05-29 Thread Wendy Smoak
From: "Eric C. Hein" <[EMAIL PROTECTED]> ...it looks like the list is being pulled from the map like I want it to, but instead of the actual list being used as collection to iterate, the tag lib is calling toString() on the list, and looking for a bean under that name. Okay, I gave up and rea

Re: Using tag with a Map

2005-05-28 Thread Eric C. Hein
anks Again, Eric - Original Message - From: "Wendy Smoak" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, May 28, 2005 5:32 PM Subject: Re: Using tag with a Map From: "Eric C. Hein" <[EMAIL PROTECTED]> Was this past

Re: Using tag with a Map

2005-05-28 Thread Martin Gainty
Eric If you absolutely positively need a quote on each side try " Viel Gluck, Martin- - Original Message - From: "Wendy Smoak" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, May 28, 2005 8:32 PM Subject: Re: Using tag with a Map

Re: Using tag with a Map

2005-05-28 Thread Wendy Smoak
From: "Eric C. Hein" <[EMAIL PROTECTED]> Was this pasted in? You have a slash in front of the dollar sign, and the ending curly brace seems to be missing in the collection attribute. I've never seen escaped double quotes used in an expression, either. Try just ${departmentMap.sales}

Using tag with a Map

2005-05-28 Thread Eric C. Hein
I know I can populate a drop down using a List as follows: labelProperty="value"/> But to clean things up a bit I'd like to put all my department List(s) in a map. So the collection would be akin to -> departmentMap.get("sales"), for example. When I try using: property="la