ames Cook wrote:
Hi,
I checked the javadoc for select and this is what is listed.
This is what I used last night. So #{} worked for me.
-Original Message-
From: Dale Newfield [mailto:d...@newfield.org]
Sent: 29 October 2009 15:54
To: Struts Users Mailing List
Subject: Re: jav
;>>name="months"
>>>>headerKey="-1" headerValue="Select Month"
>>>>list="#{'01':'Jan', '02':'Feb', [...]}"
>>>>value="
>>>headerKey="-1" headerValue="Select Month"
>>>list="#{'01':'Jan', '02':'Feb', [...]}"
>>>value="selectedMonth"
>>>required="true"
>>> /
gt;> />
>>
>> This is what I used last night. So #{} worked for me.
>>
>> -Original Message-
>> From: Dale Newfield [mailto:d...@newfield.org]
>> Sent: 29 October 2009 15:54
>> To: Struts Users Mailing List
>> Subject: Re: javax.el.ELException Select
> />
>
> This is what I used last night. So #{} worked for me.
>
> -Original Message-
> From: Dale Newfield [mailto:d...@newfield.org]
> Sent: 29 October 2009 15:54
> To: Struts Users Mailing List
> Subject: Re: javax.el.ELException Select Tag
>
>
Hi,
I checked the javadoc for select and this is what is listed.
This is what I used last night. So #{} worked for me.
-Original Message-
From: Dale Newfield [mailto:d...@newfield.org]
Sent: 29 October 2009 15:54
To: Struts Users Mailing List
Subject: Re: javax.el.ELException Select
Bhaarat Sharma wrote:
so it should be:
No: list='%{#{"All":"All Programs", "BU":"BY Problems"...}}'
-Dale
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.a
rograms'}"
> value="selectedProgram" required="true"/>
>
> I made the same oversight last night
>
> Cookie
>
> -Original Message-
> From: Bhaarat Sharma [mailto:bhaara...@gmail.com]
> Sent: 29 October 2009 15:36
> T
"
> value="selectedProgram" required="true"/>
>
> I made the same oversight last night
>
> Cookie
>
> -Original Message-
> From: Bhaarat Sharma [mailto:bhaara...@gmail.com]
> Sent: 29 October 2009 15:36
> To: Struts Users Mail
Should a #
I made the same oversight last night
Cookie
-Original Message-
From: Bhaarat Sharma [mailto:bhaara...@gmail.com]
Sent: 29 October 2009 15:36
To: Struts Users Mailing List
Subject: Re: javax.el.ELException Select Tag
so it should be:
?
On Thu, Oct 29, 2009 at
so it should be:
?
On Thu, Oct 29, 2009 at 11:34 AM, Dale Newfield wrote:
> If you indicated that the attribute was OGNL by wrapping it in %{}, the
> container wouldn't try to parse it as JSTL-EL.
>
> -Dale
>
> -
> To uns
If you indicated that the attribute was OGNL by wrapping it in %{}, the
container wouldn't try to parse it as JSTL-EL.
-Dale
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h..
furthermore, I have struts-tags.tld in my WEB-INF folder.
Are there any other tld's that the select tag depends on
On Thu, Oct 29, 2009 at 11:30 AM, Bhaarat Sharma wrote:
> I have the following code:
>
> name="programType"
> list="#{'ALL':'All Programs', 'BU':'BY Proble
13 matches
Mail list logo