Problem Statement :
Just found out that passing a string attribute from my jsp page to a crystal report is not working and the report was asking for the date parameter again.
Solution :
Thanks to a thread on stackoverflow , the solution was to create date string as
#9/25/2014# and then pass it to crystal report from my page and now it's working fine.
No comments:
Post a Comment