Re: AjaxCall while failover return same page content

2022-09-20 Thread Shengche Hsiao
t.apache.org Subject: Re: AjaxCall while failover return same page content On Tue, Sep 20, 2022, 17:06 Shengche Hsiao wrote: > Glad to see you, Martin > Hi! > As session replication issue was my first point want to figure out, after > enable/disable wildfly nodes manually, I found se

Re: AjaxCall while failover return same page content

2022-09-20 Thread Shengche Hsiao
nothing about page with id 7 on node 2. On Fri, Sep 2, 2022 at 4:05 PM Shengche Hsiao wrote: > I found some log on failover node > > > 2022-09-02 20:57:41,270 DEBUG > [org.apache.wicket.pageStore.memory.HttpSessionDataStore] (default > task-352) Stored '32808' bytes for p

Re: AjaxCall while failover return same page content

2022-09-02 Thread Shengche Hsiao
, and showed correct page content. Then, I click the ajax button, as the log showed, page ‘7’ stored with ‘32808’ bytes, but loaded with ‘-1’ bytes for same pageid. From: ShengChe Hsiao Date: Friday, September 2, 2022 at 10:22 To: Wicket User Mailinglist Subject: AjaxCall while failover return same

AjaxCall while failover return same page content

2022-09-01 Thread ShengChe Hsiao
Dear all I faced a strange situation, I built a wicket application which deployed to Wildfly Cluster. When I using Apache httpd as load balancer, everything works as expected. But when I move application to GCP, and use their load balancer which has gclb and gclib cookie to identity transfer to

Re: OAuth authentication

2022-01-18 Thread Shengche Hsiao
Hello, I’m using https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions to implement OpenID Connect and OAuth 2 providers and consume oauth2 protected resource in Wicket project From: Boris Goldowsky Date: Wednesday, January 19, 2022 at 06:39 To: users@wicket.apache.org

Re: About jQuery 2.2.4 vulnerability

2021-10-20 Thread Shengche Hsiao
To: users@wicket.apache.org Subject: Re: About jQuery 2.2.4 vulnerability On Wed, Oct 20, 2021 at 1:34 PM Martin Grigorov wrote: > > > On Wed, Oct 20, 2021 at 1:30 PM Martin Grigorov > wrote: > >> >> >> On Wed, Oct 20, 2021 at 1:21 PM Shengche Hsiao >> wr

Re: About jQuery 2.2.4 vulnerability

2021-10-20 Thread Shengche Hsiao
Thanks From: Martin Grigorov Date: Wednesday, October 20, 2021 at 18:35 To: users@wicket.apache.org Subject: Re: About jQuery 2.2.4 vulnerability On Wed, Oct 20, 2021 at 1:30 PM Martin Grigorov wrote: > > > On Wed, Oct 20, 2021 at 1:21 PM Shengche Hsiao > wrote: > >> De

Re: About jQuery 2.2.4 vulnerability

2021-10-20 Thread Shengche Hsiao
lot From: Maxim Solodovnik Date: Wednesday, October 20, 2021 at 18:26 To: users@wicket.apache.org Subject: Re: About jQuery 2.2.4 vulnerability On Wed, 20 Oct 2021 at 17:21, Shengche Hsiao wrote: > Dear Martin > > After I applied the code, the website showed exception

Re: About jQuery 2.2.4 vulnerability

2021-10-20 Thread Shengche Hsiao
access to a resource. In YourApplication#init(): SecurePackageResourceGuard guard = (SecurePackageResourceGuard) getResourceSettings().getPackageResourceGuard(); guard.addPattern("-**/jquery-2*.js"); On Wed, Oct 20, 2021 at 9:25 AM Shengche Hsiao wrote: > Dear Martin > > I

Re: About jQuery 2.2.4 vulnerability

2021-10-20 Thread Shengche Hsiao
guard = (SecurePackageResourceGuard) getResourceSettings().getPackageResourceGuard(); guard.addPattern("-**/jquery-2*.js"); On Wed, Oct 20, 2021 at 9:25 AM Shengche Hsiao wrote: > Dear Martin > > I actually configured with jQuery version 3 on Application, and on browser >

Re: About jQuery 2.2.4 vulnerability

