RedirectingActionForward oddness with IE6?

2003-11-22 Thread Bill Milbratz
NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) this one doesn't:   IE 6.0.2800.1106 thanks, bill milbratz     newPath = GenDisplayClientHelper.buildApplyUrl(newPath, origAction, id, returnUrl, forwardUrl);     

RE: actionmapping set-property problem in 1.1 upgrade

2003-09-11 Thread Bill Milbratz
work fine.   Documentation on classname attribute on action from dtd: any comments or workarounds?   thanks,   bill milbratz   - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: actionmapping set-property problem in 1.1 upgrade

2003-09-11 Thread Bill Milbratz
Title: RE: actionmapping set-property problem in 1.1 upgrade >So, in this, Struts is looking at an instance of >"com.participate.util.client.struts.ApplicationActionMapping" for a >method called "setPublic(...)" Right.  This class has had a setPublic(boolean) for a long time and it's worke

RE: actionmapping set-property problem in 1.1 upgrade

2003-09-11 Thread Bill Milbratz
className in the Struts config. Then you can use set property     Thanks Nazeer   -Original Message- From: Bill Milbratz [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 11, 2003 11:06 AM To: '[EMAIL PROTECTED]' Subject: actionmapping set-property problem in 1.1 up

actionmapping set-property problem in 1.1 upgrade

2003-09-11 Thread Bill Milbratz
Title: actionmapping set-property problem in 1.1 upgrade Hi, We're upgrading to struts 1.1 and came across a problem with 'action specific' 'set-property' elements. I've searched the archives but haven't come across this problem. Specifically this action entry:            

RE: Ant build struts 1.1b failed

2002-07-02 Thread Bill Milbratz
I've seen this error when you have an old version of xalan.jar in your classpath in front of the latest version. Older versions of xalan didn't have the transformer factory. fwiw, I'd double check all the xalan.jars in your classpath (and on your system) to ensure you don't have old ones causing

can the optionscollection tag use an array?

2002-07-02 Thread Bill Milbratz
Hi, I'm looking over the documentation for the new tag and wanted to clarify a detail: Can the 'collection of objects' (identified by the 'property' attribute) be an array of objects? Or must it be a java.util.Collection? This is an issue because use of arrays would cut down a bit on our obje

RE: Upgrading from 1.0 to 1.1

2002-06-27 Thread Bill Milbratz
27;t have my log any more and 'rolled back' to 1.0 .. bill milbratz -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Donde esta 'FAQ'?

2002-06-26 Thread Bill Milbratz
Today I tried the 'faq' feature on this list and found it empty. Does anyone have plans to put one out? thanks, bill milbratz -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Upgrading from 1.0 to 1.1

2002-06-26 Thread Bill Milbratz
27;t work in 1.1 I backed everything back to 1.0 rather than hurriedly rush through changes. Is there a definitive list of things-that-won't-work in 1.1? thanks, bill milbratz -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

The final word on struts and jboss 2.2.2 and tomcat 3.2.2

2001-09-18 Thread bill milbratz
I'd like to confirm from the Struts Authorities, that indeed, struts doesn't quite-work-right with tomcat 3.2.2 and jboss 2.2.2. (Classloader problems and sundry "'class not found" exceptions). Does jboss-2.4.1a and Tomcat-3.2.3 solve the problem? I've seen a few posts on this topic: This on

Strut-by-strut adaptation /classpath (validator.jar) problem

2001-09-12 Thread bill milbratz
Hello, This is a repost. I posted a question about this the other day, but never saw it in the email list. (I was transitioning from the digest to the regular subscription so probably missed it). I'm adapting the strut-by-strut example and found an odd-ish classpath / jsp-compilation problem.

Any Comments on Layout tags

2001-07-31 Thread bill milbratz
their use? thanks in advance, bill milbratz

Looking for "developer's guide"

2001-07-30 Thread bill milbratz
your jsp pages, your mappings, your action beans, and your form beans. I'm simply looking for something that codifies these steps and discusses any hidden issues, best practices, and things to keep in mind while designing and developing. thanks, bill milbratz chicago il usa