RE: Location of wicket-ajax.js

2008-02-29 Thread Chris Colman
How do I force a page to be stateful? I tried that by adding a TextField - still no joy. no. webpage is the correct choice. as a workaround you can make the page stateful -igor On Fri, Feb 29, 2008 at 1:04 PM, Chris Colman [EMAIL PROTECTED] wrote: The class derives

RE: Location of wicket-ajax.js

2008-03-01 Thread Chris Colman
/servlet servlet-mapping servlet-nameMyServer/servlet-name url-pattern/content/*/url-pattern /servlet-mapping -Matej On Sat, Mar 1, 2008 at 7:19 AM, Chris Colman [EMAIL PROTECTED] wrote: How do I force a page to be stateful? I tried that by adding a TextField

RE: Markup Reloading

2008-03-01 Thread Chris Colman
I have a similar problem but it's to do with creating new markup variations - each new one I add requires a server restart for it to be detected. Apparently customers don't like that for some strange reason =) I think your problem is easily solved - you just have to run you production server in

RE: Markup Reloading

2008-03-01 Thread Chris Colman
On Sat, Mar 1, 2008 at 3:10 PM, Chris Colman [EMAIL PROTECTED] wrote: I have a similar problem but it's to do with creating new markup variations - each new one I add requires a server restart for it to be detected. Apparently customers don't like that for some strange reason =) we

RE: Markup Reloading

2008-03-01 Thread Chris Colman
Thanks, I'll give that a go. i think it is: getapplication().getmarkupsettings().getmarkupcache().clear(); which will clear the entire cache. there is also a jmx hook. -igor On Sat, Mar 1, 2008 at 3:25 PM, Chris Colman [EMAIL PROTECTED] wrote: On Sat, Mar 1, 2008 at 3:10 PM

RE: Location of wicket-ajax.js

2008-03-01 Thread Chris Colman
I kinda miss the point of this entire thread? What exactly doesn't work? Are you getting no javascript references written to your head/head section? Correct. How did you map the WicketFilter? Whoooh! I think you might have found the problem for us. Unfortunately we still have the

RE: Wicket id in component

2008-03-02 Thread Chris Colman
first you have to realize that this is a corner case. doing constructor injection with actual component instances is pretty rare. I find myself wanting to do it quite often with side-bar panels that contain a mix optional items I find that also - a whole branch of the page hierarchy need

RE: wicke quickstart

2008-03-02 Thread Chris Colman
I found the wicket-examples directory in the wicket 1.3.1 zip. We've got that building an running now. Thanks, Chris still there in svn, and there is also a maven archetype...http://wicket.apache.org/quickstart.html -igor On Sun, Mar 2, 2008 at 3:09 PM, Chris Colman [EMAIL PROTECTED

maven surefile issue

2008-03-02 Thread Chris Colman
We store markup in a separate external directory to the source code and it works all well compiling under ant but we're now compiling wicket-examples using maven and we've moved the markup into an external directory and maven now complains that the markup files can't be found. Is there a way to

RE: maven surefile issue

2008-03-02 Thread Chris Colman
Or don't store the markup in an external directory. It will make building reusable components a lot harder. ...and make it mandatory to bounce the enterprise web app whenever a designer makes a change to the markup which is not an option for this app unfortunately.

Parameters as /param-name/param-value over traditional query strings

2008-03-06 Thread Chris Colman
I've been using wicket for quite some time now and I just have a question regarding the reason why wicket parameters are sent as a sequence of /param-name/param-value/ pairs instead of the traditional ?param-name=param-value etc., query strings. Was the reason that it was believed that /p/v

Inheritance at the panel level

2008-05-29 Thread Chris Colman
I know markup inheritance (wicket:child/wicket:child) works at the Page level but does wicket also support markup inheritance at the in Panel level? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: Sanity check. Can't inject DAO

2008-05-29 Thread Chris Colman
Pardon my possible ignorance but didn't the need to use DAOs evaporate once transparent persistence (eg., Hibernate, JDO) hit the streets a few years back? I always thought the DAO architecture was what we used in the old days in the absence of mature transparent persistence solutions when we had

RE: Inheritance at the panel level

2008-05-29 Thread Chris Colman
Great news, thanks! Yes, all components support markup inheritance. Give it a try! On Thu, May 29, 2008 at 9:14 PM, Chris Colman [EMAIL PROTECTED] wrote: I know markup inheritance (wicket:child/wicket:child) works at the Page level but does wicket also support markup inheritance

RE: Sanity check. Can't inject DAO

2008-05-29 Thread Chris Colman
:19 PM, Chris Colman [EMAIL PROTECTED] wrote: Pardon my possible ignorance but didn't the need to use DAOs evaporate once transparent persistence (eg., Hibernate, JDO) hit the streets a few years back? I always thought the DAO architecture was what we used in the old days in the absence

RE: Serving wicket JS from CDN?

2014-01-25 Thread Chris Colman
implementation to this: http://techblog.molindo.at/2011/03/serving-wicket-resources-from-cdn.ht ml Regards, Jan Von: Chris Colman [chr...@stepaheadsoftware.com] Gesendet: Dienstag, 2. April 2013 19:27 An: users@wicket.apache.org Betreff: Serving wicket JS from

Make wicket fetch js from different server

2014-01-31 Thread Chris Colman
What is involved in telling wicket to fetch its js (jquery etc) from a different server. It doesn't have to be a true CDN server just a different server to the one the wicket app is running on. Would this require using wicket-cdn or is there an easy way to just tell wicket to fetch its js from a

RE: Make wicket fetch js from different server

2014-02-01 Thread Chris Colman
, getJavaScriptLibrarySettings().setJQueryReference(new UrlResourceReference(some url)) Martin Grigorov Wicket Training and Consulting On Sat, Feb 1, 2014 at 8:02 AM, Chris Colman chr...@stepaheadsoftware.comwrote: What is involved in telling wicket to fetch its js (jquery etc) from a different server

Wicket Modals and Bootstrap Modals - sizing issues

2014-02-17 Thread Chris Colman
We are using Wicket with Bootstrap which is fine except for modal window. With Wicket it appears as though the modal window provides all the markup for the out modal 'window'. We can provide HTML for the panels within that but the outer modal seems to be Wicket generated. This seems to be

RE: Wicket Modals and Bootstrap Modals - sizing issues

2014-02-18 Thread Chris Colman
either use LESS/SASS to generate different rules for the different screens or with CSS media queries. Martin Grigorov Wicket Training and Consulting On Tue, Feb 18, 2014 at 8:04 AM, Chris Colman chr...@stepaheadsoftware.comwrote: We are using Wicket with Bootstrap which is fine except for modal

Header contributions from component in modal window

2014-03-22 Thread Chris Colman
in this 'generic' way. Is there any work around for this? Yours sincerely, Chris Colman Pagebloom Team Leader, Step Ahead Software pagebloom - your business your website growing together Sydney: (+61 2) 9656 1278 Canberra: (+61 2) 6100 2120 Email: chr...@stepahead.com.au mailto

Wicke website makeover time?

2014-11-11 Thread Chris Colman
Hi fellow wicketeers! We all know that Wicket has to be the most awesome and productive Java UI framework around but I am worried when I point new clients to the Wicket website because it's look and feel is possibly a little dated or '2007ish style'. I feel like the look and feel of the Wicket

RE: Wicke website makeover time?

2014-11-12 Thread Chris Colman
/limitations. Regards, Chris -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Wednesday, 12 November 2014 7:21 PM To: users@wicket.apache.org Subject: Re: Wicke website makeover time? Hi, On Wed, Nov 12, 2014 at 9:45 AM, Chris Colman chr...@stepaheadsoftware.com

RE: Wicke website makeover time?

2014-11-12 Thread Chris Colman
at 9:45 AM, Chris Colman chr...@stepaheadsoftware.com wrote: Hi fellow wicketeers! We all know that Wicket has to be the most awesome and productive Java UI framework around but I am worried when I point new clients to the Wicket website because it's look and feel is possibly a little dated

RE: Wicke website makeover time?

2014-11-12 Thread Chris Colman
workflow... Martijn On Wed, Nov 12, 2014 at 9:21 AM, Martin Grigorov mgrigo...@apache.org wrote: Hi, On Wed, Nov 12, 2014 at 9:45 AM, Chris Colman chr...@stepaheadsoftware.com wrote: Hi fellow wicketeers! We all know that Wicket has to be the most awesome and productive

RE: Wicke website makeover time?

2014-11-14 Thread Chris Colman
I think a multi phase approach might have more chance of success - as I said in my immediate previous post if we could live with jekyll source for phase one (even though it may not be ideal) then we can keep most of the current content source 'as is' and simply choose a decent modern

RE: Wicke website makeover time?

2014-11-14 Thread Chris Colman
much. -- Guillaume On Fri, Nov 14, 2014 at 1:14 PM, Chris Colman chr...@stepaheadsoftware.com wrote: I think a multi phase approach might have more chance of success - as I said in my immediate previous post if we could live with jekyll source for phase one (even though it may not be ideal

RE: Wicke website makeover time?

2014-11-14 Thread Chris Colman
://people.apache.org/~dashorst/wicket-flat/ It's clean and has personnality. The only thing IMHO is that a one page design for this amount of information is perhaps a bit too much. -- Guillaume On Fri, Nov 14, 2014 at 1:14 PM, Chris Colman chr...@stepaheadsoftware.com wrote: I think a multi phase

RE: Wicke website makeover time?

2014-11-14 Thread Chris Colman
Wow! Martijn has already done what I was suggesting we already do - except I was proposing Bootstrap but Martijn's work looks excellent with whatever CSS it's using. I didn't realize that there was such an active JIRA already covering this. So this worries me - why isn't Martijn's work live

RE: Wicke website makeover time?

2014-11-14 Thread Chris Colman
Sorry, for the confusion - I realize now that I was referring to Chris J Lee's fork of Martijn's work. I cloned Chris J Lee's fork and ran Jekyll on it and looks very modern and sexy indeed. -Original Message- From: Chris Colman [mailto:chr...@stepaheadsoftware.com] Sent: Saturday, 15

RE: Wicke website makeover time?

2014-11-15 Thread Chris Colman
I think the very first priority now is to decide which Github repository should be the official one for this task. I think this should be Martijn's repository merged with all the changes made by Chris. I agree: Chris J Lee's changes integrate Foundation which I have found to be an excellent

Request for static resource creating a session in 6.13.0+

2014-12-23 Thread Chris Colman
Up to version 6.12.0 we were not seeing any session being established when static resources were being requested - which is desirable because often search engines will hit thousands of times a day and most don't use cookies or session rewriting so we end up creating a new session for every static

RE: Error building wicket-6.19.0 from src

2015-02-18 Thread Chris Colman
Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Feb 17, 2015 at 9:28 PM, Chris Colman chr...@stepaheadsoftware.com wrote: Here's a solution to the clirr problem that should continue to work on OSes with a different slant (/) on life ;) (BTW all of our servers

Error building wicket-6.19.0 from src

2015-02-12 Thread Chris Colman
I get the following error when I try to compile the 6.19.0 source code: [ERROR] 7014: org.apache.wicket.feedback.FeedbackCollector: Method 'public java.util.List collect()' is now final [ERROR] 7014: org.apache.wicket.feedback.FeedbackCollector: Method 'public java.util.List

RE: Error building wicket-6.19.0 from src

2015-02-17 Thread Chris Colman
it (unless it breaks the less-problematic OS-es) Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Feb 13, 2015 at 10:30 PM, Chris Colman chr...@stepaheadsoftware.com wrote: There is a comment about this issue in the parent pom.xml. For anyone else

RE: Error building wicket-6.19.0 from src

2015-02-13 Thread Chris Colman
-5836 kind regards Tobias Am 13.02.15 um 18:43 schrieb Chris Colman: I'm compiling on Windows 8.1 64bit if that makes any difference. A few years ago there was an issue with clirr due to a forward slash/backslash issue which caused it to compile ok on Linux/Mac but fail on Windows

RE: Error building wicket-6.19.0 from src

2015-02-13 Thread Chris Colman
. https://github.com/apache/wicket/commits/wicket-6.x/wicket- core/src/main/java/org/apache/wicket/feedback/FeedbackCollector.java Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Feb 12, 2015 at 12:59 PM, Chris Colman chr...@stepaheadsoftware.com wrote

RE: Error building wicket-6.19.0 from src

2015-02-13 Thread Chris Colman
I pulled it from git. I'm trying to compile while on the 6.19.0 branch. Regards, Chris -Original Message- From: Andrea Del Bene [mailto:an.delb...@gmail.com] Sent: Thursday, 12 February 2015 11:21 PM To: users@wicket.apache.org Subject: Re: Error building wicket-6.19.0 from src

RE: Error building wicket-6.19.0 from src

2015-02-13 Thread Chris Colman
in a ticket: https://issues.apache.org/jira/browse/WICKET-5836 kind regards Tobias Am 13.02.15 um 18:43 schrieb Chris Colman: I'm compiling on Windows 8.1 64bit if that makes any difference. A few years ago there was an issue with clirr due to a forward slash/backslash issue which

RE: Error building wicket-6.19.0 from src

2015-02-13 Thread Chris Colman
, 2015 at 10:18 PM, Chris Colman chr...@stepaheadsoftware.com wrote: Unfortunately that wasn't it! I uninstalled Java 1.8 and reverted to Java 1.7.0_55 and the same problem occurs. I switched to the 6.x branch (currently 6.20.0) and it still occurs. -Original Message

RE: Error building wicket-6.19.0 from src

2015-02-13 Thread Chris Colman
Unfortunately that wasn't it! I uninstalled Java 1.8 and reverted to Java 1.7.0_55 and the same problem occurs. I switched to the 6.x branch (currently 6.20.0) and it still occurs. -Original Message- From: Chris Colman [mailto:chr...@stepaheadsoftware.com] Sent: Saturday, 14 February

Training slides/presentation for work colleagues?

2015-06-02 Thread Chris Colman
Given that I rave about Wicket so much to most of the developers at one of my clients I was asked to give a presentation on the benefits of Wicket to the Java development team. Does anyone know of an up to date (Wicket 6) slide presentation or similar that I could use for this? I could create my

RE: Training slides/presentation for work colleagues?

2015-06-02 Thread Chris Colman
-2010). Martijn On Tue, Jun 2, 2015 at 10:23 AM, Chris Colman chr...@stepaheadsoftware.com wrote: Given that I rave about Wicket so much to most of the developers at one of my clients I was asked to give a presentation on the benefits of Wicket to the Java development team. Does anyone know

RE: Wicket 8 GA for production

2017-10-10 Thread Chris Colman
I also believe Wicket could really benefit from marketing. Some real world experiences/comparisons could be useful to add to any marketing efforts: After working on Wicket projects since 2008 in a recent contract I had to use Angular JS in a project - OMG!!! It was as painful as pulling teeth

AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-06 Thread Chris Colman
I have a ListChoice with a ProperyModel and I have added a AjaxFormComponentUpdatingBehavior to cause the model object to be updated 'live' (i.e. whenever the selection is changed rather than waiting for form submit) via: myListChoice.add(new AjaxFormComponentUpdatingBehavior("onchange")

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-06 Thread Chris Colman
I also tried it without the leading 'on' in 'onchange' > -Original Message- > From: Chris Colman [mailto:chr...@stepaheadsoftware.com] > Sent: Friday, 6 October 2017 10:12 PM > To: users@wicket.apache.org > Subject: AjaxFormComponentUpdatingBehavior not triggering L

RE: exemples are down

2017-10-14 Thread Chris Colman
:) > > WBR, Maxim > (from mobile, sorry for the typos) > > On Oct 13, 2017 01:05, "Chris Colman" <chr...@stepaheadsoftware.com> > wrote: > > > > > > Yes, this is known. > > > > > > We work on the new hosting - a VM ma

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-11 Thread Chris Colman
the wicket jQuery with an empty.js resource or even pull in the bootstrap > one instead (e.g.: bootstrap script file instead of wickets jquery only > script), so only 1 jQuery gets executed. Also the migrate you use is quite > old, I would suggest 1.4.1; > > Best, > >

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-11 Thread Chris Colman
hese JS script resources? > Maybe you want to publish the quickstart? > > - Ursprüngliche Mail - > > Von: "Chris Colman" <chr...@stepaheadsoftware.com> > > An: users@wicket.apache.org > > Gesendet: Mittwoch, 11. Oktober 2017 10:06:23 > > Betreff

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-11 Thread Chris Colman
.js resource or even pull in the bootstrap > one instead (e.g.: bootstrap script file instead of wickets jquery only > script), so only 1 jQuery gets executed. Also the migrate you use is quite > old, I would suggest 1.4.1; > > Best, > > KB > > > - Ursprüngliche Mail -

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-11 Thread Chris Colman
h the quickstart? > > - Ursprüngliche Mail - > > Von: "Chris Colman" <chr...@stepaheadsoftware.com> > > An: users@wicket.apache.org > > Gesendet: Mittwoch, 11. Oktober 2017 10:06:23 > > Betreff: RE: AjaxFormComponentUpdatingBehavior not trigg

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-11 Thread Chris Colman
FireFox doesn't seem to handle. So by specifying a mount path for the login page or by using (the proper approach) continueToOriginalDestination() to return after intercept then the problem does not occur. > -----Original Message- > From: Chris Colman [mailto:chr...@stepaheadsoftware.com]

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-07 Thread Chris Colman
pdatingBehavior not triggering ListChoice > model update in Firefox in Wicket 7.9.0 > > Hi, > > I've tried your code but everything works fine. Maybe your FF has an add- > on > that causes the problem ? > > On Fri, Oct 6, 2017 at 1:21 PM, Chris Colman > <chr...@ste

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-07 Thread Chris Colman
gt; Subject: Re: AjaxFormComponentUpdatingBehavior not triggering ListChoice > model update in Firefox in Wicket 7.9.0 > > Hi, > > I've tried your code but everything works fine. Maybe your FF has an add- > on > that causes the problem ? > > On Fri, Oct 6, 2017 at 1:21 PM, Ch

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-11 Thread Chris Colman
directToInterceptPage. but when the action URL is generated after a "continue after intercept" to a page that is mounted at '/' then the action URL is generated with the ..? prefix instead of ./?. While Chrome can handle ..? it appears Firefox does not but works fine wit

RE: Wicket 8 GA for production

2017-10-11 Thread Chris Colman
Recently I mentioned Wicket to a product manager - and his reply indicated that he thought Wicket was for UI's but was actually a different programming language! I quickly pointed out that it's the SAME language as they've used forever - Java! And that's the point! You can build your domain

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-10 Thread Chris Colman
I've made some progress. I have created a cut down app that produces a similar page to the troublesome one in the large app that exhibits the problem - except I can't make the cut down app exhibit the problem yet ;) ... but I have found a suble difference between the two apps: It seems to be

RE: exemples are down

2017-10-12 Thread Chris Colman
> Yes, this is known. > > We work on the new hosting - a VM managed by Apache Infra. > > > Hi, > > > > https://examples7x.wicket.apache.org/app > > connection is not secure > > > > https://examples6x.wicket.apache.org/app > > connection is not secure If you need to secure a site via https to

RE: Wicket Example

2017-11-17 Thread Chris Colman
I just noticed this link is also down at the moment: http://examples6x.wicket.apache.org/ajax/tabbed-panel but if you go to: http://examples6x.wicket.apache.org/wicket-examples/index.html and click 'Ajax' then 'Tabbed Panel' you arrive a working tabbed-panel page:

RE: ListView

2018-06-18 Thread Chris Colman
fun > Sven > > > > Am 18.06.2018 um 21:26 schrieb Chris Colman: > > I have an interesting List related challenge - I'm using > > RefreshingView and having trouble when adding new rows. > > > > The problem is a repeating view within a repeating vie

RE: ListView

2018-06-18 Thread Chris Colman
> I don't see a reason why your challenge shouldn't work. > > What happens if you reload the page (F5) after adding via > Ajax? Do the missing cells show up? > > Have fun > Sven > > > > Am 18.06.2018 um 21:26 schrieb Chris Colman: > > I have an int

RE: ListView

2018-06-18 Thread Chris Colman
t; > Have fun > Sven > > > Am 18.06.2018 um 22:11 schrieb Chris Colman: > > Is a single ajaxtarget.add(outerWebMarkupContainer) > sufficient or do I > > somehow have to locate the inner WebMarkupContainer in the > right hand > > cell in the new row and a

RE: ListView

2018-06-18 Thread Chris Colman
I have an interesting List related challenge - I'm using RefreshingView and having trouble when adding new rows. The problem is a repeating view within a repeating view i.e. I have a table with two columns. Each row is populated by the RefreshingView. The cells in the right hand column contain

RE: ListView

2018-06-18 Thread Chris Colman
hy your challenge shouldn't work. > > What happens if you reload the page (F5) after adding via > Ajax? Do the missing cells show up? > > Have fun > Sven > > > > Am 18.06.2018 um 21:26 schrieb Chris Colman: > > I have an interesting List related challenge

Responsive bootstrap modal in standard Wicket 6.x

2018-08-05 Thread Chris Colman
We use modals extensively in one of our apps that uses Wicket 6.x but the HTML rendered is obviously not tailored for bootstrap and so the modal does not act responsively (responsibly :) ) on smaller devices. I'm aware of the excellent Wicket - Bootstrap library (as we use that on another

RE: An open source git server written with Wicket

2019-01-27 Thread Chris Colman
Wow, that looks amazing! Which component are you using to display the source code - it looks very nice. > -Original Message- > From: Robin Shen [mailto:ro...@pmease.com] > Sent: Monday, 7 January 2019 10:25 AM > To: users@wicket.apache.org > Subject: An open source git server written

Undesirable decoding of URL encoded external URL using RedirectToUrlException

2019-02-25 Thread Chris Colman
I am using: throw new RedirectUrlException(externalUrl); to redirect to an external URL (i.e. https://hostname/path?param1=value1=value2 etc.,) In constructing the URL I have used java.net.URLEncoder.encode() to individual encode the values in each of the query parameters.

RE: Undesirable decoding of URL encoded external URL using RedirectToUrlException

2019-02-27 Thread Chris Colman
then Wicket will not do its extra logic > in > org.apache.wicket.protocol.http.servlet.ServletWebResponse#encodeRedirec tU > RL() > and all should be fine. > > On Mon, Feb 25, 2019 at 8:13 PM Chris Colman > > wrote: > > > I am using: > > > > > > > > throw new R

RE: Undesirable decoding of URL encoded external URL using RedirectToUrlException

2019-02-27 Thread Chris Colman
thinking that may I could use SC_TEMPORARY_REDIRECT instead but that results in a: java.lang.IllegalStateException: Status must be either 301, 302 or 303, but was: 307 > -Original Message- > From: Chris Colman [mailto:chr...@stepaheadsoftware.com] > Sent: Wednesday, 27 February 201

RE: Undesirable decoding of URL encoded external URL using RedirectToUrlException

2019-02-27 Thread Chris Colman
} } catch (IOException var3) { throw new WicketRuntimeException(var3); } } > -Original Message- > From: Chris Colman [<a rel="nofollow" href="mailto:chr...@stepaheadsoftware.com">mailto:chr...@stepaheadsoftware.com</a>

RE: Undesirable decoding of URL encoded external URL using RedirectToUrlException

2019-02-27 Thread Chris Colman
;>https://issues.apache.org/jira/browse/WICKET-6638</a> > > Wicket 6.x receives only security related fixes and this one doesn't count > as such. > You will have to use HttpServletResponse in your application. > > On Wed, Feb 27, 2019 at 9:09 PM Chris Colman

Partial update of DataGridView when adding new items

2019-12-03 Thread Chris Colman
We're using a DataGridView and we're happily doing partial updates of existing items for select/deselect and when content changes. Updating existing items is fine because we can work out the changed Item (Component) and just add it to the AJAX request target. However, we're wondering if it's

Re: Google reCAPTCHA V3 wicket component?

2020-02-13 Thread Chris Colman
Hi Gabriel, I've got it working - partially. I needed to convert my form to full AJAX. I also finally did a proper translation of the French comments and realized that I needed to add the this to the AjaxSubmitLink button that submits the form:             @Override             protected

Re: Is it now possible to dynamically define component trees on wicket?

2020-02-12 Thread Chris Colman
We've been doing "Java side" dynamic for some time. Key Java components override a createComponent(String tagId) method that will create a Java component on demand. The "demand" is dictated by the markup. So we can dynamically reconfigure markup to dictate the assembly of Wicket components

Re: Google reCAPTCHA V3 wicket component?

2020-02-12 Thread Chris Colman
Hi Gabriel, I'm using Wicket 6.x - should your Recaptcha validator work for that? On 29/01/2020 8:53 am, Gabriel Landon wrote: Hi Chrisco, It's far from perfect, but here's a good start : AjaxRecaptchaV3Validator.java

Re: Google reCAPTCHA V3 wicket component?

2020-02-12 Thread Chris Colman
Hi Gabriel, This looks promising! I'm just starting to integrate it now. (I never thought my high school French lessons would come in handy but they help me understand your comments - a bit :) ) Do you have any usage doco or sample app? I'm guessing we just construct your captcha validator

Google reCAPTCHA V3 wicket component?

2020-01-17 Thread Chris Colman
Does anyone know if anyone has already created a Wicket component that encapsulates Google reCAPTCHA V3? I'm thinking it should be possible to have such a component that is simply added to a form like any other form component and then at submission, if Google thinks it's a Bot then the

Re: Best way to refresh entire NestedTree

2019-12-29 Thread Chris Colman
Sorry for the duplication. These messages did not appear in the mail group until about 8 hours after they were posted. I thought I must have 'misdirected' the first one. Was there a problem with the mail group today? Anyway - I eventually worked out how to do it! The secret was in the source

Best way to refresh entire NestedTree

2019-12-28 Thread Chris Colman
I have a UI layout where selection changes in one component need to result in a complete repopulation of the nodes in an associated NestedTree. Obviously I don't want to do a complete page refresh so I was wondering what the best way is to do an AJAX refresh of the entire NestedTree after

Re: Best way to refresh entire NestedTree

2019-12-29 Thread Chris Colman
5:40 pm, Chris Colman wrote: Sorry for the duplication. These messages did not appear in the mail group until about 8 hours after they were posted. I thought I must have 'misdirected' the first one. Was there a problem with the mail group today? Anyway - I eventually worked out how to do

Issue overriding JSession cookie name - Wicket assumes overwritten name contains no uppercase characters

2020-12-07 Thread Chris Colman
Tomcat, and presumably other JEE app containers, now allow the specification of the name of the JSESSIONID parameter to use in the URL (even though cookies are largely used in place of this the initial hit on a web site will include the jsessionid parameter by default) This is done by setting

Can the new ModalDialog be stacked?

2021-04-08 Thread Chris Colman
I have just noticed in Wicket 9 that ModalWindow has been deprecated and replaced by ModalDialog (which sounds pretty good) It is possible to stack ModalDialogS like we could stack ModalWindowS? e.g. In a page a user opens a parent modal that has a "Details" button, which, when clicked, pops

Re: Can the new ModalDialog be stacked?

2021-04-09 Thread Chris Colman
he short term at least, as ModalWindow is deprecated and not removed, existing ModalX code will continue to work fine in Wicket 9. Regards, Chris On 9/04/2021 2:20 pm, Martin Grigorov wrote: Hi, On Fri, Apr 9, 2021 at 6:39 AM Chris Colman wrote: I have just noticed in Wicket 9 that ModalWi

Re: Wicket EnclosureContainer - any changes to behaviour from 6.x -> 7.x?

2021-09-13 Thread Chris Colman
You shouldn't use if you use EnclosureContainer. Use a instead. It's weird how it's worked perfectly for many years for us in Wicket 6.x. Maybe an extra note could be added to the 6.x -> 7.x migration guide in case others experience this in their migration efforts. Regards, Chris

Re: Wicket EnclosureContainer - any changes to behaviour from 6.x -> 7.x?

2021-09-13 Thread Chris Colman
On 13/09/2021 5:19 pm, Martin Grigorov wrote: On Mon, Sep 13, 2021 at 9:44 AM Martin Grigorov wrote: On Mon, Sep 13, 2021 at 9:27 AM Chris Colman wrote: You shouldn't use if you use EnclosureContainer. Use a instead. It's weird how it's worked perfectly for many years for us

Wicket EnclosureContainer - any changes to behaviour from 6.x -> 7.x?

2021-09-11 Thread Chris Colman
We're in the middle of migrating a large enterprise content management system (>1000 UI classes) from 6.x to 7.x. We've finally got it compiling with Wicket 7.x but we're having an issue with an EnclosureContainer that worked fine in Wicket 6.x. org.apache.wicket.WicketRuntimeException:

Re: Wicket EnclosureContainer - any changes to behaviour from 6.x -> 7.x?

2021-09-11 Thread Chris Colman
instead of wicket:enclosure:                     Title         With the above markup the Wicket 6.x Java code works unchanged in Wicket 7.x On 12/09/2021 11:30 am, Chris Colman wrote: We're in the middle of migrating a large enterprise content management system (>1000 UI classes) from 6.x to

Re: wicket:child

2022-01-09 Thread Chris Colman
Hi Vahid, This feature has been requested multiple times in the Wicket's long history. There have even been times where implementations of this feature have been developed but unfortunately not added to the Wicket code base, apparently due to backwards compatibility issues but I believe there

Re: module error

2022-02-20 Thread Chris Colman
I also want to thank you, Jonathan, for Wicket (and the other early devs who conceived it and the current devs maintaining it) - we've been using it since 2008. It's always my first choice for any new web app development but on some client contracts I have had to work with existing apps using

Re: Wicket on low end hardware

2023-01-05 Thread Chris Colman
e for this. Thanks, Stan - To unsubscribe, e-mail:users-unsubscr...@wicket.apache.org For additional commands, e-mail:users-h...@wicket.apache.org -- Regards, Chris Colman *Feezily*, A product of /Step Ahead/ *Software* Pty Ltd Web: feezily.com.au <h

Re: Wicket on low end hardware

2023-01-03 Thread Chris Colman
ery interested in how to optimize for this. Thanks, Stan -- Regards, Chris Colman *Feezily*, A product of /Step Ahead/ *Software* Pty Ltd Web: feezily.com.au <http://feezily.com.au> Em: chr...@stepahead.com.au Ph: 02 9656 1278

Table Tree example invisible text in dark mode

2024-01-13 Thread Chris Colman
Wicket-Bootstrap and choose a sexy Bootstrap template to make them all look really awesome and 2020s-ish ;)  I realize that the purpose of examples is to, mainly, demostrate usage of particular Wicket components but it certainly wouldn't hurt if the examples looked sexy and modern. Regards, Chris Colman

<    1   2   3   4   5   6