2021-10-20 Thread Shengche Hsiao
vulnerability Hi, On Wed, Oct 20, 2021 at 5:46 AM Shengche Hsiao wrote: > Dear All > > Recently, our website made a vulnerability scanning. The report shows > [/wicket/resource/org.apache.wicket.resource.JQueryResourceReference/jquery/jquery-2.2.4-v- > 6233386130326534.js] as a vulner

About jQuery 2.2.4 vulnerability

2021-10-19 Thread Shengche Hsiao
Dear All Recently, our website made a vulnerability scanning. The report shows [/wicket/resource/org.apache.wicket.resource.JQueryResourceReference/jquery/jquery-2.2.4-v- 6233386130326534.js] as a vulnerability library. How do I disallow output this jquery version to avoid scan? Thanks

Re: Wicket HttpSessionDataStore, InMemoryCacheSize and MaxSizePerSession

2020-05-25 Thread Shengche Hsiao
; Sven > > > On 25.05.20 03:51, ShengChe Hsiao wrote: > > Dear all > > > > I want to use HttpSessionDataStore as default page store for session > > cluster, does InMemoryCacheSize and MaxSi

Wicket HttpSessionDataStore, InMemoryCacheSize and MaxSizePerSession

2020-05-24 Thread ShengChe Hsiao
Dear all I want to use HttpSessionDataStore as default page store for session cluster, does InMemoryCacheSize and MaxSizePersession affect it's function, if both of them were 0 ? ---> To boldly

Re: SessionStore on database

2020-04-29 Thread Shengche Hsiao
e. > - You can use Spring Session with a JDBC store > > I recently implemented Spring Session for Wicket with Redis as a backing > store. There are minor issues with page locking that require some custom > code, but otherwise it works fine. > > Best regards, > > Thomas >

SessionStore on database

2020-04-28 Thread ShengChe Hsiao
Dear all I want to implement cross datacenter session replication for my web app, can I persist session on shared database? If it does, how can I do? I searched the web, and found org.apache.wicket.protocol.http. SecondLevelCacheSessionStore.IClusteredPageStore I have an idea for implement

Re: About XML Injection

2020-04-10 Thread Shengche Hsiao
Yes, super thanks for detailed explanation On Sat, Apr 11, 2020 at 11:19 AM Martin Terra < martin.te...@koodaripalvelut.com> wrote: > la 11. huhtik. 2020 klo 5.58 Shengche Hsiao (shengchehs...@gmail.com) > kirjoitti: > > > Thanks Martin, I might misunderstand the repor

Re: About XML Injection

2020-04-10 Thread Shengche Hsiao
lue pairs > (application/x-www-form-urlencoded). > The server responds with XML that is processed by wicket-ajax.js. > How validation of the submit values could help with the XML injection ?! > > > On Thu, Apr 9, 2020 at 2:52 PM Shengche Hsiao > wrote: > > > Thank you, I'll

Re: About XML Injection

2020-04-09 Thread Shengche Hsiao
> Martin > > to 9. huhtik. 2020 klo 12.22 Shengche Hsiao (shengchehs...@gmail.com) > kirjoitti: > > > I got a report , it suggest our web site to deal with xml injection > issue. > > We use DropDownChoice with OnChangeAjaxBehavior to invoke another > &

Re: About XML Injection

2020-04-09 Thread Shengche Hsiao
tire payload or only check there value we need ? On Thu, Apr 9, 2020 at 4:57 PM Martin Grigorov wrote: > The images didn't make it to the mailing list. > Please use some online image paste bin. > > On Thu, Apr 9, 2020 at 11:33 AM Shengche Hsiao > wrote: > > > I got a repo

Re: About XML Injection

2020-04-09 Thread Shengche Hsiao
] and resulted in some abnormal response [image: image.png] As a result, I have to prevent the xml injection, do I check the entire payload or only check there value we need ? On Thu, Apr 9, 2020 at 4:11 PM Martin Grigorov wrote: > On Thu, Apr 9, 2020 at 11:09 AM Shengche Hsiao > wrote: > &

Re: About XML Injection

2020-04-09 Thread Shengche Hsiao
Yes, I need to know overriding which methods On Thu, Apr 9, 2020 at 16:03 Martin Grigorov wrote: > Hi, > > On Thu, Apr 9, 2020 at 10:27 AM ShengChe Hsiao wrote: > > > Dear all > > > > I use built-in ajax dropdownchoice component, it's default payload is xml > &

Re: About XML Injection

