known problems with SSL and IE5 and Orion?

2000-11-10 Thread Klaus Thiele
Hi, has anyone else also strange problems with Struts based Applications and Orion/SSL and M$ IE 4.x/5.x? it seems, that the configured timeout value was completly ignored - after 1-2 min, the session was lost! thanks klaus -- Klaus Thiele - Personal Informatik AG mailto:[EMAIL PROTECTED]

R: R: Help: struts on Orion 1.4.0 and JDK 1.3.0

2000-11-10 Thread Montebove Luciano
Hi KLaus, What is wrong? Putting struts.jar in orion lib? This was the error I did if it wasn't clear in my post. Luciano -Messaggio originale- Da: Klaus Thiele [mailto:[EMAIL PROTECTED]] Inviato: venerdì 10 novembre 2000 10.22 A: [EMAIL PROTECTED] Oggetto: Re: R: Help: struts on

Struts on ATG Dynamo

2000-11-10 Thread Malcolm Ferguson
Is anyone on this list running Struts apps on ATG Dynamo server? *** Mac Ferguson, Senior Developer, NKaos Interactive Media (http://www.nkaos.com), 579 Richmond Street West, Suite 400 Toronto, ON M5V 1Y6 (Phone) (416)504.8931 x316 (Fax) (416)504.8472

RE: New struts user - status Qs

2000-11-10 Thread Shamdasani Nimmi-ANS004
http://www.mail-archive.com/struts-user%40jakarta.apache.org/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 10, 2000 11:47 AM To: [EMAIL PROTECTED] Subject: New struts user - status Qs I just got a small system running using sturts on a

Design question

2000-11-10 Thread Juan Gargiulo
Hi, I'm re-designing a web application that is mainly running with servlets/jsps/conn-pooling. I started using struts for prototypes, and I really like its architecture. The new design has to be robust and scalable because we expect considerable traffic. It is clear that the data tier should be

Scripting variable from struts:message?

2000-11-10 Thread Vandana Gupta/Raleigh/IBM
Hi, Is it possible to get a String from ApplicationResources.properties using struts:message and put it into a scripting variable to be used later in the jsp?? I wished to do the following: mytaglib:mytag name="struts:message key='mytag.name'/" attrib2=/ where mytag is a custom tag.

Re: Scripting variable from struts:message?

2000-11-10 Thread Pierre Métras
Hi Vandana, For very simple cases where I need to reuse the string, mainly related with JavaScript event handling, I put it in a JavaScript variable and I am able to reuse it from a JavaScript event: script language="javascript" var msg='struts:message key="hello.world" /'; /script

Re: Design question

2000-11-10 Thread Craig R. McClanahan
Juan Gargiulo wrote: Hi, I'm re-designing a web application that is mainly running with servlets/jsps/conn-pooling. I started using struts for prototypes, and I really like its architecture. The new design has to be robust and scalable because we expect considerable traffic. It is clear

Re: Design question

2000-11-10 Thread Craig R. McClanahan
shankar wrote: Hi,We have been using the Model 2 architecture , but have religously avoided the use of beans as we were using a lowend server(which was quite heavily loaded) and were anxious to avoid unnecessary object creation .This is what we did - Client requests go to a Servlet. The

Re: Design question

2000-11-10 Thread Craig R. McClanahan
Juan Gargiulo wrote: Craig, Thanks a lot for your answer. I think that I'm very close of defining the architecture for my application. Using action classes as adapters and session EJBs for business logic sounds good. Yep. Also using EJBs as actionforms is a good idea because they are a

RE: Design question

2000-11-10 Thread Juan Gargiulo
Craig, My understanding from what you responded me about ActionForm being EJBs was wrong, sorry about that. However, your explanation in the last email was extremely useful. Thanks, juan -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, November 10,

When will Struts 1.0 going to be released ?

2000-11-10 Thread Tan Siow Boon
Hi, We are quite interested to use Struts in our in-house project. It is a very nice MVC framework that separates business logic from the JSP page. Can I know when Struts 1.0 be released ? Regards, SiowBoon

Re: When will Struts 1.0 going to be released ?

2000-11-10 Thread Craig R. McClanahan
My goal is to release a 1.0 version of Struts by the end of November. The last major new features for 1.0 are being added now, so this should be a feasible target. Craig Tan Siow Boon wrote: Hi, We are quite interested to use Struts in our in-house project. It is a very nice MVC