Re: New committer: Jesse Long

2014-10-01 Thread Jeremy Thomerson
; Being a PMC member enables assistance with the management > and to guide the direction of the project. > > Please welcome Jesse Long to our team! > > Welcome Jesse! > -- Jeremy Thomerson http://wickettraining.com

Re: ApacheCon EU 2014: (at least) 3 wicket presentations

2014-07-17 Thread Jeremy Thomerson
ral puzzlers in > the same format as the acclaimed "Java Puzzlers" presentation. He will > present the case, offer several choices and then present the correct > answer. > > > > > -- > Become a Wicket expert, learn from the best: http://wicketinaction.com > -- Jeremy Thomerson http://wickettraining.com

Re: Apache + GitHub step 1

2014-02-12 Thread Jeremy Thomerson
Yes! On Wed, Feb 12, 2014 at 2:18 AM, Martin Grigorov wrote: > Hi, > > Just noticed > > https://blogs.apache.org/infra/entry/improved_integration_between_apache_and > > We want all of it, right ?! > > Martin Grigorov > Wicket Training and Consulting

Re: [PROPOSE] Remove lists from nabble

2014-01-03 Thread Jeremy Thomerson
of us) have no inclination > to start policing a 3rd party that doesn't bother to implement a > simple, decent and effective anti-spam solution. > > Cleaning up nabble would take serious work and time, better spent at > doing work for the codebase. > > WDYT? > > Martijn > -- Jeremy Thomerson http://wickettraining.com

Re: Wicket-5353: Wrap feedback messages in a model instead of using Serializable objects

2013-09-17 Thread Jeremy Thomerson
t; the messages have to be assembled at the time the error occurs, not at the > time the message is to be displayed. In my believe, this is a misconception > that can easily be corrected. I described the topic further in the Jira > issue above. > > Thank you for your feedback. > Regards, Rafael Winterhalter > > -- Jeremy Thomerson http://wickettraining.com

Re: Add .map files to default allowed files.

2013-09-08 Thread Jeremy Thomerson
oduction*. It seems like this should by default be disabled and up to a user to add to a whitelist if $someConditionTheyDefine. -- Jeremy Thomerson http://wickettraining.com

Re: [VOTE] Accept the Wicket Free Guide as a part of Apache Wicket

2013-08-18 Thread Jeremy Thomerson
accept the Wicket Free Guide > > > > Martijn > -- Jeremy Thomerson http://wickettraining.com

Re: buildbot failure in ASF Buildbot on wicket-branch-6.x

2013-08-02 Thread Jeremy Thomerson
t; > Blamelist: svenmeier > > > > BUILD FAILED: failed compile > > > > sincerely, > > -The Buildbot > > > > > > > > > -- Jeremy Thomerson http://wickettraining.com

Re: git commit: WICKET-5071 use url as clientUrl

2013-07-12 Thread Jeremy Thomerson
On Fri, Jul 12, 2013 at 7:34 AM, Sven Meier wrote: > Sorry, that was the wrong issue number in the clipboard. > > Changing the last commit message after push? Linus says "don't to it": > > http://stackoverflow.com/**questions/457379/how-do-i-** > edit-an-incorrect-commit-**message-in-git-ive-push

Re: Michael Mosmann is a committer and PMC member!

2013-07-01 Thread Jeremy Thomerson
en a long time contributor to Wicket, and even wrote a > > book on the subject. His day to day work keeps him busy with Wicket so > > we are very happy that Michael wanted to join our band of merry men! > > > > Martijn > -- Jeremy Thomerson http://wickettraining.com

Re: [VOTE] Release Apache Wicket 6.9.0

2013-06-24 Thread Jeremy Thomerson
On Mon, Jun 24, 2013 at 8:18 AM, Martijn Dashorst < martijn.dasho...@gmail.com> wrote: > On Mon, Jun 24, 2013 at 1:59 PM, Martin Grigorov > wrote: > > I've fixed 5234 (https://issues.apache.org/jira/browse/WICKET-5248) and > > explained a workaround for the problem until 6.10 is out. > > I think

Re: JavaScript functional tests

