html:options collection attribute

2001-05-02 Thread Jim Richards
I'm not if this has ben pointed out before (way too much email at the moment) but I find that the html:options tag has some discrepency in the collection attribute. At the moment I do this: % pageContext.setAttribute(catalog, ((SystemManager)

possible contributions to struts? code attached!

2001-05-02 Thread Young, Wayne
I've been developing some custom tags for our framework that runs with Struts. Eventually, we would like to see this OR some similar functionality incorporated into Struts. THE SOURCE CODE IS IN mslv-shared.jar. Jakarta-ORO is also required The tags provide the following functionality: o

RE: Bad classloading in Digester

2001-05-02 Thread Colin Sampaleanu
Should I still upload the patches here, I was just going to in a few minutes, actaully? -Original Message- From: Scott Sanders [mailto:[EMAIL PROTECTED]] Sent: May 1, 2001 10:38 PM To: [EMAIL PROTECTED] Subject: Re: Bad classloading in Digester Done in Digester in commons.

RE: Bad classloading in Digester

2001-05-02 Thread Craig R. McClanahan
On Wed, 2 May 2001, Colin Sampaleanu wrote: Should I still upload the patches here, I was just going to in a few minutes, actaully? You can go ahead ... but I was going to copy what Scott checked in (after he fixes a potential NPE problem first :-). Craig

Re: PATCH: add note in build scripts that they work with Ant 1.3but not with Ant 1.4

2001-05-02 Thread Craig R. McClanahan
On Wed, 2 May 2001, Colin Sampaleanu wrote: I spent an hour or so scratching my head trying to figure out why Struts builds ok with Ant 1.3, but with 1.4 fails to copy over struts.jar into the distributables. It is because the build scripts use the available task to check for the existence

PATCH: fix Digester classloading to use current context classloader

2001-05-02 Thread Colin Sampaleanu
As per recent messages about classloading in the Digester, below is a patch for the Digester... One other possible effect that has not been discussed is that there may be a few environments where Class.forname() would work, but the context classloader loadclass() variant would not, due to

tools that realize code

2001-05-02 Thread Taylor Cowan
The struts framework is constructed in a way that lends itself to some type of designer tool. It would be feasible to have a visual editor for struts-config.xml, then when an action is selected the perform event is opened in an editor just like clicking on a button in a VB form. That's just a

IllegalArgumentException: cant remove Attributes from request scope

2001-05-02 Thread Nick Chalko
Running Struts from 5/1/01 cvs I get the following error from the form tag. I am using IBM VAJ 3.5.3 with the Web Sphere Test environment set to JSP level 1.1 !--StartFragment--java.lang.IllegalArgumentException: cant remove Attributes from request scope

cvs commit: jakarta-struts build.xml

2001-05-02 Thread craigmcc
craigmcc01/05/02 18:05:48 Modified:.build.xml Log: Put xerces.jar in the correct place when using deploy.catalina. Revision ChangesPath 1.50 +5 -5 jakarta-struts/build.xml Index: build.xml

cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2001-05-02 Thread craigmcc
craigmcc01/05/02 20:29:39 Modified:src/share/org/apache/struts/taglib/bean IncludeTag.java LocalStrings.properties src/share/org/apache/struts/taglib/html LinkTag.java LocalStrings.properties

RE: PATCH: add note in build scripts that they work with Ant 1.3but not with Ant 1.4

2001-05-02 Thread Craig R. McClanahan
On Thu, 3 May 2001, Conor MacNeill wrote: Craig, I suggest you don't apply this patch for a few reasons: 1. We are going to fix it in Ant CVS so that it is backward compatible. 2. There is no such thing as Ant 1.4 That makes sense to me. Thanks for being responsive on this. I'm

Prepopulate the Form

2001-05-02 Thread Open Source
Hi, I am wondering about the best way to Pre populate a form. The scenario is : User inputs some values in a Form X Depending on the values in Form X, I need to prepopulate the Form Y (access database thru EJBs and pre populate some fields in Form Y) I was wondering what is the best way to do