Am Donnerstag, 9. Oktober 2008 18:46:45 schrieb Adam Lister:
> I've also heard that there is a generics-based type converter that might
> solve this assuming you properly annotate the lists?

I'am using typed lists, so @Element should not be needed, shouldn't it?
What causing me headaches is that i am stuck naming my "name" property for 
s:textfield.

I have got a List of RuleSets. A RuleSet gots a List Property with Rules.
Rules got Points.
I am able to print out those points like this:

<s:iterator value="ruleSets" status="status" id="myset">
        <s:iterator value="rules" id="myrules">
                        <s:textfield  value="%{points}" />
        </s:iterator>
</s:iterator>

But i don't know how to name the name property of s:textfield to lets the 
ParametersInterceptor write back changed values.

Docs tells this:

<s:textfield name="beanList(%{bean.id}).name" />

But how to stack this, i have no idea, i have tried many combinations but got 
no success yet :-(
Any help appreciated.


-- 
Bitte senden Sie mir keine Word- oder PowerPoint-Anhänge.
Siehe http://www.gnu.org/philosophy/no-word-attachments.de.html

Really, I'm not out to destroy Microsoft. That will just be a 
completely unintentional side effect."
        -- Linus Torvalds

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to