tellmeGen

2015-11-05 Thread carlos.sanchez
Hello guys!! I hope is going good out there :) I was wondering a little question for you: I am using an tag in the html file with a wicket id and in the java code I have an if/else that if is "if" makes new Image(X, X); and if is "else" makes a new Label(X, X); So, when I use in the html

Re: tellmeGen

2015-11-05 Thread Martin Grigorov
in your markup and : new Image(...) { @Override protected void onComponentTag(ComponentTag tag) { super.onComponentTag(tag); tag.setName("img"); // this is the magic ! } } Greetings to the tellmeGen team! Martin Grigorov Wicket Training and Consulting https://twitter.com/

Re: tellmeGen

2015-11-05 Thread carlos.sanchez
Thanks you Martin! I will fix it now. I wanted to notify you if it was a bug but I see is fixed :) Greetings from tellmeGen team too!! El 2015-11-05 13:59, Martin Grigorov escribió: Hi Carlos, It is a bug, but it is in your application ;-) You need different HTML elements depending

Re: tellmeGen - Datanucleus 4 issue

2015-04-28 Thread Dan Haywood
Hi Carlos I'll take a look this evening, see if I can provide a bit of guidance. Could you commit to a branch so I can pull down the version of the app with the problem? Cheers Dan PS: could you subscribe to this mailing list so I don't have to manually approve your posts? thx. On 28 April

Re: tellmeGen - Datanucleus 4 issue

2015-04-28 Thread GESCONSULTOR - Óscar Bou
Hi, Dan and Carlos. I’ve just committed on Carlos project different issues found when migrating to DN4. Summarizing: - OIDImpl DN3 class has been replaced by DatastoreIdImpl DN4 class. - DN4 verifies and creates @Unique constraints. Seems DN3 didn’t support them well. - I had a test not passing