Jasny FileUpload

2013-09-28 Thread Tommy Sadiq Hinrichsen
to add a submit button. The css screws up the look of the elements. Med venlig hilsen / Best regards Tommy Sadiq Hinrichsen Selvstændig IT-udvikler HD-ØP Humlebækgade 16, 1.tv. 2200 København N Tlf: 26 24 14 36 Mangler du en billig anlægsgartner, så prøv http://www.sl-haveanlaeg.dk

Re: DataTable + Categories

2013-09-04 Thread Tommy Sadiq Hinrichsen
Good idea. I will give it a go. Med venlig hilsen / Best regards Tommy Sadiq Hinrichsen Selvstændig IT-udvikler HD-ØP Humlebækgade 16, 1.tv. 2200 København N Tlf: 26 24 14 36 Mangler du en billig anlægsgartner, så prøv http://www.sl-haveanlaeg.dk 2013/9/3 Gabriel Landon glan...@piti.pf

DataTable + Categories

2013-09-03 Thread Tommy Sadiq Hinrichsen
im using nested listviews, see screenshot. Any ideas? Med venlig hilsen / Best regards Tommy Sadiq Hinrichsen Selvstændig IT-udvikler HD-ØP Humlebækgade 16, 1.tv. 2200 København N Tlf: 26 24 14 36 Mangler du en billig anlægsgartner, så prøv http://www.sl-haveanlaeg.dk

Re: Wicket security and JavaMelody

2013-08-20 Thread Tommy Sadiq Hinrichsen
userRoleTable=user_roles roleNameCol=role/ The EazyregnskabRealm.class must be made into a jar, this and all other dependencies should be put in the tomcat lib folder. Hope someone else can use this. Med venlig hilsen / Best regards Tommy Sadiq Hinrichsen Selvstændig IT-udvikler HD-ØP Humlebækgade 16

Wicket security and JavaMelody

2013-08-19 Thread Tommy Sadiq Hinrichsen
Tommy Sadiq Hinrichsen Selvstændig IT-udvikler HD-ØP Humlebækgade 16, 1.tv. 2200 København N Tlf: 26 24 14 36 Mangler du en billig anlægsgartner, så prøv http://www.sl-haveanlaeg.dk

Re: Wicket security and JavaMelody

2013-08-19 Thread Tommy Sadiq Hinrichsen
I use for authorizing wicket pages, but javaMelody's monitoring page is not a wicket page. Med venlig hilsen / Best regards Tommy Sadiq Hinrichsen Selvstændig IT-udvikler HD-ØP Humlebækgade 16, 1.tv. 2200 København N Tlf: 26 24 14 36 Mangler du en billig anlægsgartner, så prøv http://www.sl

Re: Custom TopToolbar

2013-08-19 Thread Tommy Sadiq Hinrichsen
Look at the html file for the datatable Med venlig hilsen / Best regards Tommy Sadiq Hinrichsen Selvstændig IT-udvikler HD-ØP Humlebækgade 16, 1.tv. 2200 København N Tlf: 26 24 14 36 Mangler du en billig anlægsgartner, så prøv http://www.sl-haveanlaeg.dk 2013/8/19 Martijn Dashorst

StringResourceModel object value = null

2013-07-19 Thread Tommy Sadiq Hinrichsen
Object as a Date Anybody got any ideas? Med venlig hilsen / Best regards Tommy Sadiq Hinrichsen

Need to know which button is pressed in Modalwindow

2013-07-10 Thread Tommy Sadiq Hinrichsen
target, Form? form) { modalWindow.close(target); } }; form.add(cancel); form.add(new FeedbackPanel(modalFeedback).setOutputMarkupPlaceholderTag(true)); add(form); } } } Best regards Tommy Sadiq

Updating forms model causes panel to lose model

2013-07-04 Thread Tommy Sadiq Hinrichsen
) ~[wicket-core-1.5.6.jar:1.5.6] at org.apache.wicket.Component.getDefaultModelObject(Component.java:1668) ~[wicket-core-1.5.6.jar:1.5.6] ... 55 common frames omitted Could someone please help me? Med venlig hilsen / Best regards Tommy Sadiq Hinrichsen

Wicket 6 ListItem add CSS

2013-05-31 Thread Tommy Sadiq Hinrichsen
to the tr element? Med venlig hilsen / Best regards Tommy Sadiq Hinrichsen

Re: Wicket BootStrap Tour

2013-05-06 Thread Tommy Sadiq Hinrichsen
Thanks I must have looked in the wrong place. Med venlig hilsen / Best regards Tommy Sadiq Hinrichsen Humlebækgade 16, 1.tv. 2200 København N Tlf: 26 24 14 36 Mangler du en billig anlægsgartner, så prøv http://www.sl-haveanlaeg.dk 2013/5/6 Martin Grigorov mgrigo...@apache.org Hi, Check

Re: How can I create RadioGroups that are not defined by component hierarchy/layout ?

2010-11-04 Thread tommy
.nabble.com wrote: see here http://stackoverflow.com/questions/4074028/in-wicket-how-can-i-create-radiogroups-that-are-not-defined-by-component-hierarc/ -igor On Wed, Nov 3, 2010 at 11:51 AM, tommy [hidden email]http://user/SendEmail.jtp?type=nodenode=3027246i=0 wrote: ok thanks

How can I create RadioGroups that are not defined by component hierarchy/layout ?

2010-11-03 Thread tommy
I asked the following question on stack-overflow but was advised to ask here instead. http://stackoverflow.com/questions/4074028/in-wicket-how-can-i-create-radiogroups-that-are-not-defined-by-component-hierarc I am using Wicket and would like to create a grid of radio buttons using html as shown

Re: How can I create RadioGroups that are not defined by component hierarchy/layout ?

2010-11-03 Thread tommy
Ah but I have varying number of groups, hence the radioGroupList ( Sorry I maybe didnt make this point clear enough). How can you nest them when you dont know how many there will be? On Wed, Nov 3, 2010 at 1:46 PM, Tom Howe tomh...@artcore.com wrote: Ah but I have varying number of groups,

Re: How can I create RadioGroups that are not defined by component hierarchy/layout ?

2010-11-03 Thread tommy
If you look at the original html I showed you can see 3 groups called A, B, C (I've included again below with values to make it clearer). I want to be able to select one item from group A, one item from group B and one item from group C. The number of groups will vary, eg sometimes it will go to

Re: How can I create RadioGroups that are not defined by component hierarchy/layout ?

2010-11-03 Thread tommy
Vaynberg-2 [via Apache Wicket] ml-node+3025609-175919079-201...@n4.nabble.comml-node%2b3025609-175919079-201...@n4.nabble.com wrote: best way for us to help you is for you to create a quickstart and attach it to your email or a jira issue. -igor On Wed, Nov 3, 2010 at 4:40 AM, tommy [hidden

Re: How can I create RadioGroups that are not defined by component hierarchy/layout ?

2010-11-03 Thread tommy
://wicket.apache.org/start/quickstart.html -igor On Wed, Nov 3, 2010 at 9:03 AM, tommy [hidden email]http://user/SendEmail.jtp?type=nodenode=3025865i=0 wrote: Hi Can you point me to a link that explains what a quickstart is and how I create one? Also maybe you consider these questions