fmt:formatDate with session

2004-01-28 Thread Zsolt Koppany
Hi, can fmt:formatDate take the pattern from a session variable? In the case I could make it user dependent. Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: formatDate with session

2004-01-28 Thread Martin van Dijken
Hey zsolt, Yes it can. Try: fmt:formatDate pattern=${session_variable_name}/ Where you replace session_variable_name by the attributename in the session under which you placed the pattern. Grtz, Martin -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED] Sent:

RE: formatDate with session

2004-01-28 Thread Kris Schneider
No. You need to provide one if you want it to be used. Otherwise, it will just perform default processing based on the formatting locale. Quoting Zsolt Koppany [EMAIL PROTECTED]: Hi Martin, I understand that, but I mean that fmt:formatDate automatically checks a session variable. Zsolt

RE: formatDate with session

2004-01-28 Thread Zsolt Koppany
Hi Martin, I understand that, but I mean that fmt:formatDate automatically checks a session variable. Zsolt -Original Message- From: Martin van Dijken [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 10:21 AM To: 'Tag Libraries Users List' Subject: RE: formatDate with