2020-04-09 Thread Shengche Hsiao
Thanks, I’ll figure it out On Thu, Apr 9, 2020 at 16:03 Martin Grigorov wrote: > Hi, > > On Thu, Apr 9, 2020 at 10:27 AM ShengChe Hsiao wrote: > > > Dear all > > > > I use built-in ajax dropdownchoice component, it's default payload is xml > > entity, bu

Re: About XML Injection

2020-04-09 Thread Shengche Hsiao
che-wicket.1842946.n4.nabble.com/Where-to-download-Javadoc-for-Wicket-8-x-td4683643.html#a4683654 > > ** > Martin > > to 9. huhtik. 2020 klo 10.55 Shengche Hsiao (shengchehs...@gmail.com) > kirjoitti: > > > I can checkout source from github, but I need some advise to start,

Re: About XML Injection

2020-04-09 Thread Shengche Hsiao
rtin > > to 9. huhtik. 2020 klo 10.27 ShengChe Hsiao (front...@gmail.com) > kirjoitti: > > > Dear all > > > > I use built-in ajax dropdownchoice component, it's default payload is xml > > ent

About XML Injection

2020-04-09 Thread ShengChe Hsiao
Dear all I use built-in ajax dropdownchoice component, it's default payload is xml entity, but if I need to prevent xml injection ,how can i do? ---> To boldly go where no man has gone before.

Re: Cookie SameSite issue

2020-01-23 Thread Shengche Hsiao
; We do this not because it is easy. We do this because it is hard. -------> ShengChe Hsiao ---> front...@gmail.com front...@tc.edu.tw ---> VoIP : 070-910-2450 --->

Re: Wired PageParameter issue

2020-01-22 Thread Shengche Hsiao
I found the cause , it's undertow's restiction. On Thu, Jan 23, 2020 at 12:23 AM ShengChe Hsiao wrote: > Dear all > > I transfer my website (Apache Wicket 8.5.0 + Oracle Server JRE 8 + Wildfly > 10) with new runtime environment: OpenJ9 11 and Wildfly 18.0.1 Final > > URL re

Wired PageParameter issue

2020-01-22 Thread ShengChe Hsiao
Dear all I transfer my website (Apache Wicket 8.5.0 + Oracle Server JRE 8 + Wildfly 10) with new runtime environment: OpenJ9 11 and Wildfly 18.0.1 Final URL redirectTo = new URL(request.getEndpointURI() + "?" + queryString); logger.info("\nRedirect To MOE OIDC : {}", redirectTo);

Re: Application not seri

2019-12-22 Thread Shengche Hsiao
ield on base page. > > > On Sat, Dec 21, 2019 at 9:03 AM ShengChe Hsiao wrote: > > > Dear all > > I faced a strange exception, the error message: > > > > A problem occurred while checking object with type: > > info.sls.WicketApplication > > > > Fi

Re: Application not seri

2019-12-22 Thread Shengche Hsiao
Yep, Thanks On Sun, Dec 22, 2019 at 3:29 PM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > By the way: your avatar made me remember good times sitting together with > my boy watching adventure times :-) > > On Sat, Dec 21, 2019 at 9:03 AM ShengChe Hsiao wrote: &g

Re: Application not seri

2019-12-20 Thread Shengche Hsiao
u need an Object, you need to make a > SerializableObject extends Object implements Serializabe ... > > Just study the stacktrace, it will become clear. > > ** > Martin > > la 21. jouluk. 2019 klo 8.03 ShengChe Hsiao (front...@gmail.com) > kirjoitti: > > > De

Application not seri

2019-12-20 Thread ShengChe Hsiao
Dear all I faced a strange exception, the error message: A problem occurred while checking object with type: info.sls.WicketApplication Field hierarchy is: 1 [class=info.sls.MapPage, path=1] private java.lang.Object org.apache.wicket.MarkupContainer.children [class=java.util.ArrayList]

Re: Cookie SameSite issue

2019-12-15 Thread Shengche Hsiao
Or instruct Tomcat to add the attribute for you: > > > https://stackoverflow.com/questions/57505939/how-to-set-samesite-cookie-in-tomcats-cookie-processor > > Have fun > Sven > > > Am 16. Dezember 2019 03:19:10 MEZ schrieb ShengChe Hsiao < > front...@gmail.com>: > >

Re: Cookie SameSite issue