2013-06-18 Thread Jeremy Thomerson
like to add some coverage to Wicket Examples and to practice my > JS > > > > coding skills. > > > > > > > > At the moment both the old JS tests (wicket-core/src/test/js) and > these > > > > ones should be executed manually. I can integrate them in Maven but > > them > > > > all developers and CI machines should have Node.js > > > > Do we want the tests in the build or should I leave them as now ? > > > > > > > > > > > > -- > > > Become a Wicket expert, learn from the best: http://wicketinaction.com > > > > > > -- Jeremy Thomerson http://wickettraining.com *Ask me about our plans for on-line training lessons.*

Re: Authorization for IResource

2013-06-18 Thread Jeremy Thomerson
=88b5d5cb482bc7bb22e2ceb9503e5056b0e89572 > > It tries to follow the logic for authorizing components. > By default a request that is not authorized will lead to a response with > error code 403 (Forbidden). > > Please take a look and give feedback. > Thanks! > -- Jeremy

Re: Website: Fisheye link outdated

2013-06-10 Thread Jeremy Thomerson
Reported to Infra: https://issues.apache.org/jira/browse/INFRA-6376 On Mon, Jun 10, 2013 at 11:21 AM, Jeremy Thomerson < jer...@wickettraining.com> wrote: > I'll pass this to infra to see. I'm not sure either. > > > On Mon, Jun 10, 2013 at 8:19 AM, Martin Grigoro

Re: Website: Fisheye link outdated

2013-06-10 Thread Jeremy Thomerson
hub or Apache gitweb), remove the > > link or update the Fisheye configuration to point to the git > > repository. > > > > If doable, the latter would be better as far as I'm concerned as it's > > a useful tool. > > > > Thanks. > > > > -- > > Guillaume > > > -- Jeremy Thomerson http://wickettraining.com *Ask me about our plans for on-line training lessons.*

Re: Upgrade jQuery to 1.10.0 in Wicket 6.x ?

2013-05-29 Thread Jeremy Thomerson
On Wed, May 29, 2013 at 4:40 PM, Martin Grigorov wrote: > The real question is: how often we should upgrade jQuery ? > I'd think each X version we release should probably use the latest production / stable jQuery version. -- Jeremy Thomerson http://wickettraining.com *Ask me abou

Re: A newer, flatter design for wicket site

2013-05-06 Thread Jeremy Thomerson
d to have a different navigation on those other pages than on the homepage. Do you have an example of how other "flat" websites handle this? Many thanks for all the work on this and everything else Martijn! -- Jeremy Thomerson http://wickettraining.com *Ask me about our plans for on-line training lessons.*

Re: Component setDefaultModel

2012-09-27 Thread Jeremy Thomerson
On Thu, Sep 27, 2012 at 3:33 PM, tetsuo wrote: > What about calling APanel.setDefaultModelObject(B.getObject()) instead > of APanel.setDefaultModel(B)? > That's to replace an object inside a model. There are very valid usecases for actually replacing a model. -- Jeremy

Re: Component setDefaultModel

2012-09-27 Thread Jeremy Thomerson
ing model, don't want your developers to call setModel/setDefaultModel ... tell them not to. If you have developers that don't understand / listen to / follow your direction, it's not a Wicket problem. For that, set up some kind of code-check that looks for that and other c

Re: [mostly devs] flyouts are dead

2012-09-20 Thread Jeremy Thomerson
nd pieces away from flyouts during my > slack time at a rate that wont burden Leslie so i may not get to a > lot. i will also only be migrating the actionbar stuff first. we > should probably set up tech debt at the end of this itreration to > handle the rest of the places. > > -igor > Wrong email address? -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Releasing in a semver world (>= 6.x)

