with HashMap

2004-08-11 Thread Laran Evans
I have an ActionForm with a method: public HashMap getSelectFieldOptions() { return ExampleBO.mySelectFieldOptions; } How do I create an tag that displays: _map value_ TIA - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

user@struts.apache.org

2004-08-11 Thread Laran Evans
When I use I get a ClassCastException. So I used which displayed nothing, but worked. ActionErrors doesn't accept ActionError objects any longer (deprecated), just ActionMessage objects. What's the consensus on the correct way to display currently? IA -

Re:

2004-08-11 Thread Laran Evans
So would it be my best bet to follow http://husted.com/struts/tips/017.html? Jim Barrows wrote: -Original Message- From: Tom Kane [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 11:38 AM To: [EMAIL PROTECTED] Subject: RE: -Original Message- From: Laran Evans

xdoclet and struts forms

2004-08-12 Thread Laran Evans
I have a struts ActionForm which I would like to markup with xdoclet tags. The documentation for @struts.form however says "Applies to: Entity beans". Does this mean that the only ActionForm implementations xdoclet supports are implemented as EJBs? Is it reasonable for me to think that I'll be

Re: xdoclet and struts forms

2004-08-12 Thread Laran Evans
orking on separate files, with the struts-config.xml file being generated consistently, with changes integrated as they're committed to CVS. I think it's a tradeoff. Rick Reumann wrote: Laran Evans wrote: I have a struts ActionForm which I would like to markup with xdoclet tags. Don'