Re: Multiple select

2009-10-08 Thread Dale Newfield
wkbutler wrote: Thanks Eric for posting your solution, this helped me remember that unusual OGNL syntax on the value attribute. Once again I'll post my suggestion that the %{} notation be used EVERYWHERE you expect the framework to evaluate your expression with OGNL so that these are less con

RE: Multiple select

2009-10-08 Thread wkbutler
Thanks Eric for posting your solution, this helped me remember that unusual OGNL syntax on the value attribute. Because I have not found so many working examples out there, I'll post mine too: CaseFile contains List called 'sentences'. Qualifier looks like private Long qualifierId;

RE: Multiple select

2009-03-17 Thread Martin Gainty
binding effect. Given that e-mails can easily be subject to manipulation, we can not accept any liability for the content provided. > Subject: RE: Multiple select > Date: Tue, 17 Mar 2009 14:38:57 -0600 > From: eric.r.stan...@qwest.com > To: user@struts.apache.org > > Figu

RE: Multiple select

2009-03-17 Thread Stanley, Eric
Figured it out in case anyone has this same issue. Added a value attribute, and used OGNL to grab a list of id's from List instead of just the List which works just fine in a select where multiple="true". -Good luck -Original Message- From: Stanley, Eric [mailto:eric.r.stan...@qwest.co

Re: Multiple Select

2008-03-25 Thread Antonio Petrelli
2008/3/22, Thangalin <[EMAIL PROTECTED]>: > > styleClass="filter"> Does "select_name" have the value "fiscal_year"? Antonio

Re: Multiple select not rendered in browser with tiles

2007-02-12 Thread Simone Piva
Yes, it was a css issue, blocking the dimension of select input fields On 2/12/07, Laurie Harper <[EMAIL PROTECTED]> wrote: Simone Piva wrote: > Hi all, > I have a problem while rendering a jsp with a select multiple tag in a > Struts application using tiles. > If I forward directly to a JSP I

Re: Multiple select not rendered in browser with tiles

2007-02-12 Thread Laurie Harper
Simone Piva wrote: Hi all, I have a problem while rendering a jsp with a select multiple tag in a Struts application using tiles. If I forward directly to a JSP I have no problem and the select multiple is correctly showed by both browsers I tried (Firefox 2 and Internet Explorer 7), whilst if I

Re: Multiple select/update from the Listing page

2005-01-18 Thread Daniel Watrous
I think that this article will tell you what you want to know. http://javaboutique.internet.com/tutorials/strutsform/ Daniel - Original Message - From: "Yen" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, January 18, 2005 7:38 PM Subject: Multiple select/update from

Re: Multiple select/update from the Listing page

2005-01-18 Thread Jim Barrows
On Wed, 19 Jan 2005 10:38:10 +0800, Yen <[EMAIL PROTECTED]> wrote: > Hi, > > I wonder how struts handle the Multiple select/update from the Listing page. > Let say, there is a listing of 10 records and the page need to allow the > user to update the status for the records. Upon submitting the butt