You nearly got it right!

${actionBean.item.dateFound}
${actionBean.item.name}
${actionBean.item.cityId}
${actionBean.item.stateId}

Hope it helps!



-----Mensaje original-----

item_detail.jsp:
----------------
          <c:if test="${not empty actionBean.item}">
              date: ${item.dateFound}<br/>
              name: ${item.name}<br/>
              city: ${item.cityId}<br/>
              state: ${item.stateId}
          </c:if>



------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to