Re: weblogic 60 sp1 and struts 1_0 and jsp1.1 spec

2001-08-03 Thread Martin Cooper
The Struts 1.0 version of BaseTag.java starts like this: == cut here == public class BaseTag extends TagSupport { /** * The message resources for this package. */ protected static MessageResources messages = MessageResources.getMessageResources(Constants.Packa

RE: weblogic 60 sp1 and struts 1_0 and jsp1.1 spec

2001-08-03 Thread Ben Gill
I downloaded the src from http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/src/ (the zip file) and the BaseTag.java revision I have does not have: public void setTarget(String target) { this.target = target; } in it: My revision number is: /* * $Header: /home/c