2012-09-13 Thread Jeremy Thomerson
On Thu, Sep 13, 2012 at 9:54 AM, Martijn Dashorst < martijn.dasho...@gmail.com> wrote: > On Thu, Sep 13, 2012 at 4:45 PM, Jeremy Thomerson > wrote: > > My OCD side wonders if we should have used two-digit numbers ( at least > for > > y and z ) to improve sortability (

Re: Releasing in a semver world (>= 6.x)

2012-09-13 Thread Jeremy Thomerson
er for the 6.y.0 releases. > > WDYT? > I like it. My OCD side wonders if we should have used two-digit numbers ( at least for y and z ) to improve sortability (6.01.00) ... but then those look kind of ugly. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Releasing in a semver world (>= 6.x)

2012-09-13 Thread Jeremy Thomerson
On Thu, Sep 13, 2012 at 9:34 AM, Martijn Dashorst < martijn.dasho...@gmail.com> wrote: > On Thu, Sep 13, 2012 at 4:25 PM, Jeremy Thomerson > wrote: > > So, just to be clear - this means that when I fix a bug in master right > now > > I put fix version of "6.1.0&qu

Re: Releasing in a semver world (>= 6.x)

2012-09-13 Thread Jeremy Thomerson
: >> - 6.1.0, 6.2.0, 6.3.0, 6.3.1, 6.4.0, 6.5.0, 6.4.1 >> >> What do you think? >> >> Martijn >> > > So, just to be clear - this means that when I fix a bug in master right now I put fix version of "6.1.0" in, right? -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Wicket 1.5 - duplicate JS detection broken?

2012-08-16 Thread Jeremy Thomerson
and I'm not missing something simple due to sleep deprivation :) -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

AllExceptFeedbackMessageFilter

2012-08-15 Thread Jeremy Thomerson
ation that is noted at the bottom of the post - that when you are doing the traversal as shown, you can only have a single instance on the page. [1] http://www.jeremythomerson.com/blog/2011/01/catching-all-feedback-messages-that-arent-rendered-by-other-feedback-panels/ -- Jeremy Thomerson

Multiple Git Workspaces From Single Repo

2012-06-29 Thread Jeremy Thomerson
n one workspace and change directory to the other (branch's) workspace and cherry pick it. I never mess up Eclipse by changing branches that way. Here's a little script that can get you set up the same way if you'd like to try it: http://pastebin.com/dmzuvvXY -- Jeremy Thomerson http:

Re: Site updates

2012-04-04 Thread Jeremy Thomerson
dates our site from SVN using svnpubsub, and I don't think they have a git equivalent (yet). Thanks for the patch! You should see the changes go live shortly. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

GitHub Pull Requests

2012-04-02 Thread Jeremy Thomerson
e the commit hashes from the pull request appear in the requested branch. [1] https://github.com/apache/wicket/pull/4 -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: [vote] release wicket 1.4.20

2012-03-10 Thread Jeremy Thomerson
erg/wicket-1.4.20/dist/ > >> > >> Maven repo > >> https://repository.apache.org/content/repositories/orgapachewicket-065/ > >> > >> Changelog > >> > https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=fixVersion+%3

Re: source/commits in jira

2012-02-10 Thread Jeremy Thomerson
Feel free to email infrastruct...@apache.org to bring the subject up there. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org* On Fri, Feb 10, 2012 at 9:59 AM, Bertrand Guay-Paquet < ber...@step.polymtl.ca> wrote: > Hi, > > I

Re: about webshere and relative url redirects: https://issues.apache.org/jira/browse/WICKET-3258

2012-02-08 Thread Jeremy Thomerson
They had tons of app-specific URL-handling code, but the same idea should work for anyone (I think). HTH -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org* On Mon, Feb 6, 2012 at 11:06 AM, Johan Compagner wrote: > Websphere, > > i am curre

Re: [vote] release wicket 1.5.4 take 3

2012-01-19 Thread Jeremy Thomerson
gt; > https://issues.apache.org/jira/secure/IssueNavigator.jspa?jqlQuery=fixVersion+%3D+%221.5.4%22+AND+project+%3D+WICKET > > > > This vote ends Friday, January 20th at 8:30pm (GMT-8) > > > > Please test the release and offer your vote. > > > > The Wicket team! > -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: [vote] release Wicket 1.5.4.1

2012-01-16 Thread Jeremy Thomerson
log > > > https://issues.apache.org/jira/secure/IssueNavigator.jspa?jqlQuery=fixVersion+%3D+%221.5.4%22+AND+project+%3D+WICKET > > > > This vote ends Thursday, January 19th at 11:00am (GMT-8) > > > > Please test the release and offer your vote. > > > > The Wicket team! > > -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: [vote] release wicket 1.5.4

2012-01-10 Thread Jeremy Thomerson
ttps://issues.apache.org/jira/secure/IssueNavigator.jspa?jqlQuery=fixVersion+%3D+%221.5.4%22+AND+project+%3D+WICKET > > > > This vote ends Friday, January 13th at 11:00am (GMT-8) > > > > Please test the release and offer your vote. > > > > The Wicket team! > > > +1 -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Please welcome Emond Papegaaij as a committer for Wicket

2012-01-02 Thread Jeremy Thomerson
t; > as our newest member. Please welcome him to our team! > > > > Welcome Emond! Enjoy the New Year with Wicket! > > > > Martijn > -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Roadmap for Wicket 6.0

2011-12-25 Thread Jeremy Thomerson
future release of Wicket, I'd rather see it there than wicket-stuff. Wicket stuff is still widely regarded as the "wild west" of Wicket plugins and has a hard time getting wider adoption by many of the companies I visit (and rightly so in many regards, despite the heroic efforts of Mi

Re: Wicket source code moved to Git

2011-12-21 Thread Jeremy Thomerson
-wip-us.apache.org/repos/asf/wicket.git > URL is correct. Pushing worked for me (I took your URL, changed to my UN, cloned, committed, pushed). Password might be wrong. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Wicket source code moved to Git

2011-12-21 Thread Jeremy Thomerson
On Tue, Dec 20, 2011 at 11:46 PM, Jeremy Thomerson < jer...@wickettraining.com> wrote: > > On Tue, Dec 20, 2011 at 11:20 PM, Clint Checketts wrote: > >> Jeremy, >> >> Will Git development mimic the current subversion workflow, or will we see >> we see

Re: git commit: fixed typo. first push. woot

2011-12-20 Thread Jeremy Thomerson
assphrase to fail-fast: > +# test the GPG passphrase to fail-fast: > echo "$passphrase" | gpg --passphrase-fd 0 --armor --output pom.xml.asc > --detach-sig pom.xml > gpg --verify pom.xml.asc > if [ $? -ne 0 ]; then > > -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Wicket source code moved to Git

2011-12-20 Thread Jeremy Thomerson
th real weight that says it can go away), but whatever the outcome of that thread is will have a major impact on our git-flow. Involvement with that ongoing thread among other conversations has kept from from actually playing with our git repo. I hope the distraction will be gone soon. [1] http://m

Wicket source code moved to Git

2011-12-20 Thread Jeremy Thomerson
h the new Git repo? [1] http://git-wip-us.apache.org/#committers-getting-started [2] https://issues.apache.org/jira/browse/INFRA-4204 -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Request for help: simple GitHub test

2011-12-10 Thread Jeremy Thomerson
dozen), it will help me test some features I'd like to work on for Git@ASF. [1] https://github.com/jthomerson/github-playground Thanks! -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Experimental work on ResourceReference management