2019-12-15 Thread Shengche Hsiao
cookie header instead. > Or instruct Tomcat to add the attribute for you: > > > https://stackoverflow.com/questions/57505939/how-to-set-samesite-cookie-in-tomcats-cookie-processor > > Have fun > Sven > > > Am 16. Dezember 2019 03:19:10 MEZ schrieb ShengChe Hsiao < >

Cookie SameSite issue

2019-12-15 Thread ShengChe Hsiao
Dear all Recently, I found chrome's developer console shows alert about cookie SameSite... A cookie associated with a cross-site resource at https://xxx../ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they

Re: Page inheritance

2019-05-14 Thread Shengche Hsiao
ethod to render those js/css resources and > override it with empty method ... > > On Wed, 15 May 2019 at 09:01, ShengChe Hsiao wrote: > > > > Dear Wicketers > > > > I have a basepage with headerpanel and footerpanel, every webpage were > > extends it

Page inheritance

2019-05-14 Thread ShengChe Hsiao
Dear Wicketers I have a basepage with headerpanel and footerpanel, every webpage were extends it. Now, I have a question, may I have a page extends basepage, and without output extended js and css files?

Re: About WicketStuff pdfjs usage

2018-12-27 Thread Shengche Hsiao
ed, 26 Dec 2018 at 20:21, ShengChe Hsiao wrote: > > > > Hello > > > > Dose anybody working with it and provides sample code? > > > > > > > > --

Re: About WicketStuff pdfjs usage

2018-12-27 Thread Shengche Hsiao
Okay, Thank you On Thu, Dec 27, 2018 at 2:51 PM Martin Grigorov wrote: > Hi, > > This component has been developed for Apache Isis - > https://github.com/isisaddons-legacy/isis-wicket-pdfjs > > On Wed, Dec 26, 2018 at 3:21 PM ShengChe Hsiao wrote: > > > Hello &

About WicketStuff pdfjs usage

2018-12-26 Thread ShengChe Hsiao
Hello Dose anybody working with it and provides sample code? ---> To boldly go where no man has gone before.

Re: Wicket 8 CsrfPrevention issue

2018-12-24 Thread Shengche Hsiao
I add custom original url, and it works! getRequestCycleListeners().add(new CsrfPreventionRequestCycleListener().addAcceptedOrigin("mydomain")); On Mon, Dec 24, 2018 at 9:26 AM Shengche Hsiao wrote: > Thanks Papegaaji, let me try. > > On Sun, Dec 23, 2018 at 8:32 PM Emond

Re: Wicket 8 CsrfPrevention issue

2018-12-23 Thread Shengche Hsiao
> Best regards, > Emond Papegaaij > > On Sat, Dec 22, 2018 at 7:31 PM Chris Turchin wrote: > > > > This might help: > > > https://stackoverflow.com/questions/46337253/apache-reverse-proxy-and-wicket-csrfpreventionrequestcyclelistener > > > > On Sat, Dec

Wicket 8 CsrfPrevention issue

2018-12-21 Thread ShengChe Hsiao
Dear all I use apache httpd as wildlfy's backend proxy server to redirect http request to https request, when i add CsrfPreventionRequestCycleListener to my application , it showd error message: [org.apache.wicket.protocol.http.CsrfPreventionRequestCycleListener] (default task-48) Possible CSRF

Re: Ajax add listview item into form issue

2018-11-27 Thread Shengche Hsiao
Thanks, Martin. On Tue, Nov 27, 2018 at 16:36 Martin Grigorov wrote: > Hi, > > Please read > > http://wicketinaction.com/2008/10/repainting-only-newly-created-repeater-items-via-ajax/ > > On Tue, Nov 27, 2018 at 10:29 AM ShengChe Hsiao > wrote: > > > Dears &g

Ajax add listview item into form issue

2018-11-27 Thread ShengChe Hsiao
Dears I have a form with listview which dynamically add TextField in it, but when i enter some text in other fields and click add button to add TextField in listview, the form cleared and I don't want this, do you have any suggestions? redirecturis = new ListView("rows",

Re: jQuery version 3.*

2018-05-28 Thread Shengche Hsiao
May 26, 2018 at 11:01 PM, ShengChe Hsiao <front...@gmail.com> > wrote: > > Dear All > > > > How do I assign/force jQuery version in Wicket Project? > > > > > > > > ---

