I'm wondering if anyone sees anything wrong with this code.  I'm not getting
the values[] back into the storedReportGlobalItems[].  They are always null
and not sure why.  I've ripped out the surrounding HTML for easier reading:

<s:checkbox name="report.storedReportGlobalItems[0].displayOnReport" /> //
works
<s:checkbox
name="report.storedReportGlobalItems[0].useNonDisplayedSearchCriteria" /> //
works

<s:select name="report.storedReportGlobalItems[0].searchFilter">
   <s:option value="CONTAINS" label="Contains"
/>                                    // works
</s:select>

<s:text name="report.storedReportGlobalItems[0].values[0]" size="30" />  //
Doesn't work

Thanks

Gregg
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to