2011-12-09 Thread Jeremy Thomerson
g a custom jQuery module could force jQuery to be loaded before the module). Thanks for your efforts! It sounds like you are making good progress for a nice improvement to resources for Wicket 6! -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Wicket will be migrating to Git

2011-12-09 Thread Jeremy Thomerson
will depend on the availability of the infra guys and guys on our side as well. As soon as I have more details I will pass them along. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: integrating CDI into Wicket

2011-11-15 Thread Jeremy Thomerson
Awesome! Can't wait for the next article. PS - Sent from a tablet. Please excuse typos, spelling and compiler errors. -- Jeremy Thomerson http://wickettraining.com Need a CMS for Wicket? Use Brix! http://brixcms.org On Nov 15, 2011 1:01 PM, "Igor Vaynberg" wrote: > if you

Re: [vote] release wicket 1.5.3

2011-11-11 Thread Jeremy Thomerson
+1 -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org* On Fri, Nov 11, 2011 at 12:27 PM, Pedro Santos wrote: > +1 > > Pedro Henrique Oliveira dos Santos > > > > 2011/11/11 Andrea Del Bene : > > +1 > >> >

Re: [vote] release wicket 1.5.2 take 3

2011-10-23 Thread Jeremy Thomerson
re/ReleaseNote.jspa?projectId=12310561&version=12318078 > > > > This vote ends Sunday, October 23nd at 9:30pm (GMT-7) > > > > Please test the release and offer your vote. > > > > The Wicket team! > > > -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Proposal: Moving wicketstuff.org Jenkins instance to a linux server (I volunteer to manage it)

