View Single Post
  #3 (permalink)  
Old Apr 19th, 2007, 09:44
danwms danwms is offline
New Member
Join Date: Apr 2007
Location: Manchester
Age: 25
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Trying to pass JSP variables into input:select attributes. Help badly needed

I managed to sort this out by doing,

String q = "\"";

and then substituting the " with q.
Reply With Quote