html:errors and logic:greaterThan w/out having to use scriptlets

2002-12-03 Thread Dennis Muhlestein
In addition to displaying errors by a specific field, i'd like to display some additional information. ie: html:errors property=someField /br % if errors.size( someField ) 0 { % Some Additional Info .. % } % Problem is, I can't see a way to do that with any of the logic tags

Re: html:errors and logic:greaterThan w/out having to use scriptlets

2002-12-03 Thread Dennis Muhlestein
ok, I found the messagesPresent tag in the logic tags. I still have a problem though: What if I need the logic to display for two specific properties: It would be nice if I could do something like this: logic:messagesPresent property=field1,field2Some Logic Here/logic:messagesPresent Any