2011-10-13 Thread Jeremy Thomerson
the trigger build permission. > > Regards, > > Mike > I'm +1000 for letting you handle all this build stuff and host it on your server. Copying Johan directly because IIRC the server it is currently on is his and I want to make sure he sees it. Big hooray! for Mike and all his endless work on wicketstuff!! -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: [vote] promote 1.5-RC7 to 1.5.0

2011-08-29 Thread Jeremy Thomerson
+1 PS - Sent from a tablet. Please excuse typos, spelling and compiler errors. -- Jeremy Thomerson http://wickettraining.com Need a CMS for Wicket? Use Brix! http://brixcms.org On 2011 8 29 16:40, "Igor Vaynberg" wrote: > this vote is to promote 1.5-RC7 to 1.5.0. > > curren

Wicket Deployed on Nexus - THANKS!

2011-08-04 Thread Jeremy Thomerson
The guys doing this build stuff often get overlooked, but you deserve a virtual-attaboy! Best regards, -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

[vote] Release Wicket 1.4.18

2011-08-04 Thread Jeremy Thomerson
/orgapachewicket-001 Non-Maven Build Artifacts: http://people.apache.org/~jrthomerson/wicket-1.4.18/ This vote ends Monday, August 8th at 5:00am (GMT) Please test the release and offer your vote. The Wicket Team -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http

Re: Externalized Page Flow in Wicket

2011-05-11 Thread Jeremy Thomerson
://www.apache.org/licenses/#clas("Contributor License Agreements" and "Software Grants"). -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org* On Wed, May 11, 2011 at 1:35 PM, Martin Grigorov wrote: > Hi, > > I think i

Re: [Wicketstuff 1.5] Code formatting

2011-04-07 Thread Jeremy Thomerson
t my file, I get the re-formatted version, and so does two-tab guy. So NEITHER of us is working with the same format we like / checked in. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org* On Thu, Apr 7, 2011 at 2:16 PM, Martin Grigorov wr

Re: ResourceNameIterator for Mobile devices

2011-03-28 Thread Jeremy Thomerson
I didn't read your post in detail, but why not use the file extension as the "mobile" attribute? Unless you're planning on serving the same resources as both xml and html to the iphone device, etc. Just an idea - not fully fleshed out On Mon, Mar 28, 2011 at 6:05 PM, Bruno Borges wrote: > So th

Re: Apache Wicket Cookbook Published!

2011-03-25 Thread Jeremy Thomerson
uarantee you'll pick up a trick or two - I did! -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org* On Fri, Mar 25, 2011 at 1:44 PM, Igor Vaynberg wrote: > For the past nine months I have been quietly working on a book about > Wicket. Unlik

Re: Time for Wicket 1.5-RC3?

2011-03-22 Thread Jeremy Thomerson
Stick with the snapshots for now. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Usage of Session

2011-02-24 Thread Jeremy Thomerson
eManager(); > > + final IPageManager pageManager = getApplication().getPageManager(); > > if (!getFlag(FLAG_IS_DIRTY) && isVersioned() && > > pageManager.supportsVersioning()) > > { > > setFlag(FLAG_IS_DIRTY, true); > > > > > > Is it really needed this indirection to get the Application thru the > Session > > ? > > what do you mean get application through session? > > -igor > -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Spring Annotations supoprt for IoC on WebPages

2011-02-22 Thread Jeremy Thomerson
mentations. For that, you need the proxy. Why muddy the waters with one way for components and one way for non-components? -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: [vote] release wicket 1.5-rc2

2011-02-22 Thread Jeremy Thomerson
9 > > > > This vote ends Wednesday, February 23 at 9:00am (GMT-8) > > > > Please test the release and offer your vote. > > > > -igor > > > -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: [vote] release wicket 1.4.16

2011-02-22 Thread Jeremy Thomerson
/ReleaseNote.jspa?projectId=12310561&version=12316020 > > > > This vote ends Wednesday, February 23rd at 9:00am (GMT-8) > > > > Please test the release and offer your vote. > > > > -igor > > > -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Reducing JIRA spam

2011-02-21 Thread Jeremy Thomerson
version is modified. I'd like that feature to be enabled... > > > > I'm -0. > sometimes we make mistakes by setting this property to wrong version. Today > I "fixed" one of those. > > > > > Martijn > > > > -- > > Become a Wicket

Re: 1.4.16 - adding methods to IBehavior

2011-02-20 Thread Jeremy Thomerson
al > components to the page? Or is the hierarchy frozen at this point? > > On Friday, February 18, 2011, Jeremy Thomerson > wrote: > > What does everyone think about the following patch [1] to add two methods > to > > IBehavior? Obviously, it's not added directly

1.4.16 - adding methods to IBehavior

2011-02-18 Thread Jeremy Thomerson
allowed. [1] - http://mysticpaste.com/view/8231 -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: WicketTester#assertInvisible

2011-02-13 Thread Jeremy Thomerson
astRenderedPage().getClass())); >} > >return isTrue("component '" + path + "' is not visible", > component.isVisibleInHierarchy()); >} > Well, it doesn't work in the scenario I had, which may be specific t

