Re: [HELP] bean:define and Map

2006-06-15 Thread Garner Shawn
any class with a default constructor, so why duplicate that functionality in a Struts specific tag? -Adam -Original Message- From: Garner Shawn [mailto:[EMAIL PROTECTED] Sent: Thursday, June 15, 2006 12:02 PM To: Struts Users Mailing List Subject: Re: [HELP] bean:define and Map Thanks,

RE: [HELP] bean:define and Map

2006-06-15 Thread Samere, Adam J
Struts specific tag? -Adam -Original Message- From: Garner Shawn [mailto:[EMAIL PROTECTED] Sent: Thursday, June 15, 2006 12:02 PM To: Struts Users Mailing List Subject: Re: [HELP] bean:define and Map Thanks, this works. Can you explain to me why I couldn't do the same thing with bean:d

Re: [HELP] bean:define and Map

2006-06-15 Thread Garner Shawn
Thanks, this works. Can you explain to me why I couldn't do the same thing with bean:define? On 6/15/06, Samere, Adam J <[EMAIL PROTECTED]> wrote: There are probably numerous ways to accomplish this, what I like to do is define/instantiate the Map using the tag, then set the key/value pairs usi

RE: [HELP] bean:define and Map

2006-06-15 Thread Samere, Adam J
There are probably numerous ways to accomplish this, what I like to do is define/instantiate the Map using the tag, then set the key/value pairs using the tag from JSTL. You MUST to use a concrete implementation of java.util.Map, not the interface. Some Where -Adam -Original Message-