--- Vic Cekvenich <[EMAIL PROTECTED]> wrote:
> It is such a small change, and you have done so much for the community, 
> I imagine that you should do as you would like.

I think it's polite to float ideas for additions on struts-dev before
implementing them.  Also, I wasn't sure if I was missing something obvious
that solved my problem.

David

> .V
> 
> David Graham wrote:
> > Here's a snippet from my typical Action.execute() that deals with
> > DynaActionForms:
> > 
> > DynaActionForm dynaForm = (DynaActionForm)form;
> > String userName = (String) dynaForm.get("userName");
> > // do something with userName...
> > 
> > Casting to String gets to be quite painful with many form properties. 
> > Unless I've forgotten/missed an easier way of dealing with
> > DynaActionForms, I propose we add a DynaActionForm.getAsString(String)
> > method that does this casting for us.
> > 
> > Thoughts?
> > 
> > David
> > 
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! SiteBuilder - Free, easy-to-use web site design software
> > http://sitebuilder.yahoo.com
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to