jQuery version 3.*

2018-05-26 Thread ShengChe Hsiao
Dear All How do I assign/force jQuery version in Wicket Project? ---> To boldly go where no man has gone before.

Re: Wicket and dynamic adding form compoment

2018-04-06 Thread Shengche Hsiao
public List getRedirecturi() { return redirecturi; } public void setRedirecturi(List redirecturi) { this.redirecturi = redirecturi; } } On Fri, Apr 6, 2018 at 8:53 AM, Shengche Hsiao <shengchehs...@gmail.com> wrote: > Thanks, Maxim. > > On Fri, Apr 6,

Re: Wicket and dynamic adding form compoment

2018-04-05 Thread Shengche Hsiao
Thanks, Maxim. On Fri, Apr 6, 2018 at 8:45 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: > The idea is: to > create list > Draw it > On button click add another item to list > Redraw it > > WBR, Maxim > (from mobile, sorry for the typos) > > On Fr

Re: Wicket and dynamic adding form compoment

2018-04-05 Thread Shengche Hsiao
> > On Fri, Apr 6, 2018, 06:56 Shengche Hsiao <shengchehs...@gmail.com> wrote: > > > Because I don't know how many rows users may required. > > > > But using invisible input is an bright way to do, thank you Maxim. > > > > On Thu, Apr 5, 2018 at 11:33 PM,

Re: Wicket and dynamic adding form compoment

2018-04-05 Thread Shengche Hsiao
) > And show it onclick? > > On Thu, Apr 5, 2018 at 8:39 PM, Shengche Hsiao <shengchehs...@gmail.com> > wrote: > > Dear All > > > > > > I want to design a form with an button, that when click it will produce a > > new input text filed within form, and

Wicket and dynamic adding form compoment

2018-04-05 Thread Shengche Hsiao
? -- ---> We do this not because it is easy. We do this because it is hard. ---> ShengChe Hsiao ---> front...@gmail.

Re: strange error

2018-02-27 Thread Shengche Hsiao
dear all I solved the problem , because NPE occurs in AuthSession#getRoles, thanks On Tue, Feb 27, 2018 at 8:47 PM, Shengche Hsiao <shengchehs...@gmail.com> wrote: > Thanks, I did it last night, but it did not work. Let me add another > breakpoint. > > On Tue, Feb 27, 20

Re: strange error

2018-02-27 Thread Shengche Hsiao
hrown. > > Met vriendelijke groet, > Kind regards, > > Bas Gooren > > Op 27 februari 2018 bij 13:25:56, Shengche Hsiao (shengchehs...@gmail.com) > schreef: > > Hi there, > > I wrote a wicket-based application , users write some info on page A and > submit to pa

strange error

2018-02-27 Thread Shengche Hsiao
by: java.lang.NullPointerException Please give me some entry point to solve it. -- ---> We do this not because it is easy. We do this because it is hard. ---> ShengChe

Re: Apache Wicket form components and Optional

2018-02-13 Thread Shengche Hsiao
Dear Sven Thanks On Wed, Feb 14, 2018 at 12:32 AM, Sven Meier <s...@meiers.net> wrote: > Hi, > > no, that won't work. > > You'll have to create your own model implementation, that unwraps value of > an optional. > > Have fun > Sven > > > Am 13.02.2018

Apache Wicket form components and Optional

2018-02-13 Thread Shengche Hsiao
do this not because it is easy. We do this because it is hard. ---> ShengChe Hsiao ---> front...@gmail.com front...@

Re: Wicket Metrics

2017-12-24 Thread Shengche Hsiao
? > > kind regards > > Tobias > > > Am 24.12.2017 um 14:20 schrieb Shengche Hsiao <shengchehs...@gmail.com>: > > > > Here is my project structure > > src > > -main > > java > > resources &g

Re: Wicket Metrics

2017-12-24 Thread Shengche Hsiao
Here is my project structure src -main java resources META-INF aop.xml webapp WEB-INF On Sun, Dec 24, 2017 at 7:58 PM, Shengche Hsiao <shengchehs...@gmail.com> wrote: > OK, let me check,

Re: Wicket Metrics

2017-12-24 Thread Shengche Hsiao
. > > kind regards > > Tobias > > > Am 24.12.2017 um 10:48 schrieb Shengche Hsiao <shengchehs...@gmail.com>: > > > > Dear Tobias > > > > This is my aop.xml location, and I am using Wildfly 10 as ee container. > > > > > > > >>

