XML and dynabean

2004-01-08 Thread Jeb Scarbrough
I have a form where a user will upload an xml document or xml string. I want to convert that xml doc or string into a javabean. The XML documents could vary each post. Does struts provide a way to convert this to a bean on the fly? I think that I essentially I want to emulate the way

Re: XML and dynabean

2004-01-08 Thread Brice Ruth
I think you *might* be looking for something like betwixt. See here: http://jakarta.apache.org/commons/betwixt/ Jeb Scarbrough wrote: I have a form where a user will upload an xml document or xml string. I want to convert that xml doc or string into a javabean. The XML documents could vary