Fwd: Re: Struts2 login action class seems to be reused

2018-03-02 Thread Norbert Hirneisen
Hi Prasanth, are you sure all your struts1 code is thread safe ? I had some similiar problems in a struts1 application. After removing all action class properties the problem was solved. Struts2 should be thread safe. But your problems looks to me like a problem with thread safety. Best regards,

Re: Multipart http request loosing parameters after first access.

2017-04-10 Thread Norbert Hirneisen
Hello, we are still using Struts 1.3.8 in a big project. And we are definetely not considering migrating to struts2. Because struts2 is a totally different framework - so no advantage to move to struts2 instead of another framework. So just pick the best solution for the future. For us a lon

AW: AW: AW: Struts 1 and thread safety

2010-09-19 Thread Norbert Hirneisen
(); -- Something wrong with that approach ? Thanks in advance, Norbert > -Ursprüngliche Nachricht- > Von: Norbert Hirneisen [mailto:no...@s2you.de] > Gesendet: Sonntag, 19. September 2010 09:42 > An: 'Struts Users Mailing List' > Betreff: AW: AW: AW: Struts 1 and thread

AW: AW: AW: Struts 1 and thread safety

2010-09-19 Thread Norbert Hirneisen
cht- > Von: Chris Mawata [mailto:chris_mawata_str...@mathcove.net] > Gesendet: Sonntag, 19. September 2010 01:20 > An: Struts Users Mailing List > Betreff: Re: AW: AW: Struts 1 and thread safety > > > On 9/18/2010 8:36 AM, Norbert Hirneisen wrote: > > Just another q

AW: AW: Struts 1 and thread safety

2010-09-18 Thread Norbert Hirneisen
10 at 7:53 AM, Norbert Hirneisen wrote: Thanks, Dave. Using the data local means to call long projectId = Project.getIdFromRequest(request); in every subclass because there is no thread-safe way to use a class field in the super-class ? Would it be thread-safe to use a local variable in the s

AW: AW: Struts 1 and thread safety

2010-09-18 Thread Norbert Hirneisen
: Struts 1 and thread safety No, I meant actual ThreadLocals, but what you're saying would work too. The best way to go about doing it depends on what's being done in the subclasses. Dave On Sat, Sep 18, 2010 at 7:53 AM, Norbert Hirneisen wrote: Thanks, Dave. Using the data l

AW: AW: Struts 1 and thread safety

2010-09-18 Thread Norbert Hirneisen
ruts 1 and thread safety No, it's not thread safe. Actions should be treated like servlets in this regard, and designed better. Consider either passing the required data around, or using thread locals. Dave On Sep 18, 2010 6:42 AM, "Norbert Hirneisen" wrote: &

AW: Struts 1 and thread safety

2010-09-18 Thread Norbert Hirneisen
Nobody here who can help ? > -Ursprüngliche Nachricht- > Von: Norbert Hirneisen [mailto:no...@s2you.de] > Gesendet: Freitag, 17. September 2010 11:01 > An: user@struts.apache.org > Betreff: Struts 1 and thread safety > > > Hello, > > I have al lar

Struts 1 and thread safety

2010-09-17 Thread Norbert Hirneisen
projectId from a derived class is this thread safe or have I to implement in the doExecute-Method of each derived action class ? This would be thread safe but comes with a lot of redundant code. Any help would be helpful. Best regards, Norbert Norbert Hirneisen science4you Online-Monitoring http

RE: display current date in header

2007-06-05 Thread Norbert Hirneisen
eFormat("dd.MM."); String showDate = df.format(currDate); %> In the html-body: <%=showDate%> Regards, Norbert Norbert Hirneisen science4you Online-Monitoring Please visit us: http://www.science4you.org (in German) Norbert Hirneisen Science & Communications vo

AW: Struts-Jsp display

2007-06-05 Thread Norbert Hirneisen
layout and hard- and software enviroment. We have a dedicated Oracle server and an dedicated App-Server and are using mostly query based paging. Regards, Norbert Norbert Hirneisen science4you Online-Monitoring Please visit us: http://www.science4you.org (in German) Norbert Hirneisen S