Sessions Lost ?

2003-02-18 Thread Eddie Fung
Not sure if this is an Apache, Tomcat or Struts issue but here goes ! Has anyone experienced any problems with Sessions being lost between actions ? We have a situation where we place an object into Session Context and then forward to another Action (we are using Struts). We can clearly see tha

Re: Forwarding and File Download problem

2002-11-25 Thread Eddie Fung
>>The only way I know of to suggest a filename to a browser is to output >>the header >>Content-disposition: attachment; filename= >>However I think this only applies when you're dumping the file directly >>after the header. Is this what you want to do? >>Pontus I am doing this and this works f

Re: Forwarding and File Download problem

2002-11-21 Thread Eddie Fung
>> The reference you refer to is for upload, so I am a bit confused as you talk about download. I believe the issues are the same and the previous posting appears to describe the same behavior..Simply that the data stream seems to 'prevent', in some way , the processing of the rest of the code

Forwarding and File Download problem

2002-11-20 Thread Eddie Fung
This is an old one but I have scoured the archives and not seen a definitive answer to my problem. I am downloading a file via an Action class and want to refresh the Page display after the download completes. Now the action which should be forwarded to is not being executed. I have even tried

Action errors disappear ?

2002-02-28 Thread Eddie Fung
I am displaying errors using the ActionErrors facility and everything shows up nicely using the tag. However I have some local links to anchor points on the same web page ie. a have a nav bar which, when clicked on , will take you to another spot on the page. I've noticed that if the page has

Re: Error Messages and tags

2002-02-21 Thread Eddie Fung
Thanks for this ! I've decided to use the Message Tag.. Cheers eddie == At 01:00 AM 21/02/2002, you wrote: >1 - I do mean use ApplicationResources. You can look a message up from an >Action as desribed here:- >http://www.mail-archive.com/struts-user@jakarta.apache.org/msg21986.html >

Re: Error Messages and tags

2002-02-20 Thread Eddie Fung
truts) so you're >header might come out last. > >--- Eddie Fung <[EMAIL PROTECTED]> wrote: > > We have the text for error messages declared in the > > ApplicationResources.properties file as per standard. We have the header > > and footer text as required. Now is it p

Error Messages and tags

2002-02-20 Thread Eddie Fung
We have the text for error messages declared in the ApplicationResources.properties file as per standard. We have the header and footer text as required. Now is it possible to display the error messages WITHOUT the header and footer in certain situations ? We'd like to re-use the messages and

Re: iterate tag problems (sorry !!)

2001-12-06 Thread Eddie Fung
s. ie >getMyObject(0).setBeanSelected(value). > >You could take a look at the working example I just posted and see if you can >find any differences. > >Hope that helps, > >Dave > > > > > >Eddie Fung <[EMAIL PROTECTED]> on 12/04/2001 >06:40:09 A

iterate tag problems (sorry !!)

2001-12-04 Thread Eddie Fung
I've looked through the archives regarding the iterate tag and have followed all the suggestions on use of the tag but still have a problem getting the form data to be updated. Yes I do have a getParameter(int index) method but I still can't get the data updated in the form. I have: