>>>>> "Alok" == Alok Pota <[EMAIL PROTECTED]> writes:
Alok> My code looks like Alok> <logic-el:iterate name="submitForm" property="keys" id="foo" Alok> indexId="cat"> Alok> <tr> Alok> <html-el:text name="submitForm" property="keysIndexed[${cat}]" Alok> /> Alok> </tr> Alok> </logic-el:iterate> Alok> when I do a view source on the rendered page it and it looks like: Alok> <tr> Alok> <html-el:text name="submitForm" property="keysIndexed[${cat}]" Alok> /> Alok> </tr> Alok> <tr> Alok> <html-el:text name="submitForm" property="keysIndexed[${cat}]" Alok> /> Alok> </tr> Alok> <tr> Alok> <html-el:text name="submitForm" property="keysIndexed[${cat}]" Alok> /> Alok> </tr> Alok> What am I missing? This likely means that you're missing your taglib directives, specifying the "html-el" and "logic-el" prefixes. If this isn't clear, examine the sample pages in the "strutsel-exercise-taglib" application, which is part of the struts-el distribution. -- =================================================================== David M. Karr ; Java/J2EE/XML/Unix/C++ [EMAIL PROTECTED] ; SCJP; SCWCD -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>