Hi, getSubmissionBean returns a new instance of a submission bean, fillSubmissionBean fills the submission parameters into an existing bean instance. The prefix is optional and will be put in front of each property name when it's matched against the parameters. This allows you to have several forms with the same property names, and to separate them through prefixes.
HTH, Geert On 03 Aug 2007, at 17:24, LoneWolf wrote: >>> Just wondering, did you read the javadocs of these methods? Is the > information there sufficient or is it missing some details to make > this clear? > Yes I read the doc but I didn't figure out what is the difference > except that one returns a JavaBean and the other is void. > And I didn't understand what is the prefix in fillSubmissionBean()... > Thanks for Help. >> >> Just wondering, did you read the javadocs of these methods? Is the >> information there sufficient or is it missing some details to make >> this clear? >> >>> Hi. >>> What is the difference between fillSubmissionBean() and >>> getNamedSubmissionBean()? >>> When to use each one? >>> fillSubmissionBean() takes a String parameter used as a prefix, >>> for what this prefix is used? >>> Thanks for help. -- Geert Bevin Terracotta - http://www.terracotta.org Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~---
