• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSPX file if test tag String array element equality problem

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have to test equality of string array's element value in my *.jspx file. my code;


<c:if test="${person.job ne 'Not Applicable'}">
<field:display field="job" id="Person_job" object="${person}" z="8OtNoFv/DTKUF/BirnOoGCdWJBg=" />
</c:if>


job array;

job=[name= Not Applicable, status=ACTIVE,informationDate=<null>]

how can I test equality

thanks for your help.
 
reply
    Bookmark Topic Watch Topic
  • New Topic