RE: tiles and multipart messages

2005-07-12 Thread Durham David R Jr Ctr 805 CSPTS/SCE
> No, I don't have this problem for the moment! But, I might come across > it as the project progresses. Is there anything changing then? > In any case, thanks a lot for your help. Not really. I was just trying to figure out why the form was submitting to a JSP. - Dave ---

Re: tiles and multipart messages

2005-07-11 Thread Kostas Flokos
No, I don't have this problem for the moment! But, I might come across it as the project progresses. Is there anything changing then? In any case, thanks a lot for your help. On 7/11/05, Durham David R Jr Ctr 805 CSPTS/SCE < [EMAIL PROTECTED]> wrote: > > > I suspect my error is that instead of

RE: tiles and multipart messages

2005-07-11 Thread Durham David R Jr Ctr 805 CSPTS/SCE
> I suspect my error is that instead of sending the request directly to > the *Action and then forward - in case of success - to a page > definition, I tried to send the request to a page definition > (containing the *Action) and from the *Action forwarding to a > tile definition. > > Do you a

Re: tiles and multipart messages

2005-07-11 Thread Kostas Flokos
To be short: >From a tile1.jsp similar to the following: control is passed to the page defined as: SubmitOffer is mapped to the SubmitOfferAction that does the handling of the request. When I do that, the form is always reset before it arrives to the Action. If instead of setting the ac

RE: tiles and multipart messages

2005-07-11 Thread Durham David R Jr Ctr 805 CSPTS/SCE
> What is the recommended way of working with multipart messages and > tiles at the same time? SFAIK, Tiles and multipart encoding have nothing to do with each other. You're going to have to post some more info about your problem in order to get help. Try posting the relevant Struts config items

tiles and multipart messages

2005-07-10 Thread Kostas Flokos
Hi, I'm using tiles in my application and created a .jsp to upload a file. As long as my *Action is not part of a tiles configuration, all work as expected. If now this *Action is mapped to a tile that receives the control after the main page controller, then the ActionForm is reset() in betwee