> I have a back-end data source that provides me with an XML object. I'd like > to populate an ActionForm based on that XML. Is there sample code like this > somewhere? >
There may be more straightforward answers than this, but if all else fails, Expresso extends ActionForm and then also has built in functionality that automates XML dumps. So all the code should be there, though you might have to un-entangle other stuff like security, logging, etc. As always, full source code available. Hope this helps. Sometimes when I post here it almost feels creepy, like an Expresso advertisement, but really we are just a bunch of guys banging on a shared code base. Not Apache, but it's still open source, and most of it's components come from Apache anyway. Apologize if we come across as pushy. Every time new guys join us, it just means we get more functionality to share between each other. That's a big incentive, because lots of cool stuff has been added that way. -- Pete Carapetyan http://datafundamentals.com Java Development Services Open standards technology for commercial profitability -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