Re: WicketTester#assertInvisible

2011-02-13 Thread Jeremy Thomerson
turns true, but some parent of the component (an enclosure, etc) is not visible, since in all reality, the component is then also invisible. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

WicketTester#assertInvisible

2011-02-13 Thread Jeremy Thomerson
the javadoc for assertInvisible that it only tests the actual component's visibility, and not its true visibility (as in, in the hierarchy)? -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Where are 1.4-snapshot jars automatically built now?

2011-02-10 Thread Jeremy Thomerson
Ah, thanks. I think we should probably add that as a repo for our quickstart. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org* On Fri, Feb 11, 2011 at 12:38 AM, Attila Király wrote: > This one gets 1.4 and 1.5 snapshots regularly f

Where are 1.4-snapshot jars automatically built now?

2011-02-10 Thread Jeremy Thomerson
Wicketstuff repo only has from last June. Where are the current snapshots? I just realized that my quickstart was pulling from old jars that don't even have onConfigure. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Can't remember: way to add properties files for validators?

2011-02-10 Thread Jeremy Thomerson
Hmm just tried it in 1.4 and it worked in one example, and not in another. I'll look at it more tonight when I'm through with this training class and add a JIRA if it has a bug. Thanks! -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcm

Can't remember: way to add properties files for validators?

2011-02-10 Thread Jeremy Thomerson
Someone asked today, and I can't remember I think the answer is no. Is there a way to add a properties file with messages for a validator? In other words, could we package a jar of validators with their messages to be reused by folks? -- Jeremy Thomerson http://wickettraining.com *N

Re: [discuss] How to resolve wicket aggregate classes / sources jar issues

2011-01-25 Thread Jeremy Thomerson
> approach just leads to confusion, IMHO. > The separate modules is a good way to enforce the separation. If you have other ideas for enforcing them, I'd be happy to hear them. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: [discuss] How to resolve wicket aggregate classes / sources jar issues

2011-01-25 Thread Jeremy Thomerson
On Mon, Jan 24, 2011 at 4:41 PM, Jeremy Thomerson wrote: > On Mon, Jan 24, 2011 at 4:40 PM, Jeremy Thomerson < > jer...@wickettraining.com> wrote: > >> On Mon, Jan 24, 2011 at 2:37 PM, Igor Vaynberg >> wrote: >> >>> what if we factor out h

Re: [discuss] How to resolve wicket aggregate classes / sources jar issues

2011-01-24 Thread Jeremy Thomerson
On Mon, Jan 24, 2011 at 4:40 PM, Jeremy Thomerson wrote: > > On Mon, Jan 24, 2011 at 2:37 PM, Igor Vaynberg wrote: > >> what if we factor out html packages out of core? core wont have a >> dependency on them. then all people will have to change from >> wicket-core

Re: [discuss] How to resolve wicket aggregate classes / sources jar issues

2011-01-24 Thread Jeremy Thomerson
classes, one for sources, and one for javadocs. This means that people can accidentally end up in classpath nightmares by having multiple duplicate classes on their classpath. It helps non-Maven users by making a single jar download. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: [discuss] How to resolve wicket aggregate classes / sources jar issues

