To use EL in JSP, a page directive has to be specified:
<%@ page isELIgnored="false" %>
Then you can use EL in the JSP, e.g.:
<logic:iterate id="var" name="sampleForm" property="list" indexId="index">
<p>${var.id}</p>
<logic:equal name="var"
property="foo"
value="${sampleForm.list[index+1].foo}">
Value is same as next entry.
</logic:equal>
</logic:iterate>
Subscribe to:
Post Comments (Atom)
CSP on Apache
To add CSP to root if sort of funny. The following will NOT work for most cases !! <LocationMatch "^/$"> Header s...
-
When Office2003 couldn't find file SKU011.CAB: regedit -> [HKEY_LOCAL_MACHINE] -> [SOFTWARE] -> [Microsoft] -> [Office] -...
-
Suppose you got a file in Big5 containing some HKSCS characters (e.g. 深水埗, 赤鱲角, etc). When your environment (Ref: Charset.defaultCharset( ) ...
-
The resolution can be changed by editing the BlueStack's registry: HKLM\SOFTWARE\BlueStacks\Guests\Android\FrameBuffer\0\Height and ...
No comments:
Post a Comment