Session Timeout on JBoss

2003-09-19 Thread reps
Hello, how and where do i setup the default session timeout on jboss ? Mit freundlichen Grüßen Christian Reps, Dipl. Inf. (FH) Web Applications - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

bean:write property= Format a Date ?

2003-09-17 Thread reps
one of my Bean propertys is a Date and i want to output it formated, is there a way to do that with struts ? Mit freundlichen Grüßen Christian Reps, Dipl. Inf. (FH) Web Applications - To unsubscribe, e-mail: [EMAIL PROTECTED

bean:write with a not simple property

2003-09-16 Thread reps
property=address.getStreet()/ this is wrong of course, just want to show what i want to do. Mit freundlichen Grüßen Christian Reps, Dipl. Inf. (FH) Web Applications - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

AW: bean:write with a not simple property

2003-09-16 Thread reps
bahhh i could have tryed this :-) Mit freundlichen Grüßen Christian Reps, Dipl. Inf. (FH) Web Applications -Ursprüngliche Nachricht- Von: Paul McCulloch [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 16. September 2003 13:42 An: 'Struts Users Mailing List' Betreff: RE: bean:write

Dateformat for MSSQL DB

2003-09-15 Thread reps
Hello, i want to parse a date from a inputfield and write it to DB (MSSQL Server) is there a method to format a date for MSSQL ? or for ODBC Datasources ? something like: DateFormat df ..., date = df.parse() ... date = df.FormatForODBC() . Mit freundlichen Grüßen Christian Reps

ActionErrors

2003-09-12 Thread reps
Hello, This works fine: errors.add(ActionErrors.GLOBAL_ERROR,new ActionError(errors.createkunde.float)); but i want to define the message at runtime, i want to put a string into the ActionError that is not defined in .properties file. Is that possible ? if yes, could u give me a example ?