2011-01-24 Thread Jeremy Thomerson
No maintenance on our side. > non-maven users will have to figure it out. > I'm fine with this - they're used to it. I think they must like the pain. :) So, in summary: my opinion is that we just remove the aggregate module and move on with real development. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: [discuss] How to resolve wicket aggregate classes / sources jar issues

2011-01-24 Thread Jeremy Thomerson
On Mon, Jan 24, 2011 at 12:43 PM, Jeremy Thomerson < jer...@wickettraining.com> wrote: > On Mon, Jan 24, 2011 at 12:36 PM, Martin Grigorov wrote: > >> Let's think now what problems would cause making -extentions (and all >> other >> except -util and -request)

Re: [discuss] How to resolve wicket aggregate classes / sources jar issues

2011-01-24 Thread Jeremy Thomerson
ld be only for those who do not use Maven. Those who use it should just change from "wicket" to "wicket-core" when they upgrade versions and everything will continue to work. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: [discuss] How to resolve wicket aggregate classes / sources jar issues

2011-01-24 Thread Jeremy Thomerson
uot; - which I assume to mean "document the jars you need somewhere". -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Renaming IInitializer?

2011-01-24 Thread Jeremy Thomerson
I like the approach of moving it to an interface that extends IInitializer, deprecate and remove in 1.6. Although, I feel like a 1.5 name change would be absolutely fine - even with an RC out. It's a simple find/replace - not a complicated change. -- Jeremy Thomerson http://wickettraining.co

Re: [discuss] How to resolve wicket aggregate classes / sources jar issues

2011-01-24 Thread Jeremy Thomerson
that nobody can accidentally end up depending on both Agreed? -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

[discuss] How to resolve wicket aggregate classes / sources jar issues

2011-01-24 Thread Jeremy Thomerson
d up with duplicated classes in their classpath. We don't want to contribute to that. Whatever we decide, I feel that if we build wicket.jar (aggregated classes), we *must* build a sources and javadocs jar. Input? [1] - https://issues.apache.org/jira/browse/WICKET-3365 [2] - https://issues.apache.o

Re: Do Lucene developers use FindBugs?

2011-01-24 Thread Jeremy Thomerson
I think it was a form letter he's sending out. The body of the message says "Wicket".... -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org* On Mon, Jan 24, 2011 at 10:38 AM, James Carman wrote: > So, what does this have

Re: [vote] retry: release wicket 1.5-rc1

2011-01-21 Thread Jeremy Thomerson
; changelog: > https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=12310561&fixfor=12315483&sorter/field=issuekey&sorter/order=DESC > > > > this vote ends Friday, January 21 at 10:00am GMT-8 > > > > please test the release and offer y

Re: How to streamline ajax page region toggle

2011-01-20 Thread Jeremy Thomerson
; } } if (parentEnclosure != null) { addComponent(parentEnclosure); } } -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: [vote] retry: release wicket 1.5-rc1

2011-01-20 Thread Jeremy Thomerson
attribute of the password field." - http://svn.apache.org/viewvc?rev=1061181&view=rev ALREADY HAS JIRAL Transitive dependencies - https://issues.apache.org/jira/browse/WICKET-3353 NEED OTHER ACTION: README is out of date. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Jetty 7 iff servlet-api 2.5

2011-01-17 Thread Jeremy Thomerson
the best: http://wicketinaction.com > > > > > > -- > Become a Wicket expert, learn from the best: http://wicketinaction.com > -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: svn commit: r1060043 - in /wicket/common/site/trunk: _site/start/quickstart.html start/quickstart.md

2011-01-17 Thread Jeremy Thomerson
f.org/maven/repository/'; > + if (version.match(/.*SNAPSHOT/)) cmd += ' > -DarchetypeRepository= > https://repository.apache.org/content/repositories/snapshots/'; >cmd += ' -DinteractiveMode=false'; >document.getElementById("cmdLine").value = cmd; >} > > > -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Display component feedback message once: "safety net" renders them always before

2011-01-15 Thread Jeremy Thomerson
On Sat, Jan 15, 2011 at 4:17 AM, Leszek Gawron wrote: > Jeremy, > > > On 2011-01-14 03:57, Jeremy Thomerson wrote: > >> I had encountered this issue and for one of my training classes, I threw >>>>> together a solution. Your post prodded me to go a

