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

2011-05-21 Thread mead
you may write a struts tag or jspTaglib, regards, mead On 2011-5-22, at 7:29, Dave Newton wrote: > Why not just put the lists in a map or collection? > > Dave > On May 21, 2011 7:21 PM, "inception" wrote: >> Hi... >> >> >> I want to hold a unique names for the tags during its > loop. >> fo

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

2011-05-21 Thread Dave Newton
Why not just put the lists in a map or collection? Dave On May 21, 2011 7:21 PM, "inception" wrote: > Hi... > > > I want to hold a unique names for the tags during its loop. > for example: > > > list="test > > *

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 Dave Newton
On Thu, May 19, 2011 at 3:54 AM, inception wrote: > My actual requirement is that i have to generate dynamic comboboxes [usig > select tag] inside iterator . > > > /> > That doesn't help me understand what you're trying to do, though, or why you believe you need to use a scriptlet, or how

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

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

2011-05-18 Thread Dave Newton
On Wed, May 18, 2011 at 7:49 AM, inception wrote: > <% String test ="#session.levelList"/> > > > i am not able to pass the sting test inside the select tag.. > > it gives me an exception Normally you'd give details, like what the exception actually is, otherwise... In any case, what are you try

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

2011-05-18 Thread Biesbrock, Kevin
> I think you need to wrap test in either single or double quotes. Seems like double. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org