Hi,
I have a bean with subbeans that have a big content and editing on a single page would be inefficient. Lets assume that beans are as fallows:


Bean { String a; Collection subbeans; }
SubBean { String id; String c; }

Where "subbeans" contains SubBean instances. Subbeans are moddeled with repeater.

I would like to edit every SubBean on a separate page (both when adding and editing existing subbeans).

Is it possible to do it using Woody? If yes, how to do it? Maybe there is a better choice than Woody?

Regards,
Marcin Okraszewski

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to