Re: ListMultipleChoice - How to wrap the text in the list.

2016-03-29 Thread durairaj t
Thank you Martin! On Tue, Mar 29, 2016 at 10:33 AM, Martin Grigorov wrote: > Hi, > > Which text exactly you need to be wrapped ? > ListMultipleChoice should be used with a , so I guess you mean > THIS TEXT. I am not sure you can do any CSS manipulation > on this text.

Re: ListMultipleChoice - How to wrap the text in the list.

2016-03-29 Thread Martin Grigorov
Hi, Which text exactly you need to be wrapped ? ListMultipleChoice should be used with a , so I guess you mean THIS TEXT. I am not sure you can do any CSS manipulation on this text. You can override org.apache.wicket.markup.html.form.AbstractChoice#appendOptionHtml() and cut long text at the

ListMultipleChoice - How to wrap the text in the list.

2016-03-29 Thread durairaj t
Is it possible to Wrap text in the wicket ListMultipleChoice? I tried through CSS and SimpleAttributeModifier (I used: "word-wrap"and "overflow-x:scroll" ), both are not working. Any help? Thanks.

Re: Resources can't object HTTP request body

2016-03-29 Thread Martin Grigorov
Please create a ticket at JIRA. With a quickstart would be nice! Thank you! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Mar 29, 2016 at 3:30 PM, Илья Нарыжный wrote: > Martin, > > There are 3 problems: > > 1) Map can not guarantee that

Re: Resources can't object HTTP request body

2016-03-29 Thread Илья Нарыжный
Martin, There are 3 problems: 1) Map can not guarantee that order of keys remain the same. In my case Jetty use HashMap as underling storage. 2) Some part of content might be URL encoded. So after collecting all back: it's hard to revert exectly to initial value due to fact that some parts