Re: Wicket Metrics

2017-12-24 Thread Shengche Hsiao
You have to add it > and the mentioned aspect so that Wicket Metrics is able to work. See the > documentation how to setup here: > > https://ci.apache.org/projects/wicket/guide/8.x/single.html#_example_setup > > kind regards > > Tobias > > > Am 23.12.2017 um 19:04 schrieb Shengc

Wicket Metrics

2017-12-23 Thread Shengche Hsiao
uggestions? -- ---> We do this not because it is easy. We do this because it is hard. ---> ShengChe Hsiao ---> front...@gmail.com

Re: Christmas / new year [NON-BIZ]

2016-12-24 Thread Shengche Hsiao
聖誕快樂,Taiwan version。 On Dec 24, 2016 21:46, "Martin Grigorov" wrote: > Merry Christmas ! > > On Dec 24, 2016 1:33 PM, "Tobias Soloschenko" < > tobiassolosche...@googlemail.com> wrote: > > Hi all, > > I wish you a merry christmas and happy new year. :-) > > kind

Re: Wicket Bootstrap 0.9.18 & 0.10.8 are released

2016-08-17 Thread ShengChe Hsiao
Great job! ---> To boldly go where no man has gone before. ---> We do this not because it is

Re: Announce: Enjoying Web Development with Wicket (4th edition)

2015-08-30 Thread Shengche Hsiao
Great, thanks. On Aug 30, 2015 7:42 PM, Kent Tong kent.tong...@gmail.com wrote: Hi, I've updated my book to cover Wicket v7 (and v6). Sample chapters are freely available at http://www.ttdev.com/EWDW Below are the changes from the 3rd edition: * Updated for Wicket v7. * Added a new

Re: Google Map using Wicket

2015-07-02 Thread Shengche Hsiao
Try https://github.com/wicketstuff/core/wiki On 07:10, Fri, Jul 3, 2015 nazeem md.naz...@gmail.com wrote: Thank you for pointing. I found so many other projects which are good ones. But no way to reach these links from wicket site ? -- View this message in context:

Re: put Javascript in HTML body

2015-02-01 Thread Shengche Hsiao
. --- ShengChe Hsiao --- front...@gmail.com front...@tc.edu.tw --- VoIP : 070-910-2450 ---

Page Expired

2014-12-29 Thread Shengche Hsiao
suggestions? -- --- We do this not because it is easy. We do this because it is hard. --- ShengChe Hsiao

Apache wicket integrate with java fx2

2014-10-06 Thread Shengche Hsiao
Dear all I have an fx2 application embed in web page which access client's cdc certificate. But I cannot write the correct resources, such as *.jar, *.jnlp, any suggestions ?

Radio Button

2014-03-06 Thread Shengche Hsiao
? -- --- We do this not because it is easy. We do this because it is hard. --- ShengChe Hsiao

Re: Radio Button

