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=

html:select problem

2008-12-27 Thread Tanb81
hi, I am developing a project on struts. I have a drop down like :- Now I need a value of this dropdown to be automatically selected based on a value which is coming from previous page. The problem is I am not able to do this because I am new to Struts. Please he

Re: html:select Problem !!

2005-07-12 Thread EROL TEZCAN
FAAFDFD86F@powersystems.rockwell.com"; width=16>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 sturts_apache_user cc Subject html:select Problem !! Hi all,

Re: html:select Problem !!

2005-07-12 Thread Martin Gainty
t;SIKAYET_KODU2", "ACIKLAMA2" )); %> labelProperty="ACIKLAMA"/> Anyone else? Martin- - Original Message - From: "EROL TEZCAN" <[EMAIL PROTECTED]> To: "sturts_apache_user sturts_apache_user" Sent: Tuesday, July 12, 2005 9:38 AM Subject: html:select P

Re: html:select Problem !!

2005-07-12 Thread BHansard
To sturts_apache_user sturts_apache_user cc Subject html:select Problem !! Hi all, I want to set records come from database into a html:select tag. I found some example like below   When I set th options as static , the list comes without any problem. But when I create a html:se

html:select Problem !!

2005-07-12 Thread EROL TEZCAN
Hi all, I want to set records come from database into a html:select tag. I found some example like below When I set th options as static , the list comes without any problem. But when I create a html:select dynamicly from DB , I get error. In my Action class, it has a method called getSi

Re: (newbie) html:select problem

2005-01-26 Thread Will Stranathan
This seems to come up frequently. You have to add some Javascript on the client side to either populate hidden form fields or to iterate through the entire target set and select them all - the values don't get passed in the HTTP request unless it's selected. w On Wed, 26 Jan 2005 23:01:19 +053

(newbie) html:select problem

2005-01-26 Thread Sudheer
Hi, In the below given code I am populating the html:select property 'from' using a java bean. On clicking the '>>' button I am moving the selected option from ''from' to 'to' html:select using the javascript function move(). The selected values are displayed in the 'to' html:option, but I am