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
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
>
> *
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
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
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
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
>
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
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
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
${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
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
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
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
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
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
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
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
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.
> >
> >
>
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
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
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
> 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
22 matches
Mail list logo