Hi T.J., == is for comparison (technically, it is an equality operator [1]) The problem was not with the HTML, but the CollabNet code (like PHP code - the code itself is invisible to the client)
[1] http://java.sun.com/docs/books/tutorial/java/nutsandbolts/operators.html Regards, Ivan. On Wed, Jan 7, 2009 at 2:14 PM, T. J. Frazier <[email protected]> wrote: > Ivan M wrote: >> >> #if($helmR.getEncodedFullURL() == "http://www.openoffice.org/index.html") >> > >> "==" is a valid operator that hasn't caused any problems on other >> > > Quick question (I'm not fluent in much more than basic HTML): is "==" a > comparison or an assignment operator? /tj > > -- > T. J. Frazier > Melbourne, FL > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
