[jboss-user] [JBoss Seam] - Re: Looking for SEAM iText Features
BakuZozi
do-not-reply at jboss.com
Tue Aug 21 06:58:30 EDT 2007
Latest feature (or bug):
In case of following code:
| <p:text value="#{contract.beginDate}"><f:convertDateTime type="date" /></p:text>
|
and
| Calendar calendar = Calendar.getInstance();
| calendar.clear();
| calendar.setTime(new Date());
| Date beginDate = calendar.getTime();
|
then by 1 day before value of beginDate (DBMS table is correct)
displaying in pdf document...
...or what I'm doing wrong?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076212#4076212
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076212
More information about the jboss-user
mailing list