Recovery of data whith MySql

2006-12-19 Thread Nabil ALI-MOUSSA
Hi all, I make a request in my dB MySql with a variable "date" : PersistenceManager pm=JDOFactory.getInstance().getPM(); pm.currentTransaction().begin(); Collection c = (Collection) pm.newQuery(SuiviTraitement.class, "'date'=='"+date+"'").execute(); //(-mm-dd)

to list contents repertoire

2006-12-14 Thread Nabil ALI-MOUSSA
Hi, I would like to reach a repertory and to list his contents. how can I make. Thank you. Nam. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Formatting numbers in text field

2006-12-11 Thread Nabil ALI-MOUSSA
[EMAIL PROTECTED] a e'crit : Have you tried the JSTL tag? -Original Message- From: chamal desilva [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 3:35 AM To: Struts Users Mailing List Subject: RE: Formatting numbers in text field Thanks Richard But if do it uing get

to format a date

2006-12-07 Thread Nabil ALI-MOUSSA
Hi, I have data dates that I would like to transform into format dates in my page JSP . there is my code JSP : Date de naissance value="dateNaissancePorteur" /> somebody can help me, please, thank you. nam.