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

Re: Syntax problem: Trying to display label for Select while iterating

2010-04-08 Thread RogerV
Alex Rodriguez Lopez wrote: > > I had similar problems with labels, most times they where related to > themes. > > http://struts.apache.org/2.x/docs/themes-and-templates.html > > For example, if you turn on simple theme you'll have to provide your own > tags for the labels as struts won't ge

Re: Syntax problem: Trying to display label for Select while iterating

2010-04-08 Thread Alex Rodriguez Lopez
I had similar problems with labels, most times they where related to themes. http://struts.apache.org/2.x/docs/themes-and-templates.html For example, if you turn on simple theme you'll have to provide your own tags for the labels as struts won't generate this markup. Em 08-04-2010 08:18, Roge

Re: Syntax for Action property that is not being used in a control?

2009-05-27 Thread Dave Newton
${userName} should work though; that's what the request wrapper is for. Hrm. Wes Wannemacher wrote: Welcome user -W On Wed, May 27, 2009 at 3:20 PM, Jim Collings wrote: So if I have property "userName" in my action with a getter and a setter and then I want to use that information in my js

Re: Syntax for Action property that is not being used in a control?

2009-05-27 Thread Wes Wannemacher
Welcome user -W On Wed, May 27, 2009 at 3:20 PM, Jim Collings wrote: > So if I have property "userName" in my action with a getter and a > setter and then I want to use that information in my jsp but NOT in a > control what syntax would I use? > If it were a text box, for example, I would set t

Re: Syntax assistance bean tag

2005-12-09 Thread Laurie Harper
Jim Reynolds wrote: Need a little help with syntax dilemma: I am iterating over a list like so: and creating And the problem is within the onclick event, I need to send another property from attributeBean to a handler. javascript:selectRadio(''); But no matter what I try, Try searching th

Re: Syntax for multiple parameter with global forward

2005-10-14 Thread Laurie Harper
Dave wrote: Laurie Harper holoweb.net> writes: Looks like your mail client munged Brantley's message: his suggestion was not a bare '&' but the entity character reference '&' (i.e. the four-character sequence ampersand-a-m-p-semicolon). Try that. Actually, I understood that, however, any ins

Re: Syntax for multiple parameter with global forward

2005-10-14 Thread Dave
Laurie Harper holoweb.net> writes: > > > Looks like your mail client munged Brantley's message: his suggestion > was not a bare '&' but the entity character reference '&' (i.e. the > four-character sequence ampersand-a-m-p-semicolon). Try that. > > L. > Actually, I understood that, howeve

Re: Syntax for multiple parameter with global forward

2005-10-14 Thread Laurie Harper
Dave wrote: Brantley Hobbs itos.uga.edu> writes: Try changing your ampersand to "&" or "%26" Thanks for trying, but, & simply gives me the previous compiler error, and % 26 is not converted to an & at run time. Looks like your mail client munged Brantley's message: his suggestion was not

Re: Syntax for multiple parameter with global forward

2005-10-14 Thread Dave
Brantley Hobbs itos.uga.edu> writes: > > Try changing your ampersand to "&" or "%26" > > B. Thanks for trying, but, & simply gives me the previous compiler error, and % 26 is not converted to an & at run time. - To unsubsc

RE: Syntax for multiple parameter with global forward

2005-10-14 Thread Brantley Hobbs
Try changing your ampersand to "&" or "%26" B. > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Dave > Sent: Friday, October 14, 2005 9:48 AM > To: user@struts.apache.org > Subject: Syntax for multiple parameter with global forward > > At first I had my global for

Re: Syntax for proper bean usage

2005-08-09 Thread Hubert Rabago
On 8/9/05, Dave Newton <[EMAIL PROTECTED]> wrote: > Dave wrote: > > >On my form is a bean named member. I also have a select whose options are > >created by a method on member. When I access the method it appears that a new > >member is constructed when the optionsCollection is created. > > > > >

Re: Syntax for proper bean usage

2005-08-09 Thread Dave Newton
Dave wrote: My apologies if this is a duplicate. I waited at least 30 minutes after sending the confirming email. It's a duplicate. Bear in mind that this isn't like a tech support hotline; it's just a bunch of people that read this when we're not doing our real work. On my form is a bean

Re: Syntax

2005-07-25 Thread Martin Gainty
ings' from your form Viel Gluck, Martin- - Original Message - From: "Kjersti Berg" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" ; "ViJaY" <[EMAIL PROTECTED]> Sent: Monday, July 25, 2005 9:46 AM Subject: Re: Syntax On 25/07/05, Vija

Re: Syntax

2005-07-25 Thread Kjersti Berg
On 25/07/05, Vijay K Anand <[EMAIL PROTECTED]> wrote: > Hi > > What is wrong in the below code ? Eclipse is making noise...but code > runs fine... > styleId="<%= "c"+(String)CoreID %>" /> Not sure, but this looks odd: styleId="<%= "c"+(String)CoreID %>" /> How about styleId='<%= "c" + (String)C

RE: Syntax checker

2004-12-10 Thread Slattery, Tim - BLS
> Sorry for the deviation, but is there an easy way to find out > what exactly is causing > org.apache.jasper.compiler.ParseException: End of content > reached while more parsing required: tag nesting error? error > on a jsp? Maybe run it through some tool which points out the > problematic ta