Re: XML stream input to Struts Action class

2004-05-14 Thread Martin Cooper
"Ashish Goswami, Noida" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi , > i am facing a problem where i am getting xml input from another server over > http to my servlet.i use request.getInputStream() to get the xml file parse > it and use JAXB to marashall into java objects.My

XML stream input to Struts Action class

2004-05-12 Thread Ashish Goswami, Noida
Hi , i am facing a problem where i am getting xml input from another server over http to my servlet.i use request.getInputStream() to get the xml file parse it and use JAXB to marashall into java objects.My question is can i use struts in this case as a framework.does struts supports population of