how to handle clear input for custom FormComponents

2010-04-19 Thread Dan Haywood
implementations of FormComponentPanel (eg DateTimeField) they are really very little other than wrappers around simple FormComponents, so they don't offer any real clues. Can anyone help me here, then? Thanks Dan -- Dan Haywood consultant, mentor, developer, author agile, ddd, oo, java, .net

Re: how to handle clear input for custom FormComponents

2010-04-19 Thread Dan Haywood
=78view=markup Thanks anyway Dan Dan Haywood consultant, mentor, developer, author agile, ddd, oo, java, .net, sybase MA, MBCS, CITP, CEng /mail: /d...@haywood-associates.co.uk mailto:d...@haywood-associates.co.uk /phone: /+44 (0)7961 144286 /book: /Domain Driven Design using Naked Objects http

how to make a BookmarkablePageLink enabled when its parent component is disabled?

2010-04-19 Thread Dan Haywood
. I'm obviously tackling this incorrectly - so what would be the Wicket way? Thanks Dan -- Dan Haywood consultant, mentor, developer, author agile, ddd, oo, java, .net, sybase MA, MBCS, CITP, CEng /mail: /d...@haywood-associates.co.uk mailto:d...@haywood-associates.co.uk /phone: /+44 (0)7961 144286

How to validate an entire object in a form (rather than a particular property of that object)

2010-04-19 Thread Dan Haywood
a solution for this particular example. Thanks Dan -- Dan Haywood consultant, mentor, developer, author agile, ddd, oo, java, .net, sybase MA, MBCS, CITP, CEng /mail: /d...@haywood-associates.co.uk mailto:d...@haywood-associates.co.uk /phone: /+44 (0)7961 144286 /book: /Domain Driven Design using

Re: how to make a BookmarkablePageLink enabled when its parent component is disabled?

2010-04-19 Thread Dan Haywood
returning false) but I want the former to return true. Both methods are final, however. I'm obviously tackling this incorrectly - so what would be the Wicket way? Thanks Dan -- Dan Haywood consultant, mentor, developer, author agile, ddd, oo, java, .net

Re: How to validate an entire object in a form (rather than a particular property of that object)

2010-04-19 Thread Dan Haywood
Hi Pedro, but my problem is that there is no form component to represent the form itself, is there? Any other thoughts? Dan On 19/04/2010 20:27, Pedro Santos wrote: Hi Dan On Mon, Apr 19, 2010 at 2:04 PM, Dan Haywood dkhayw...@gmail.com mailto:dkhayw...@gmail.com wrote: Another

Re: How to validate an entire object in a form (rather than a particular property of that object)

2010-04-20 Thread Dan Haywood
ok, thanks ... that worked. It threw up a different problem, but that'll be another post. Dan On 20/04/2010 01:53, Igor Vaynberg wrote: you can override form.onvalidate() and do your validation there -igor On Mon, Apr 19, 2010 at 4:51 PM, Dan Haywood dkhayw...@gmail.com mailto:dkhayw

Re: Re: Can I develop without recompiling/restarting after every change?

2010-05-29 Thread Dan Haywood
have you tried JRebel? I've not used it myself, but there was an interview on JavaPosse recently, sounds like it'd be an ideal fit for any Wicket developer. Dan On 22/07/28164 20:59, David Chang wrote: I am using Tomcat, any tips about how to develop out recompiling/restarting after every

Announcing WicketObjects v0.1

2010-06-28 Thread Dan Haywood
started all you'll need is SVN and MVN. I'm looking for feedback, and I'm also hoping that some of you smart web UI guys (not my strongest suit!) might be interested in helping me develop it up to a v1.0 release. Thanks for reading, Cheers Dan Haywood -- consultant, mentor, developer, author

Wicket 6.0.0: RenderStrategy.REDIRECT_TO_RENDER and missing FeedbackMessages in ComponentFeedbackPanel.

2012-09-17 Thread Dan Haywood
We're using RenderStrategy.REDIRECT_TO_RENDER (ie redirect after post strategy; in 1.4.x this was working fine and our FeedbackMessage's were rendered correctly against their reporter using ComponentFeedbackPanel. Having upgraded to 6.0.0, the messages no longer appear. Investigating, it seems

Re: Wicket 6.0.0: RenderStrategy.REDIRECT_TO_RENDER and missing FeedbackMessages in ComponentFeedbackPanel.

2012-09-20 Thread Dan Haywood
On 18 September 2012 12:41, Jeremy Thomerson jer...@wickettraining.comwrote: Can you create a small quickstart to demonstrate the problem? I've just done this, and confirmed (what I believe is) the problem. WICKET-4773 [1] raised, which x-refs a github project that demonstrates the issue.

