Thanks guys!

2014-02-22 Thread Farrukh SATTOROV
I just would like to say thanks themes who made event mechanism in wicket, this is cool, guys!!! ) -- Regards, Farrukh

Re: bug or new feature

2014-02-22 Thread Martin Funk
Hi Ernesto, without having looked into this. It sound similar to: https://issues.apache.org/jira/browse/WICKET-3277 mf Am 22.02.2014 um 08:04 schrieb Ernesto Reinaldo Barreiro reier...@gmail.com: Guess %- text % is giving problems On Sat, Feb 22, 2014 at 7:50 AM, Ernesto Reinaldo

wicket-cdi and org.hibernate.LazyInitializationException

2014-02-22 Thread danisevsky
Hi, I am running wicket application on Jboss AS 7. I can't found out if for CDI exists something like OpenSessionInViewFilter for Spring. I do not want use fetch = FetchType.EAGER everywhere. Could someone give me an advice please? Thanks!

double type text field - auto roundsoff

2014-02-22 Thread nazeem
Hi I am having an issue with the Double text field which when keyed in for eg, 604.43 rounds of to 604. I am using the txField.add(new AjaxFormComponentUpdatingBehavior(onblur) { .. } . Inside this im doing validations, if error or no error I am repaining the text field. When repainting it the

Re: double type text field - auto roundsoff

2014-02-22 Thread Sven Meier
Hi, check FormInput from wicket-examples, it has a TextFieldDouble and happily accepts 604.43 without rounding. How to trouble shoot this ? Put a breakpoint into your model object's setter and check where the value is coming from. Sven On 02/22/2014 03:18 PM, nazeem wrote: Hi I am

Re: get page instance in AtmosphereRequestHandler

2014-02-22 Thread Pierre Goupil
Hi, In fact, it is this code: Session.get().getPageManager().getPage(pageId); (excerpt from DefaultMapperContext#getPageInstance(final int pageId)) which returns null: the Session.get().getPageManager() contains no pages when I'm in my Atmosphere context. Any thoughts, please? Kind regards,

Re: double type text field - auto roundsoff

2014-02-22 Thread nazeem
Hi Sven, I had used in other places, this is not the case. it works perfectly fine. I had tried that break point approach as well before posting, my setter is called with correct value. Only after the refresh or repaint in onBlur.. the value changes in the form itselfto 604. Now when i hit

Re: Tooltips/Contextual menu with interactive content

2014-02-22 Thread ChambreNoire
Yup, I found it shortly after my original post. I'm a bit apprehensive about overriding jQuery styles but other than that it certainly looks promising. Only problem, I'm running 1.4 on this project (old project no mandate to upgrade to 6 unfortunately). Chambre -- View this message in context:

Re: Tooltips/Contextual menu with interactive content

2014-02-22 Thread Sebastien
Hi Chambre, Unfortunately wicket-jquery-ui is not compatible with wicket-1.4 Best regards, Sebastien. On Sat, Feb 22, 2014 at 5:08 PM, ChambreNoire a...@tentelemed.com wrote: Yup, I found it shortly after my original post. I'm a bit apprehensive about overriding jQuery styles but