PDA

View Full Version : Struts adapter



jocsch
Apr 15th, 2005, 05:04 AM
Hey, am I really the second one who posts in this forum? cool..

I have a question regarding the integration into struts. I currently work myself through the sample and I'm wondering about the impacts that the webflow integration will have. If I use it and the "advanced validation" that is used by webflow, will I be able to still use the struts validator for all actionforms that are not part of a webflow?

The reason is that we have a lot of forms and actions and I would like to only convert one part of the application into a webflow (incl. the corresponding actionform) but leave the rest of the app as it is. As there are a lot of validation rules it would be nice to keep them for the actionforms which are not part of a webflow.

Is this possible?

Thanks,
Markus

Keith Donald
Apr 17th, 2005, 11:35 AM
Yes, it should be possible to reuse your existing Struts ActionForm and validation code within a web flow--but you'll need to get the latest in CVS or wait for PR3. See the recent forum posts about this.