About this link: http://www.opensymphony.com/ognl/html/LanguageGuide/staticMethods.html
said: You can call a static method using the syntax @cl...@method(args). If you leave out class, it defaults to java.lang.Math, to make it easier to call min and max methods. If you specify the class, you must give the fully qualified name. but, i don't understand how to call the min method of math is i.e. @method(min(100,1000)) ?? or what else? thanks -- Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org