RE: risk of upgrading?

2003-08-07 Thread Slattery, Tim - BLS
 Can someone with a bit of in-depth Struts experience comment 
 on the risks of upgrading a project from Struts 1.0 to Struts 1.1?
  Should my project work without any modifications? Are there any 
 issues I need to be aware of (changes in behavior and the like)?

I just did this. I had a slight problem because my server (Weblogic 7) is
set to retain compiled JSP pages even through a server shutdown/restart
cycle. That resulted in some odd error messages when one of those saved,
compiled pages tried to use a bean tag (I came to grief on bean:define...
to be precise). Once I made the most trivial change to an offending page -
even inserting and removing a space - the server recompiled the page and
everything worked fine.

As far as I can tell, everything still works the same. But now I can use
whatever methods and tags I find in the documentation without worrying
whether they are supported in my version.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: risk of upgrading?

2003-08-04 Thread Mark Galbreath
I feel your pain already.

-Original Message-
From: Andy Kriger [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 04, 2003 6:06 PM
To: Struts Users Mailing List
Subject: risk of upgrading?


Can someone with a bit of in-depth Struts experience comment on the risks of
upgrading a project from Struts 1.0 to Struts 1.1? Should my project work
without any modifications? Are there any issues I need to be aware of
(changes in behavior and the like)?

thx
andy


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: risk of upgrading?

2003-08-04 Thread Steve Armstrong
Hi,

A little out of date, but some worthwhile things to consider:

Struts 1.1: Should I Upgrade?

http://www.theserverside.com//resources/article.jsp?l=Struts1_1

Cheers,
-Steve

-Original Message-
From: Andy Kriger [mailto:[EMAIL PROTECTED]
Sent: Monday, August 04, 2003 6:06 PM
To: Struts Users Mailing List
Subject: risk of upgrading?


Can someone with a bit of in-depth Struts experience comment on the risks of
upgrading a project from Struts 1.0 to Struts 1.1? Should my project work
without any modifications? Are there any issues I need to be aware of
(changes in behavior and the like)?

thx
andy


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]