Re: html:select problem

2008-12-30 Thread sourav biswas
It seems to me the syntax is wrong .. try this # Use <%=genreIds[0]%> insteed of <%="genreIds[0]"%> Just remove the quotes ... --- On Sun, 28/12/08, Gordian Yuan wrote: > From: Gordian Yuan > Subject: Re: html:select problem > To: &quo

Re: html:select problem

2008-12-28 Thread Tanb81
Thanks a lot Gordian Yuan :clap: Thanks for giving such useful links. I found solution for my problem :jumping: Thanks :handshake: -- View this message in context: http://www.nabble.com/html%3Aselect-problem-tp21183393p21199660.html Sent from the Struts - User mailing list archive at Nabble.

Re: html:select problem

2008-12-28 Thread Gordian Yuan
http://www.theserverside.com/discussions/thread.tss?thread_id=35726 or you can search it use google http://www.google.com/search?hl=zh-CN&q=select+default+option+struts&btnG=Google+搜索&lr=

Re: html:select Problem !!

2005-07-12 Thread EROL TEZCAN
Oh, I think there are two ways to define html:select Anyway, Best way to fill the html:select ? Erol [EMAIL PROTECTED] wrote: you have the html:options set correctly in the first example in the second example you changed to: try: " src="cid:10__=0ABBFAAFDFD86F@powersyst

Re: html:select Problem !!

2005-07-12 Thread Martin Gainty
Erol Assuming you have your own MyBean which contains 2 string fields SIKAYET_KODU and ACIKLAMA try this in your jsp <% List sikayetler = new ArrayList(); sikayetler.add( new MyBean( "SIKAYET_KODU1", "ACIKLAMA1" )); sikayetler.add( new MyBean( "SIKAYET_KODU2", "ACIKLAMA2" )); %> labelProperty

Re: html:select Problem !!

2005-07-12 Thread BHansard
you have the html:options set correctly in the first example   in the second example you changed to: try: EROL TEZCAN <[EMAIL PROTECTED]> EROL TEZCAN <[EMAIL PROTECTED]> 07/12/2005 09:38 AM Please respond to "Struts Users Mailing List" To sturts_apache_user s