Re: JavaServer Faces 1.0 -- Proposed Final Draft Spec and Beta Reference Implementation

2004-01-06 Thread Jan Dirksen
Hi Craig, i just want to try the struts-faces examples. but i got compilation-error. is there something i need...? jwsdp-1.3 is on my box. thanks --- Craig R. McClanahan [EMAIL PROTECTED] schrieb: I'm pleased to announce that the Proposed Final Draft version of the JavaServer Faces 1.0

RE: JavaServer Faces 1.0 -- Proposed Final Draft Spec and Beta Reference Implementation

2004-01-06 Thread Jan Dirksen
matthias -Original Message- From: Jan Dirksen [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 10:02 AM To: Struts Users Mailing List Subject: Re: JavaServer Faces 1.0 -- Proposed Final Draft Spec and Beta Reference Implementation Hi Craig, i just want to try

RE: JavaServer Faces 1.0 -- Proposed Final Draft Spec and Beta Reference Implementation

2004-01-06 Thread Jan Dirksen
--- Craig R. McClanahan [EMAIL PROTECTED] schrieb: Quoting Jan Dirksen [EMAIL PROTECTED]: oh good morning... thank you! :-) okay i can deploy it via tomcat-manager but when i start the jsf-cardemo i got this error: org.apache.jasper.JasperException: This absolute uri (http

OT: nice holiday

2003-12-19 Thread Jan Dirksen
Hi to all! a year, full of hard work, moves. i wish everybody a nice xmas and a good start in 2004. we will see what the year will bring us. I thinks somethings wents on with a comming integration of Struts and JSF However , a nice holiday to all greetings Jan

Tiles in Struts 1.1 - TilesRequestProcessor

2003-12-17 Thread Jan Dirksen
Hi i am using Tiles with the Plugin.tag in the struts-config.xml now i saw in the source, that TilesPlugin uses the TilesRequestProcessor. okay, however - but i saw in one config-file, that i could add the TilesRequestProcessor in the config of struts. since now i only used the plugin in the

struts validator framework

2003-12-16 Thread Jan Dirksen
hi, just a question about using the validator-fw. i want to describe a formbean in struts-config incl. its proberties. like: formBeans name=logon type=??? form-property name=user type=java.lang.String/ form-property name=password type=java.lang.String/ /form-bean for validation i want to

dynamic FormBeans

2003-12-12 Thread Jan Dirksen
Hi, since now i allways created FormBeans by extending ActionForm. But with with version 1.1 i saw there a possibility to create those FormBeans by declaring them with XML but the question i have is, which type is best practice for use - DynaActionForm - DynaValidatorForm -

RE: dynamic FormBeans

2003-12-12 Thread Jan Dirksen
Hi Robert, okay i use the DynaValidatorForm. because off Struts-Validator FW. :-) Thanks! but this information i didn´t found in struts-srcs. Greets Jan __ Gesendet von Yahoo! Mail - http://mail.yahoo.de Logos und Klingeltöne

java.io.Serializable and ActionForm

2003-12-12 Thread Jan Dirksen
Hi, i just read that subclasses of ActionForm shout implemente Serializable. But ActionForm allready does this for my, so why must my class e.g. MyForm implemtent this Interface? I tested ObjectOutputStream with MyForm (which only extends ActionForm) all was fine... Thanks

java.io.Serializable and ActionForm

2003-12-12 Thread Jan Dirksen
Hi, i just read that subclasses of ActionForm shout implemente Serializable. But ActionForm allready does this for my, so why must my class e.g. MyForm implemtent this Interface? I tested ObjectOutputStream with MyForm (which only extends ActionForm) all was fine... Thanks