Very poetically put. I know that some open source projects prefer to have the core api questions directed to the dev group. I will know next time for this group. Concerning the body of the email, I was trying to consume the inputStream. I think I can come up with another way though. Thanks for the input.
Bryan ----- Original Message ----- From: "Martin Cooper" <[EMAIL PROTECTED]> To: "Struts Developers List" <dev@struts.apache.org> Sent: Tuesday, February 14, 2006 5:41 PM Subject: Re: is this the right place to ask this kind of question Do you want an answer to the subject line, ignoring the message body, or an answer to the message body, ignoring the siubject line? ;-) The answer to the subject line is No. This is a question for the User list. The answer to the message body depends on how the request is being sent. If you associate a form with your action, Struts is going to try to populate the form bean from the request, so your request had better be formed as regular form data or multipart form data. Otherwise, the population process will fail. Also, if you're sending multipart form data, and you have a form associated with the action, then any attempt you make to obtain the input stream will fail, because it can only be consumed once, and Struts will have consumed it. -- Martin Cooper On 2/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a question about what happens to the request body when using an > action > form versus not using an action form. I am trying to read some xml from > the > request and when I associate a form with my action, I get an Unterminated > string constant message from the Marshaller that I am using. Is the > request > reader somehow altered when using a form? > > Bryan LaPlante > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]