jo! + struts

2001-05-19 Thread Hendrik Schreiber
Hi, maybe it's of interest to someone. Because I fixed some bugs, jo! now seems to work quite nicely with struts. To install, create the dir %JO_HOME%/webapp/host/ (if it does not already exist) and drop the wars from the struts webapps directory in there. Then start jo! That should be it. Fo

Form tag problem in VAJ 3.5.3 WTE with 1.0b2

2001-05-21 Thread hendrik . schreiber
Hi, we just downloaded and tried the new beta2 and experienced problems with Visual Age Websphere Test Environement 3.5.3. It seems that it does not allow to remove attributes from a request, which is apparently done by the form tag. Does anybody else have this problem? To me it seems like a bug

RE: Form tag problem in VAJ 3.5.3 WTE with 1.0b2

2001-05-22 Thread hendrik . schreiber
Thanks John. For now we simply stepped back to b1. But maybe this indicates that your changes should be applied struts, so that we can all benefit from it. -hendrik > Hi Hendrik, > > This is a 'feature' of WTE. To resolve it edit > org.apache.struts.taglib.FormTag.doEndTag so the first two l

Collections.EMPTY_MAP since JDK 1.3

2001-05-22 Thread hendrik . schreiber
Hi, in BeanUtils (public static Map describe(Object bean)) the constant Collections.EMPTY_MAP is used. This constant was only defined in JDK 1.3. It would be nice if this could be changed (back?) to using something like public static final Map EMPTY_MAP = new HashMap(); so that people having t

RE: Is Struts with Websphere that slow ? - any other problems?

2001-04-09 Thread hendrik . schreiber
hi, are there any major problems with websphere and struts? I am especially interested in known problems with WAS AE 3.5.2 on Solaris. Thanks, -hendrik

Re: Is Struts with Websphere that slow ? - any other problems?

2001-04-09 Thread hendrik . schreiber
thanks everyone for your quick feedback! -hendrik