Re: value truncated

2009-02-26 Thread Adam Lister
This might not help you, but the simplest answer might be to avoid doing escaping, replacing, etc... and just make the value of your options be whatever unique identifier you have for that record in the db. Then when the user posts this value, you can look it up again in your action. If you d

Re: value truncated

2009-02-26 Thread Jim Kiley
My uncle had his value truncated back in the war. He doesn't like to talk about it much. Oh your actual question. Have you tried escaping the quote marks? Using \" instead of just " ? jk On Thu, Feb 26, 2009 at 3:47 PM, Dravid wrote: > > Any thoughts > > thanks

Re: value truncated

2009-02-26 Thread Dravid
Any thoughts thanks in advance -- View this message in context: http://www.nabble.com/value-truncated-tp22211336p22233327.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user

value truncated

2009-02-25 Thread Dravid
trieve the the value as it is in action class.It's get truncating to "Account =" not giving the "N" value.I want the value to be retrieved as it is. Please some one help me to solve this. any help is highly appriciated. thanks in advance. -- View this message in context: ht