Having trouble finding out the issue here, debug gives the following
information:

DefaultActionBeanPropertyBinder  - Running binding for property with
name: people[0].email
DefaultActionBeanPropertyBinder  - Converting 1 value(s) using
converter net.sourceforge.stripes.validation.StringTypeConverter
DefaultActionBeanPropertyBinder  - Could not bind property with name
[people[0].email] to bean of type: ExampleActionBean
net.sourceforge.stripes.util.bean.EvaluationException: Encountered an
exception while trying to create  a default instance for property '0'
in expression 'people[0].email'.

Should the DefaultActionBeanPropertyBinder be trying to evaluate
people[index] as opposed to just the index?

Cheers,
Phil


On Thu, Mar 4, 2010 at 11:33 AM, Freddy Daoud <xf2...@fastmail.fm> wrote:
> Hi Phil,
>
> net.sourceforge.stripes.controller.DefaultActionBeanPropertyBinder
> is where the magic happens :-)
>
> Cheers,
> Freddy
>
> On Thu, 4 Mar 2010 11:22:08 +0000, "phillip darley"
> <phillip.dar...@googlemail.com> said:
>> Hi,
>>
>> I've created a simple actionBean and jsp based on the example given @
>> http://www.stripesframework.org/display/stripes/Indexed+Properties.
>> When I submit to my actionbean event handler the People List is empty.
>>
>> Which stripes classes are responsible for grabbing the indexed
>> properties from the request scope and adding them to a newly
>> instantiated List?
>>
>> I'm working on a bit of a Frankenstien environment (1.3 servlet
>> container with backported classes and jdk 1.4 with a retrotranslated
>> stripes) and I have a feeling it MAY be that so I want to rebuild
>> stripes Jar and do some debugging  that's why I need to know which
>> classes are involved in the process.
>>
>> Cheers,
>> Phil
>>
>> ------------------------------------------------------------------------------
>> Download Intel&#174; Parallel Studio Eval
>> Try the new software tools for yourself. Speed compiling, find bugs
>> proactively, and fine-tune applications for parallel performance.
>> See why Intel Parallel Studio got high marks during beta.
>> http://p.sf.net/sfu/intel-sw-dev
>> _______________________________________________
>> Stripes-users mailing list
>> Stripes-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to