RE: Replace logic:messagesPresent with JSTL tags

2005-06-15 Thread John Fletcher
Well, normally for a request attribute I'd just use ${requestScope.attributeName}, but you can't do this here since there are periods in the attribute name. I think you should be able to use: ${!empty requestScope['org.apache.struts.action.ERROR']} as your test, since requestScope is a Map obje

RE: [OT] Help !! Too many select-box in one page

2005-05-10 Thread John Fletcher
Cliff, >>> but each select in each list has the same options. If each select in each list has the same options, you can just download the options once to a javascript array and populate all of the select boxes on the client side. A quick example: var optionArray = {

2 matches