Re: [dbforms] DbForms - "style" in Select/Option tag

2005-05-30 Thread Audun V. Nes
Hi As far as I can tell you can't to it out-of-the-box as a styleClass would apply to all records feteched in the element. However, if you can live with a bit slower solution, you could use this easy hack: Instead of using tag use the built-in (String)currentRow_TABLENAME.get("COLUMNNAME") and

Re: [dbforms] dbforms date and blob questions

2005-05-30 Thread Audun V. Nes
Hi Regarding you date-format question: When using the dateLabel tag, it has an attribute called pattern which takes a String value compliant with java.text.SimpleDateFormat. Take a look at http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html for valid formats. For instance, if y

[dbforms] DbForms - "style" in Select/Option tag

2005-05-30 Thread Ho-Chanh . Tuyet-Le
Hi,   Is it possible with DbForms to display a select box (drop list) with a different style (like a background color) for some of the values included in the list ?  For example, if I have a list of 10 users displayed in a drop list (select tag) and I want to use a background color (style) f

AW: AW: [dbforms] dbforms date and blob questions

2005-05-30 Thread Henner Kollmann
Have you looked into the bookstore example? > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 30. Mai 2005 15:11 > An: Henner Kollmann > Cc: jdbforms-interest@lists.sourceforge.net > Betreff: Re: AW: [dbforms] dbforms date and blob questi

Re: AW: [dbforms] dbforms date and blob questions

2005-05-30 Thread pcolomb
Hi, thanks, i was using xalan2.4.0 wich effectivly doesn't seems to have the classes for the regexp. now i am using xalan2.6.0, and it's seems to work :-) Have you an idea for the blob questions ? or some exemples of how to do it ? thanks, Pascal Selon Henner Kollmann <[EMAIL PROTECTED]>:

AW: [dbforms] dbforms date and blob questions

2005-05-30 Thread Henner Kollmann
> > FirstPoint: > --- > i am working with WSAD5.1.2 and dbforms2.5.20050226 and oracle9i > > i my project i have some fields with date type. > [30/05/05 13:48:38:849 CEST] 6933387a WebGroup E > SRVE0026E: [Erreur de > servlet]-[org/apache/regexp/RESyntaxException]: > java.lang.NoCl

[dbforms] dbforms date and blob questions

2005-05-30 Thread pcolomb
Hi everyone, i am new to dbforms, and i have some problems and questions: FirstPoint: --- i am working with WSAD5.1.2 and dbforms2.5.20050226 and oracle9i i my project i have some fields with date type. i have the exception when i try to update one row, with the single page: [30/05/05