Re: DataTable adding one more div/span based on dynamic conditions

2014-08-18 Thread dharmendra pandey
Thanks Martin.. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DataTable-adding-one-more-div-span-based-on-dynamic-conditions-tp4667064p4667097.html Sent from the Users forum mailing list archive at Nabble.com. ---

Re: DataTable adding one more div/span based on dynamic conditions

2014-08-18 Thread Martin Grigorov
Hi, Use a Panel for the cell and put as many children components inside your panel as you need. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Aug 18, 2014 at 3:34 PM, dharmendra pandey < dharmendra.pan...@gmail.com> wrote: > Hi Martin, > > My question is

Re: DataTable adding one more div/span based on dynamic conditions

2014-08-18 Thread dharmendra pandey
Hi Martin, My question is simple. I have used DataTable to render data in table formats. I want to add one more extra Label (total 2 labels)in a cell.. More than one label/component wicket framework DataTable is not allowing(As I see only on div with id cell). Regards Dharmendra Pandey --

Re: Demonstrate End-to-End Security Enforcement using Open Source Software & Wicket

2014-08-18 Thread Andrea Del Bene
Very interesting, thank you! Posting another security tutorial featuring an Apache Wicket Web sample application. This one provides end-to-end security coverage: http://iamfortress.org/FortressDemo2 - To unsubscribe, e-mail:

Re: DataTable adding one more div/span based on dynamic conditions

2014-08-18 Thread Martin Grigorov
Hi, The question is not clear to me. I don't see how/where you want to use the fragment. And I don't understand what is the problem with it. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, Aug 17, 2014 at 8:28 AM, dharmendra pandey < dharmendra.pan...@gmail

Re: broken Wicket build

2014-08-18 Thread Martin Grigorov
Hi, We are aware of such problem in ValueMap class https://issues.apache.org/jira/browse/WICKET-5647. Unfortunately we didn't find a way to make both the compiler and maven-clirr-plugin happy. Both wicket-6.x and master branches compile without any error on my machine (oracle jdk 1.6 and 1.7) and

Re: broken Wicket build

2014-08-18 Thread Martin Grigorov
WordGeneratorTest is fixed. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, Aug 17, 2014 at 2:47 PM, Andrea Del Bene wrote: > Hi, > > which branch are you working on (master, wicket-6.x...)? I've found a > failing test on master for module wicket-examples