Problems with logic:equals tag, session timeouts

2001-06-05 Thread Andreas Prohaska
Hi, during the development of one project using Struts I experienced some problems with the logic:equals tag. What I want to do is to compare a string in an ActionForm to the empty string. As far as I understand it, I would have to use two nested tags like logic:present name=formBean

Re: Problems with logic:equals tag, session timeouts

2001-06-05 Thread Ted Husted
There has just been a discussion of adding an additional parameter to logic:present to tell it how to cope with empty Strings. Right now, it expects empty Strings to be represented as null. See http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg01451.html , et seq., for more. The