Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Other Open Source Projects and the fly likes How is JEXL used in JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "How is JEXL used in JSP" Watch "How is JEXL used in JSP" New topic
Author

How is JEXL used in JSP

Umesh Wali
Greenhorn

Joined: Sep 03, 2010
Posts: 1
How is JEXL used in JSP? I have encountered code like the following :

<v:set var='archive' value='jexl:archive.getArchives()' />
<v:set var='transaction' value='jexl:screen.getScreenObject("record",data)' />

But it does not make any sense to me. I understand that the code tries to retrieve archive and screen objects but how does the whole syntax work is still alien to me.

If some one can elaborate on the JEXL part!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How is JEXL used in JSP
 
Similar Threads
validation.xml
Using EL in normal java class.
Struts: validations using 'validwhen' in validation.xml
How to send an Object of name value pairs to another Page
about EL in HFSJ