Apache Con EU Budapest, 17~21 Nov 2014

2014-09-25 Thread Dan Haywood
see if you can find the time to attend, would be great to meet up. Cheers Dan Haywood Apache Wicket user/Apache Isis committer [1] http://events.linuxfoundation.org/events/apachecon-europe/program/schedule [2] http://sched.co/1pbmoTb [3] http://sched.co/1pbmsCq [4] http://sched.co/1pbmuuc [5] http

Re: Exceptional upgrade experience 6.14.0 - 6.17.0

2014-10-16 Thread Dan Haywood
+1 for providing that feedback; seconded! We use Wicket within Apache Isis, and it too uses plenty of the same components, and I can't recall any problems either, all the way through the various 6.x releases. Cheers Dan On 16 October 2014 23:26, Matt Pavlovich mattr...@gmail.com wrote: Hi

Re: How allow select from a disabled field

2016-12-09 Thread Dan Haywood
yep, just to say that the suggestion worked. Thx! [1] https://issues.apache.org/jira/browse/ISIS-1552 On Sat, 3 Dec 2016 at 13:32 Dan Haywood <d...@haywood-associates.co.uk> wrote: > Ok, thanks... I'll try it out and report back > > On Sat, 3 Dec 2016, 12:02 Martin Gr

Re: How allow select from a disabled field

2016-12-03 Thread Dan Haywood
Ok, thanks... I'll try it out and report back On Sat, 3 Dec 2016, 12:02 Martin Grigorov, wrote: > There is no need of new method to TextField (or other FormComponents). > We already > have org.apache.wicket.markup.html.form.FormComponent#onDisabled(), it sets > the

How allow select from a disabled field

2016-12-02 Thread Dan Haywood
The Apache Isis project [1] uses Wicket for its main viewer, and we recently had this question [2] on our mailing list is: I believe it was mentioned once in another thread that selecting text (and so copying) from a disabled field doesn't work in Firefox on Windows. Since a week or two it's not

Re: Problems with update of wicket from 8.0.0 to 8.1.0

2018-11-01 Thread Dan Haywood
Use mvn dependency:tree to capture your actual classpath before and after the upgrade; this should help you identify where the clash is in your classpath. You can then use exclusions or dependencyManagement to pick up the correct version. I use IntelliJ and the "Maven Helper" plugin is

Re: Scaffolding

2019-02-07 Thread Dan Haywood
I love it! :-) > > Regards, > > Zala > > > > On Thu, Feb 7, 2019 at 11:12 AM Dan Haywood > wrote: > > > There's a framework called NoWicket [1] that is a half-way house between > > "raw" Wicket and Apache Isis; might be worth taking a look at. > >

Re: Scaffolding

2019-02-07 Thread Dan Haywood
There's a framework called NoWicket [1] that is a half-way house between "raw" Wicket and Apache Isis; might be worth taking a look at. Cheers Dan (Apache Isis committer) [1] http://invesdwin.de/nowicket/introduction?0 On Thu, 7 Feb 2019 at 10:01, Martin Grigorov wrote: > Hi, > > It depends

Re: Urgent help

2020-08-28 Thread Dan Haywood
I doubt that Martin (Grigorov) will be able to help much based on this description, Mukesh... there's not enough info here. I would recommend you put together a small quickstart sample application on github somewhere, which demonstrates and explains clearly the issue that you are having. On

Re: Quickstart Problems

2023-08-25 Thread Dan Haywood
Hi Maxim, with causeway.apache.org (which uses wicket under the covers) we've taken to keeping our quickstarts [1],[2] as a separate github project ... makes it easier for us to maintain out of band, and for users to contribute issues. Just an idea. Thx Dan [1]

Re: Wicket MVVM

2022-11-17 Thread Dan Haywood
There is a plan to add OData support to isis.apache.org, so that a collection of objects could be opened in (and perhaps edited through) Excel, say. Dan On Thu, 17 Nov 2022 at 13:45, Martin Grigorov wrote: > Hi, > > I am not sure how much helpful my answer is to you but >

Re: Wicket MVVM

2022-11-17 Thread Dan Haywood
ething else for persistence. > > Anyways, will have a look if it can be used efficiently. > > ** > Martin > > to 17. marrask. 2022 klo 17.17 Dan Haywood (d...@haywood-associates.co.uk) > kirjoitti: > > > There is a plan to add OData support to isis.apache.org, so that