Re: [S2] Indexed properties, Type Conversion and Validation

2008-01-07 Thread jimkski
sanctioned way for getting at the KeyParameter information based on existing APIs? -- View this message in context: http://www.nabble.com/-S2--Indexed-properties%2C-Type-Conversion-and-Validation-tp14654165p14676430.html Sent

[S2] Indexed properties, Type Conversion and Validation

2008-01-06 Thread jimkski
ext: http://www.nabble.com/-S2--Indexed-properties%2C-Type-Conversion-and-Validation-tp14654165p14654165.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: [S2] Indexed properties

2007-10-11 Thread Gabriel Belingueres
You are not the only one that thinks so. There are some OGNL expression issues involved that are confusing too: in the s:param: won't work (the same expression as the textfield) But s:param evaluates the expression in a different way when placing it as a child: referidos[%{#stat

[S2] Indexed properties

2007-10-10 Thread Jake Robb
Okay, so I figured out the right syntax for the question I posted yesterday (subject: List properties in Struts 2). Let's say I have a List of key-value pairs and I want to render the entire list to the user as a form. In Struts 1.x, here's the JSP snippet: But in S2, I have to