Re: onError missing from SubmitLink

2011-01-14 Thread Jeremy Thomerson
On Fri, Jan 14, 2011 at 2:22 PM, Martin Grigorov wrote: > Since it is API change it can be ported to 1.4 > Assuming he meant s/can/can't/ here. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Display component feedback message once: "safety net" renders them always before

2011-01-13 Thread Jeremy Thomerson
Jan 13, 2011 at 12:19 PM, Jeremy Thomerson > wrote: > > On Tue, Jan 4, 2011 at 10:13 AM, Jeremy Thomerson < > jer...@wickettraining.com > >> wrote: > > > >> I had encountered this issue and for one of my training classes, I threw > >> together a solution

Re: Display component feedback message once: "safety net" renders them always before

2011-01-13 Thread Jeremy Thomerson
On Tue, Jan 4, 2011 at 10:13 AM, Jeremy Thomerson wrote: > I had encountered this issue and for one of my training classes, I threw > together a solution. Your post prodded me to go ahead and post my solution > as a blog post. After dusting off my long-forgotten blog, here it i

Re: Fragility/Stability of Wicket core

2011-01-08 Thread Jeremy Thomerson
as the one you are trying to do. It's learning a whole new thing all at once, with annoying similarities to something I know, but inconsistencies that I wouldn't expect. In my book, 2 is your best bet. (only my $0.02 in a declining economy) -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: more explicit handling of null values - yay or nay?

2011-01-05 Thread Jeremy Thomerson
rm, we still will have many apps that need to support both. We just want to know what's the best way to support those developers who have to support both. -- Jeremy Thomerson http://wickettraining.com Need a CMS for Wicket?  Use Brix! http://brixcms.org

Re: more explicit handling of null values - yay or nay?

2011-01-05 Thread Jeremy Thomerson
that we simply have a NoOpAjaxRequestTarget to avoid NPE. Obviously it's not as generic as your option, but it also requires less code changes. -- Jeremy Thomerson http://wickettraining.com Need a CMS for Wicket?  Use Brix! http://brixcms.org

Re: Scala-Wicket Help and Advice

2011-01-04 Thread Jeremy Thomerson
re there any mechanism to help fund such an open-source project? > Best bet is to build a community. Of course, if you can find some company that wants such a project, you can get monetary support to develop / maintain. But that seems unlikely in this case with the limited number of companies looking for Scala out there, and especially since this is an unproven port of a large Java project. So, start by getting folks like jWeekend involved - great coders who are already salivating for Scala. Find other individuals such as yourself who are interested, and build a group of core committers. > This is not meant to be a general announcement but rather a means > for me to get some initial advice as to how to proceed. > > Any help is appreciated. > > Richard Emberson I'm impressed. Quite an undertaking. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: automatically open tags for all Components

2010-12-30 Thread Jeremy Thomerson
On Thu, Dec 30, 2010 at 5:02 PM, Juergen Donnerstag wrote: > right. I didn't mean to apply to 1.4 but 1.5 only Actually, changing my opinion from -0 to -1 (even for 1.5). We only do this on tags that need it now (Label, for example). I believe that's the way it should be. -- Jer

Re: automatically open tags for all Components

2010-12-30 Thread Jeremy Thomerson
houldn't harm any component (incl ). > > -Juergen > -0 - it changes the user's markup for no apparent reason -- Jeremy Thomerson http://wickettraining.com Need a CMS for Wicket?  Use Brix! http://brixcms.org

Re: wicketst...@github: re-organize now or later?

2010-12-29 Thread Jeremy Thomerson
I agree. Jeremy Thomerson http://wickettraining.com -- sent from my "smart" phone, so please excuse spelling, formatting, or compiler errors On Dec 29, 2010 11:49 AM, "Igor Vaynberg" wrote: i think core and sandbox are probably better names and more clearly communicate the

Re: WICKET-3261

2010-12-26 Thread Jeremy Thomerson
I don't think so. Not sure how many use velocity, jmx, or auth roles (vanilla). Doesn't typically make sense to have both spring and guice. Jeremy Thomerson http://wickettraining.com -- sent from my "smart" phone, so please excuse spelling, formatting, or compiler errors On

  1   2   3   4   5   >