Re: syntax for passing java contents inside jsp using struts 2.2.1

2011-05-21 Thread inception
Hi... I want to hold a unique names for the tags during its loop. for example: ** in each iteration attribut "list" value should be changed to test[followed by iteration count] so that

RE: syntax for passing java contents inside jsp using struts 2.2.1

2011-05-19 Thread inception
I tried but it dint work .. My actual requirement is that i have to generate dynamic comboboxes [usig select tag] inside iterator . -- View this message in context: http://struts.1045723.n5.nabble.com/syntax-for-passing-java-contents-inside-jsp-using-struts-2-2-1-tp4406269p4409032.html S

syntax for passing java contents inside jsp using struts 2.2.1

2011-05-18 Thread inception
Hi Everyone i am not able to get the syntax for passing java contents inside jsp using struts 2.2.1. my requirement being : Myjsp : <% String test ="#session.levelList"/> i am not able to pass the sting test inside the select tag.. it gives me an exception -- View this message in contex