Re: REQUEST: overloaded setters

2001-04-20 Thread Craig R. McClanahan
On Fri, 20 Apr 2001, Anthony Martin wrote: > I wonder if it is reasonable for setters to be overloaded. I am > facing the requirement for true Date and int values to be > pre-populated in a ActionForm. I know how to pre-populate, and would > like to do so by using native Date and int values r

REQUEST: overloaded setters

2001-04-20 Thread Anthony Martin
I wonder if it is reasonable for setters to be overloaded.  I am facing the requirement for true Date and int values to be pre-populated in a ActionForm.  I know how to pre-populate, and would like to do so by using native Date and int values rather than converting them to strings first.  I

RE: session.invalidate() - IllegalStateException

2001-04-20 Thread Ted Bergeron
I did find that moving the session logic after all of the struts tags, it worked. I am still curious why it would not work in the original order, since I was calling session = request.getSession(true); to make sure a new session was available before the struts tags ran. Does anyone have any insi

RE: Tomcat4

2001-04-20 Thread Deadman, Hal
Could it be a class loaded by one class loader being cast to the same class loaded by a different class loader? In tomcat4b2 and on there are a lot more class loaders (one per jsp) so you have to be careful about where you put your xml related jar files. If they are already in the server classpath