Re: Veil behavior of wicketstuff-minis

2012-02-16 Thread matteus
I succeeded to solve my problem. I found the site https://cwiki.apache.org/WICKET/generic-busy-indicator-for-both-ajax-and-non-ajax-submits.html where shows an example of ajax and non ajax button to put the veil . Then I created the files. Css and. Js with these samples and placed in the same

Re: Veil behavior of wicketstuff-minis

2012-02-02 Thread matteus
Someone can help with the veil behavior, because until now I could not make it works. Thankss. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Veil-behavior-of-wicketstuff-minis-tp2228127p4352522.html Sent from the Users forum mailing list archive at Nabble.com.

Re: wicket 1.5.4 on websphere 7

2012-01-31 Thread matteus
I had a problem with filter wicket and websphere and I solved the problem this way: servlet servlet-namewicket.application/servlet-name servlet-classorg.apache.wicket.protocol.http.WicketServlet/servlet-class init-param

Re: Veil behavior of wicketstuff-minis

2012-01-26 Thread matteus
Hi, I managed to put the veil on my page after I execute a method, but I can not remove the veil. I used the class shown on the site http://grepcode.com/file/repo1.maven.org/maven2/org.wicketstuff/minis/1.4.17.1/org/wicketstuff/minis/veil/VeilResources.java and I can not remove. Someone could

Re: Veil behavior of wicketstuff-minis

2012-01-26 Thread matteus
In my method I call this protected void onSubmit(AjaxRequestTarget target, Form? form) { form.add(new Veil()); target.addComponent(form); -- method to be execute ---

Re: Wicket webshere 7

2012-01-25 Thread matteus
Its work with the servlet, but I had to change the implementation that you gave me through the link. In my application when I put all the code was it not working so I had to put only the following code: servlet servlet-namewicket.application/servlet-name

Re: Wicket webshere 7

2012-01-23 Thread matteus
Yes, my application is running with the filter Wicket Filter. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-websphere-7-tp4310810p4321364.html Sent from the Users forum mailing list archive at Nabble.com.

Wicket webshere 7

2012-01-19 Thread matteus
Hi, I have a big problem with websphere and wicket because of several ajax behavior that does not work when it is configured in webphere. Someone has gone through some configuration problem with websphere wicket that could help me? Being that we've set the property called

Re: Palette and onComponentTagBody

2011-12-29 Thread matteus
I'm wondering how I didnt think about that before *slap* Thank you very much... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Palette-and-onComponentTagBody-tp4241432p4242524.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Palette and onComponentTagBody

2011-12-29 Thread matteus
And how I'm supposed to provide my own MyPalette.html? I tried here to override /onComponentTagBody/ and add the html component to the response, but it didnt worked as expected. Can you show me how I can do it? Thanks... -- View this message in context:

Re: Palette select the data with one click

2011-09-29 Thread matteus
I used the AjaxFormChoiceComponentUpdatingBehavior in the palette but, it works with the method onchange and the method click does not work. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Palette-select-the-data-with-one-click-tp3839870p3855729.html Sent from the