2014-03-06 Thread Shengche Hsiao
sorry, I am idiot! I forgot to assign an model to it. On Fri, Mar 7, 2014 at 11:53 AM, Shengche Hsiao shengchehs...@gmail.comwrote: Suppose I have a map (data source from db and have unknown size) as follows final MapString, String data = new HashMap(); data.put(TEST1

Re: How to set meta tags prroperty for facebook and Open Graph?

2014-03-03 Thread Shengche Hsiao
...@wicket.apache.org -- --- We do this not because it is easy. We do this because it is hard. --- ShengChe Hsiao

Re: Apache wicket project as osgi compoments

2014-02-09 Thread Shengche Hsiao
. If a user wasn't given the permission for module A, so be it :) On Feb 4, 2014, at 7:49 PM, Shengche Hsiao shengchehs...@gmail.com wrote: Hello Thanks for reply, indeed I plan to implement my wicket project in osgi way! But I don't know how to start it, thanks for hyper links, I'll check

Re: Memory leaks best practices

2014-02-06 Thread Shengche Hsiao
-- --- We do this not because it is easy. We do this because it is hard. --- ShengChe Hsiao --- front...@gmail.com front

Re: Modularity in Wicket Application

2014-02-05 Thread Shengche Hsiao
Hello What's the difference of PF4J and osgi ? On Feb 6, 2014 6:37 AM, Martin Grigorov mgrigo...@apache.org wrote: Hi, Look in the archives for plugin and IInitializer. Wicket's IInitializer is very simple solution for this. Also Decebal Suiu have implemented

Apache wicket project as osgi compoments

2014-02-04 Thread Shengche Hsiao
. --- ShengChe Hsiao --- front...@gmail.com front...@tc.edu.tw --- VoIP : 070-910-2450 ---

Re: Apache wicket project as osgi compoments

2014-02-04 Thread Shengche Hsiao
? On Tue, Feb 4, 2014 at 10:44 PM, Richard W. Adams rwada...@up.com wrote: Depends what you mean by disable. You could dynamically decide not to call them, if that's what you want. From: Shengche Hsiao shengchehs...@gmail.com To: Wicket User Mailinglist users@wicket.apache.org Date

Re: Apache wicket project as osgi compoments

2014-02-04 Thread Shengche Hsiao
-- --- We do this not because it is easy. We do this because it is hard. --- ShengChe Hsiao

Re: wicket-bootstrap and another webjars components

2013-11-25 Thread Shengche Hsiao
Thans Martin On Nov 25, 2013 5:36 PM, Martin Grigorov mgrigo...@apache.org wrote: Hi, I've proposed a fix in wicket-webjars project (Pull Request 4). Thanks for your help! On Sat, Nov 23, 2013 at 5:06 AM, Shengche Hsiao shengchehs...@gmail.com wrote: This is the quickstart on git hub

Re: wicket-bootstrap and another webjars components

2013-11-22 Thread Shengche Hsiao
This is the quickstart on git hub https://github.com/Shengche/webjars-wicket - We do this not because it is easy. We do this because it is hard. -- View this message in context:

Re: wicket-bootstrap and another webjars components

2013-11-21 Thread Shengche Hsiao
reference broken but bootstrap related js. On 2013/11/21 下午 03:40, Martin Grigorov wrote: Hi, It looks like you use wrong version of webjars-ace. I found 07.31.2013 On Thu, Nov 21, 2013 at 6:55 AM, Shengche Hsiao shengchehs...@gmail.com wrote: Hi all I successfully implemented two

Re: wicket-bootstrap and another webjars components

2013-11-21 Thread Shengche Hsiao
Hello all I recreated my project with maven quickstart, it works fine. So I replaced the dependencies in my broken application with maven quickstart, and it works! Table below shows the dependencies of two applications. +--- Broken

wicket-bootstrap and another webjars components

2013-11-20 Thread Shengche Hsiao
Hi all I successfully implemented two projects, one project used apache wicket 6.11.0 with wicket-bootstrap 0.8.4 another used apache wicket 6.11.0 with webjars component - ace 2017.07.31! But, when I create a new project with apache wicket 6.11.0 with wicket-bootstrap and ace, the ace js

Re: wicket-bootstrap and another webjars components

2013-11-20 Thread Shengche Hsiao
related js. On 2013/11/21 下午 03:40, Martin Grigorov wrote: Hi, It looks like you use wrong version of webjars-ace. I found 07.31.2013 On Thu, Nov 21, 2013 at 6:55 AM, Shengche Hsiao shengchehs...@gmail.comwrote: Hi all I successfully implemented two projects, one project used apache wicket

Re: Apache Wicket + Ace Editor

2013-06-10 Thread Shengche Hsiao
, What kind of problems you faced ? On Mon, Jun 10, 2013 at 8:51 AM, Shengche Hsiao [hidden email] /user/SendEmail.jtp?type=nodenode=4659310i=0 wrote: Hello everyone I want to integrate ace editor into my wicket project, but after gooogled I failed to do it. Is anyone give my some

Re: Apache Wicket + Ace Editor

2013-06-10 Thread Shengche Hsiao
Hi Martin Thanks for your help, I'll check it out! On Mon, Jun 10, 2013 at 4:26 PM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, On Mon, Jun 10, 2013 at 10:45 AM, Shengche Hsiao shengchehs...@gmail.com wrote: Hello Martin My project wants to implement java code editor on web, so

Apache Wicket + Ace Editor

2013-06-09 Thread Shengche Hsiao
Hello everyone I want to integrate ace editor into my wicket project, but after gooogled I failed to do it. Is anyone give my some advise? - We do this not because it is easy. We do this because it is hard. -- View this message in context: