Re: Enable CORS in Wicket Rest

2017-06-28 Thread Noven
S_Filter > > (Maybe there anything similar in other app servers) > > > > Or wicket CSRF filter: > > https://ci.apache.org/projects/wicket/apidocs/7.x/ > > org/apache/wicket/protocol/http/CsrfPreventionRequestCycleListener.html > > > > On Tue, Jun 27, 2017

Re: Enable CORS in Wicket Rest

2017-06-27 Thread Noven
.po...@gmail.com> wrote: Hi, I think you could use this: getCurrentWebResponse().addHeader("Access-Control-Allow-Origin", "http://localhost:8080;); On Tue, Jun 27, 2017 at 8:24 AM, Noven <noven_...@yahoo.com.invalid> wrote: Hello, Does anyone here face an issu

Enable CORS in Wicket Rest

2017-06-27 Thread Noven
Hello, Does anyone here face an issue about CORS when consuming wicket rest from javascript ajax? The sample errors are : Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:8080/api/statust. (Reason: CORS header

Is it possible to repaint wicket component via javascript?

2014-05-26 Thread Noven
Hi all, Just want to ask if we can update wicket component via javascript or not. The case here is to repaint a datatable Shadowbox.init({         handleOversize: drag,         onClose : function () {                 //repaint the component here          } });  Please advise. Thank you.

Wicket rest and retrofit rest client

2014-05-15 Thread Noven
) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at retrofit.Platform$Base$2$1.run(Platform.java:94) at java.lang.Thread.run(Thread.java:744) I guess there's something I missed here, The RequestCycle. I just don't know what to do next. Please help. Regards, Noven

Wicket-rest sample

2014-04-24 Thread Noven
Hi... Does anyone here have running example with wicket rest that explain using web services between 2 application ?  If yes, please share.. Thank you.

Re: Wicket-rest sample

2014-04-24 Thread Noven
Hi Martin, I am learning about wicket rest today. But I still confuse about how to serve the web service and to consume it. The goal is to have 2 wicket application that serve and consume the service.  If someone here is ever do this, I hope to see the code :) Regards, Noven On Thursday

How to create a crosstab repeater

2013-06-05 Thread Noven
Hi all, I wonder how to use wicket to repeat things like cross tab (like the one that have on jasper report palette). Example of what I want achieve can be seen here : checkcategoryxtab.png Thank you.

TestCometdPage doesn't work on wicket push example

2013-05-09 Thread Noven
Hi all, Did anyone try run the wicket push example? I find the Cometd pushing does not work, but the Timer polling based pushing works. Any idea?

Wicket push alternative

2013-05-06 Thread Noven
Hi all, Do you know any wicket push technology beside atmosphere and wicket-push project? I use wicket-push 1.4 and it work good for me. But when migrate to wicket v6.x, my code is not applicable anymore. I tried atmosphere, but it causes many error I'm not able to fix. Many thanks.

Re: Wicket push alternative

2013-05-06 Thread Noven
Hi Martin, Thank you for your quick response. I will try the 2nd and 3rd option. For the atmosphere issue, I will try to create the quickstart. Noven --- On Mon, 5/6/13, Martin Grigorov mgrigo...@apache.org wrote: From: Martin Grigorov mgrigo...@apache.org Subject: Re: Wicket push

Re: Wicket push alternative

2013-05-06 Thread Noven
, 2013 at 2:29 PM, Noven noven_...@yahoo.com wrote: Hi all, Do you know any wicket push technology beside atmosphere and wicket-push project? I use wicket-push 1.4 and it work good for me. But when migrate to wicket v6.x, my code is not applicable anymore. I tried atmosphere

Atmosphere NPE

2013-05-02 Thread Noven
Hi all, I have issue with atmosphere, below is the log: 2013-05-01 19:11:32.880602500 INFO  - AtmosphereBehavior        - Resuming the streaming response from ip 127.0.0.101:41704 2013-05-01 19:11:32.880714500 INFO  - AtmosphereBehavior        - streaming connection dropped from ip

Re: ASK: Updating one wicket page's component from other wicket apps

2013-01-13 Thread Noven
. Thanks From: Noven noven_...@yahoo.com To: users@wicket.apache.org users@wicket.apache.org Sent: Monday, January 14, 2013 5:53 AM Subject: ASK: Updating one wicket page's component from other wicket apps Hi all, Currently, I am developing 2 separated wicket

Re: ASK: Updating one wicket page's component from other wicket apps

2013-01-13 Thread Noven
Hi Sebastien, Thank you for your quick reply before :) Jboss, JMS, MDB are such a new thing for me. I heard them before but just never use it in real apps. I'm considering AjaxSelfUpdatingTimerBehaviour like you've suggested while waiting for others reply to this topic. Noven

Re: Wicket Atmosphere does not run in Firefox 17

2013-01-08 Thread Noven
Emond, Thank you for the link. Btw didn't you find the quickstart does not work in firefox? I will enable WS back and figure it out how to fix in firefox. Regards, Noven From: Emond Papegaaij emond.papega...@topicus.nl To: users@wicket.apache.org; Noven

Re: Wicket Atmosphere does not run in Firefox 17

2013-01-08 Thread Noven
Emond, Thank you for your support. I will contact my provider about this. Regards, Noven From: Emond Papegaaij emond.papega...@topicus.nl To: users@wicket.apache.org; Noven noven_...@yahoo.com Sent: Tuesday, January 8, 2013 7:27 PM Subject: Re: Wicket

Re: Wicket Atmosphere does not run in Firefox 17

2013-01-08 Thread Noven
-tcp-connection/ Then we try using http protocol to connect to tomcat instead of ajp. We may actually have to bypass apache and direct a port on the server directly to tomcat. Hope this may be useful for others. Regards, Noven From: Emond Papegaaij

Re: Wicket Atmosphere does not run in Firefox 17

2013-01-07 Thread Noven
in the quickstart. Regards, Noven From: Emond Papegaaij emond.papega...@gmail.com To: users@wicket.apache.org; Noven noven_...@yahoo.com Sent: Thursday, December 27, 2012 2:29 PM Subject: Re: Wicket Atmosphere does not run in Firefox 17 It seems you hosting

Re: Example of wicket atmosphere with channel

2013-01-06 Thread Noven
to implement and has less code than wicketstuff-push. Regards, Noven From: Emond Papegaaij emond.papega...@gmail.com To: users@wicket.apache.org Sent: Thursday, December 27, 2012 1:56 PM Subject: Re: Example of wicket atmosphere with channel I presume you

Re: Example of wicket atmosphere with channel

2012-12-24 Thread Noven
I opened the link but unfortunately I couldn't view the source. It appears as internal error. Thank you for the link, I will download the example and run in my local instead. Regards, Noven From: Arun Chauhan arundraj...@gmail.com To: users

Re: Wicket Atmosphere does not run in Firefox 17

2012-12-24 Thread Noven
. From: Andreas Kuhtz andreas.ku...@gmail.com To: users@wicket.apache.org; Noven noven_...@yahoo.com Sent: Monday, December 24, 2012 5:21 PM Subject: Re: Wicket Atmosphere does not run in Firefox 17 Hi, Have you configured a proxy in firefox? if so, you may enable the ws://* to use the proxy

Re: Datatable sortproperty error

2012-12-20 Thread Noven
Martin, My apology. It was error in my code when extending the datatable. I have correct it and it works fine now. Thank you. From: Martin Grigorov mgrigo...@apache.org To: users@wicket.apache.org; Noven noven_...@yahoo.com Sent: Thursday, December 20

Re: Wicket 6 and wicket push

2012-11-11 Thread Noven
but has no luck.  After try and error about a day, I am thinking to use wicketstuff-push back.  Regards, Noven From: Martin Grigorov mgrigo...@apache.org To: users@wicket.apache.org; Noven noven_...@yahoo.com Sent: Sunday, November 11, 2012 3:46 PM Subject: Re

Re: Strange problem with DateTextField

2011-06-21 Thread Noven
    artifactIdwicket-extensions/artifactId     version${wicket.version}/version     /dependency If you haven't solved your problem, you can try this. I hope this will help you. Regards, Noven From: Vitor Granzinoli Vellozo vitor.vell...@cpmbraxis.com To: users

facebook like notification

2011-06-19 Thread Noven
question is how I can trigger the notification (which is a feedback message) appears on the supervisor page. Where I have to put my code, override some method in wicket application class? I am sorry if there is a similar question like mine before. Thanks, Noven