Do you have an example model to show?
What if you model it with an 'artificial' container?

Container {
  ...
  - List<@File> files
}
File {
  String name
  ...
}

.../Andreas

On Sun, May 16, 2010 at 2:17 AM, greatfooty <greatfo...@gmail.com> wrote:

>
> I'm playing with a richfaces file upload control and wondering what would
> be
> best approach to effect multiple updates in situation where i allow say 5
> files to be uploaded concurrently.
>
> The present generated sculptor ui uses an approach where a ui action works
> upon just one entity (or at most one aggregate entity) . This makes sense
> as
> the norm but in my case i'm wondering if its best to try extending a
> CreatexxxAction (&Form) to handle multiple object instances OR to start
> from
> scratch defining my own custom flow ie. with corresponding discrete action
> &
> form classes. Has anyone any suggestions how to easily implement something
> like this (multi object handling) onto a single form within regular
> sculptor
> generated ui?
> --
> View this message in context:
> http://old.nabble.com/-Sculptor--Best-approach-for-handling-%27multiple%27-creates-or-updates--tp28571810s17564p28571810.html
> Sent from the Fornax-Platform mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Fornax-developer mailing list
> Fornax-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fornax-developer
>
------------------------------------------------------------------------------

_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to