> 
> 
> Hi,
> 
> I'd like to define a specific date format for a specific 
> table.  The attribute jsCalendarDateFormat in the tag 
> dateLabel doesn't work because it is not defined in the tld. 
> The alternativ attribute "format" doesn't work in my JSP, but 
> I don't know why. This is my code: <%  
> java.text.SimpleDateFormat simpleDateFormatter = new
> java.text.SimpleDateFormat("yyyy-MM-dd");
> %>
> 
> <db:dateLabel fieldName="[EMAIL PROTECTED]" format="simpleDateFormatter"/>
> 
> Is this the best approach anyways? Would it be better to 
> format the date in a Interceptor.postSelect() or is there 
> even a special "date-format" tag in the dbform-config.xml 
> which is placed inside a table?
> 
What's happening if you use the format attribute? Any log messages? Any
debugging? 
Which version are you using?

Regards,
Henner



-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to