Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Here i have a calendar instace it is coming to in handler . what is my problem is . it displaying years up 2011 to 2020 . i want to limit that years list in to 2016 . if years change than it will display like 2017 . i attached some files. in the jsp file it is coming form a hashmap that calandarlist . it want to make it dynamic . it call from dao and changes in handler
please solove the issue
Hi,
Sorry.. i couldn't download your files...
but you can fix it from the script level, reducing the data you reload
You can write something like this:
Load
*
from ...
where Year(Date) <=year(today())+5;
Hope this helps...
Erich