RE: Getting images from Interbase database

2003-12-16 Thread Remke Rutgers
His Janusz, I think the problem is that you store your connection in your session. Alle threads are sharing the same session object, and are therefore using the same connection object. Subsequent access (within the same session) to your ImageAction will probably succeed, but concurrent access

RE: Character Encoding

2003-10-01 Thread Remke Rutgers
Hi Stephan, The instruction you use to force UTF-8 looks fine to me, so I don't know why it does not work. This is the way we do it in several web applications too. They are non-public sites, so I am sorry I can not simply let you try them out. Manual transformation should not be necessary.

RE: Image cache problem

2003-06-19 Thread Remke Rutgers
Hi David, I think it has nothing to do with browser versions, I think this is only caused by caching settings. You must realize that caching can occur both in browser cache (configure this using Tools-Internet Options-General-Temporary Internet Files-Settings) and in proxy server cache. You

RE: bean:message problems with i18n

2003-02-13 Thread Remke Rutgers
it.) Good luck, Remke Rutgers -Oorspronkelijk bericht- Van: Hirschmann, Bernhard [mailto:[EMAIL PROTECTED]] Verzonden: vrijdag 14 februari 2003 8:18 Aan: 'Struts Users Mailing List' Onderwerp: AW: bean:message problems with i18n Hello all! this is still an open thread for me. It's

RE: Securing a download

2002-12-23 Thread Remke Rutgers
Hi Christophe, This looks very similar to a problem I had (and I bet we are not the only ones). Some codes snippets from the RetrieveFileServlet I wrote (a modified version of code from Wrox 'Professional JSP, 2nd edition'). In your doGet(): // I omitted the exception handling and stream

ConvertUtilts.register(): where to call?

2002-05-02 Thread Remke Rutgers
Hi fellowstrutsers, What is the best (logical, efficient, safe...) place to call ConvertUtils.register() in a Struts Webapp? Anyone? Remke Rutgers - [EMAIL PROTECTED] Technisch Consultant Bright Alley Knowledge Learning B.V. Media Park - Sumatralaan 45 Postbus 10 - 1200 JB Hilversum web