Hi All

I have a dropdown choice in which I happened to render string values for
<option value tags.
So as i have mentioned earlier in this thread, some option values  were
having double quotes in them
and therefore coming as "" in the server side.

I found that by escaping the markup for option values as well in
AbstractChoice#appendOptionHtml
i was able to get the value.

Is this scenatio fixed in versions > 1.2.4 ?
If not  is it possible for the wicket team to have a look at this as well

-Thanks
swaroop belur





On 6/8/07, Swaroop Belur <[EMAIL PROTECTED]> wrote:

Hi All

Wicket 1.2.4

I hava a dropdownchoice with round tip to the server enabled on selection
change.

The problem is when i select a string which is delimited by double quotes,
the value comes up as
an empty string at the server side. The class which initially processes is
MultipartServletWebRequest .

It appears that  DiskFileItem#get() method returns empty array.

It works properly for single quotes.

How do I overcome this problem. Please help.


-Thanks
swaroop belur





-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to