Struts 1.0 b2 with Websphere 3.5 fixed pak 2

2001-05-20 Thread Kelvin_Ho
I have struts 1.0 b1 with fine with Websphere but after using b2 the problem comes up. I got servletException javax.servlet.ServletException: cant remove Attributes from request scope Any ideal? This is my JSP page <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="b

Re: Struts 1.0 b2 and JDK1.3 :(

2001-05-20 Thread Craig R. McClanahan
On Mon, 21 May 2001 [EMAIL PROTECTED] wrote: > Hi there, > > I found a problem to import the source code struts 1.0b2 to VA for java > 3.5.3. > > The function 'describe' in the class org.apache.struts.util.BeanUtils using > JDK 1.3 function Collections.EMPTY_MAP. > I just replaced this with

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

2001-05-20 Thread craigmcc
craigmcc01/05/20 21:25:11 Modified:src/share/org/apache/struts/util BeanUtils.java Log: Port JDK 1.2 compatibility fix to HEAD branch. Revision ChangesPath 1.29 +6 -5 jakarta-struts/src/share/org/apache/struts/util/BeanUtils.java Index: BeanUtils.java ==

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

2001-05-20 Thread craigmcc
craigmcc01/05/20 21:23:50 Modified:src/share/org/apache/struts/util Tag: STRUTS_1_0_BRANCH BeanUtils.java Log: Collections.EMPTY_MAP was added in JDK 1.3. Replace it with something that will compile in JDK 1.2 environments. Revision ChangesPath

Struts 1.0 b2 and JDK1.3 :(

2001-05-20 Thread Kelvin_Ho
Hi there, I found a problem to import the source code struts 1.0b2 to VA for java 3.5.3. The function 'describe' in the class org.apache.struts.util.BeanUtils using JDK 1.3 function Collections.EMPTY_MAP. The bugzilla database is currently off-line. Regards Kelvin

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/utilFastArrayList.java FastHashMap.java FastTreeMap.java

2001-05-20 Thread Craig R. McClanahan
On Sun, 20 May 2001, Johan Compagner wrote: > Suddenly problems when importing the code into VAJ!! > > This is because for the FastTreeMap does this in hashCode and Equals: > > Iterator i = map.entrySet().iterator(); > > Then VAJ Complains about Iterator not being visible. (despite of the im

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html OptionsTag.java

2001-05-20 Thread craigmcc
craigmcc01/05/20 14:21:23 Modified:src/share/org/apache/struts/taglib/html OptionsTag.java Log: Port fix for Bugzilla #1825 to the HEAD branch. Revision ChangesPath 1.8 +2 -2 jakarta-struts/src/share/org/apache/struts/taglib/html/OptionsTag.java Index: O

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html OptionsTag.java

2001-05-20 Thread craigmcc
craigmcc01/05/20 14:20:10 Modified:src/share/org/apache/struts/taglib/html Tag: STRUTS_1_0_BRANCH OptionsTag.java Log: Make it possible to use any object in the values and labels collections, as long as the toString() method returns appropriate values.

cvs commit: jakarta-struts/src/share/org/apache/struts/util FastArrayList.java FastHashMap.java FastTreeMap.java

2001-05-20 Thread craigmcc
craigmcc01/05/20 14:08:59 Modified:src/share/org/apache/struts/util FastArrayList.java FastHashMap.java FastTreeMap.java Log: Port fix for VAJ compile workaround to the HEAD branch as well. Revision ChangesPath 1.5 +6 -6 jakarta-struts

cvs commit: jakarta-struts/src/share/org/apache/struts/util FastArrayList.java FastHashMap.java FastTreeMap.java

2001-05-20 Thread craigmcc
craigmcc01/05/20 14:06:44 Modified:src/share/org/apache/struts/util Tag: STRUTS_1_0_BRANCH FastArrayList.java FastHashMap.java FastTreeMap.java Log: Work around problems compiling in VAJ, caused by the fact that the superclass alread

cvs commit: jakarta-struts build.xml

2001-05-20 Thread craigmcc
craigmcc01/05/20 13:43:38 Modified:.build.xml Log: Update build script to avoid trying to copy struts.tld (which no longer exists in the HEAD branch). Fixes GUMP build failure. Revision ChangesPath 1.53 +0 -2 jakarta-struts/build.xml Index: buil

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/util FastArrayList.java FastHashMap.java FastTreeMap.java

2001-05-20 Thread Johan Compagner
Suddenly problems when importing the code into VAJ!! This is because for the FastTreeMap does this in hashCode and Equals: Iterator i = map.entrySet().iterator(); Then VAJ Complains about Iterator not being visible. (despite of the import) This is because a super class TreeMap already defines a

[GUMP] Build Failure - Struts

2001-05-20 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml init: [echo] - jakarta-struts 1.0-b