jodatime « Tag « JSP-Servlet Q&A





1. Error formatting a DateTime object with joda time's JSP tag    stackoverflow.com

I have a problem when passing a DateTime object to my JSP, the joda:format tag takes the attribute value as a String. Here is my JSP:

<joda:format value="${next.date}" style="FF" />
next is an object ...

2. Using plain JSP tags in Play    stackoverflow.com

My apologies if this is a stupid question, however I can't find any information about this. I would like to use a JSP tag (not play 'tags') in my application views - ...