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] > >