Set Struts2/OGNL variable as a JSTL variable under a specific scope


/ Published in: Java
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <s:set name="jobz" value="jobs" scope="request" />

URL: http://struts.apache.org/2.x/docs/exposing-framework-objects-to-jstl-with-a-jstl-and-displaytag-example.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.