| Author |
Writing EL Function
|
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
Hi i have written EL function which displays current date. but its not getting called.
bellow is my el function
Bellow is my tld file elutil.tld which i have placed in WEB-INF/tld/elutil.tld
bellow is my entry in web.xml
and bellow is my jsp in which i am ivoking the function
Am i missing something ?
|
Jigar Naik
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
|
|
${u.getCurrentDate()}
and
<function-signature>java.lang.String getCurrentDate()</function-signature>
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
hey thanks a lot.. its worked.
|
 |
 |
|
|
subject: Writing EL Function
|
|
|