Re: Apache Wicket 1.5.8 is released

2012-09-04 Thread Maarten Bosteels
Congratulations with the new release. I guess it would be best if 1.5.8 was added to the dropdown box (and become the default option) on http://wicket.apache.org/start/quickstart.html regards Maarten On Fri, Aug 24, 2012 at 5:02 PM, Martin Grigorov wrote: > This is the eighth maintenance releas

Re: Wicket jQuery Validator integration

2012-02-20 Thread Maarten Bosteels
On Wed, Feb 15, 2012 at 5:41 PM, Paul Jackson wrote: > We do something very similar to this, and agree that it works really > well. We also use JSR303 annotations on our domain models and use them > to drive adding both wicket and jquery validators. > > We have a bunch of ValdiationConfiguration c

Re: Wicket-Source: Click-through from browser back to Java source

2012-02-08 Thread Maarten Bosteels
I have not yet checked which URL's are used by the 42lines wicket-source Firefox/Chrome extension but just wanted to let you know that a few years ago I created an IntelliJ IDEA plugin to jump from a URL to a specific line of code in IntelliJ The plugin still works in recent IntelliJ versions htt

Re: wicket-dojo wrappers

2011-11-09 Thread Maarten Bosteels
OK, hadn't seen your last message On Thu, Nov 10, 2011 at 5:42 AM, Maarten Bosteels wrote: > I think your attachment didn't make it to the mailing list. > > Maarten > > On Wed, Nov 9, 2011 at 7:52 PM, David Berkman wrote: > >> I've had a number of request

Re: wicket-dojo wrappers

2011-11-09 Thread Maarten Bosteels
I think your attachment didn't make it to the mailing list. Maarten On Wed, Nov 9, 2011 at 7:52 PM, David Berkman wrote: > I've had a number of requests, so I'll upload this bit of code here so > people can have a look. I know there's room for improvement in the code > that exists, and a ton th

Re: Wicket Job Opportunity in Belgium (Leuven)

2011-02-18 Thread Maarten Bosteels
: > Hi, > > Is this Open to people outside Belgium, Am in Nairobi.Kenya.Africa. > > Kind regards. > Josh. > > On Thu, Feb 17, 2011 at 11:10 PM, Maarten Bosteels > wrote: > > > Hi everyone, > > > > We are looking for a senior Java Developer, preferably

Wicket Job Opportunity in Belgium (Leuven)

2011-02-17 Thread Maarten Bosteels
send your resume to maarten.bosteels (at) dns.be *Maarten Bosteels* *Manager Software Development [image: dnsbe_logo.png] **DNS.be vzw/asbl* · Ubicenter · Philipssite 5 · bus 13 · 3001 Leuven www.dns.be

Re: Replacing markup generated by a Behavior

2010-10-29 Thread Maarten Bosteels
Clint, Very interesting ! Please share some code and docs on https://cwiki.apache.org/WICKET/ Once you get it working ;-) Thanks :-) On Fri, Oct 29, 2010 at 8:49 AM, Jeremy Thomerson wrote: > On Fri, Oct 29, 2010 at 12:39 AM, Clint Checketts >wrote: > > > Elegant! I'd been trying to think of

Re: How to update a Panel when user selects a drop down chioce in Wicket?

2010-10-14 Thread Maarten Bosteels
and http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-phonebook On Thu, Oct 14, 2010 at 2:50 AM, Jeremy Thomerson wrote: > Also, if you haven't seen it, look at the Wicket Examples: > http://wicketstuff.org/wicket14/ > > And specifically, this page: > > http://wicketstuff.org/wicket14/r

Re: Estimated number of developers in the Wicket community

2010-09-29 Thread Maarten Bosteels
http://people.apache.org/~coar/mlists.html#wicket.apache.org Maarten On Tue, Sep 28, 2010 at 10:49 PM, Frank Silbermann < frank.silberm...@fedex.com> wrote: > Chris Colman Tue, Sep 28, 2010 at 2:41 > PM: > >> > >> The 'popularity' test is very vague but I understand it's purpose, > >> they want

Re: Welcome Martin Grigorov as a core team member

2010-07-20 Thread Maarten Bosteels
Congratulations Martin ! On Tue, Jul 20, 2010 at 1:21 PM, Martin Grigorov wrote: > Thanks a lot for the voted trust in me, team! > > As a big open source believer it is an honour for me to be a part of > the team that made such a great framework! > > Looking forward to make 1.5 production ready !

Re: Socket programming in Wicket app

2010-06-10 Thread Maarten Bosteels
If you're searching for a network application framework, have a look at http://mina.apache.org/ Maarten On Thu, Jun 10, 2010 at 9:55 AM, Ján Raska wrote: > Hello, > I have a webapp that acts as an accounting and billing application, > developed in Wicket. Now customer wants me to add a feature,

Re: What about an onInitialRender method ?

2010-04-05 Thread Maarten Bosteels
Small fixes in the javadoc: 1) "Add this point in time " shouldn't that be "At this point in time" ? 2) "all parents must be have been added to their parents" => I would remove the "be" Maarten On Fri, Apr 2, 2010 at 11:09 PM, Igor Vaynberg wrote: > from Component.java in 1.5 (trunk) > >

Java Web Framework poll

2009-12-16 Thread Maarten Bosteels
Let's all vote ! Even though they misspelled both "Apache" and "Wicket" :-) http://shunmugakrishna.wordpress.com/2009/12/14/what-java-web-application-frameworks-do-you-use/ Maarten - To unsubscribe, e-mail: users-unsubscr...@w

Re: file descriptor leak

2009-12-03 Thread Maarten Bosteels
Have you seen this thread: http://www.mail-archive.com/users@wicket.apache.org/msg43879.html Maarten On Thu, Dec 3, 2009 at 9:46 AM, Johan Compagner wrote: > We try to do our best, but the problem is that this is a leak internal to > java itself (classloader and urlconnection) > > http://tomcat.

Re: PropertyModels *without* strings

2009-11-26 Thread Maarten Bosteels
Igor, Very interesting stuff. What are the pro's and con's when compared with the SafePropertyModel from https://issues.apache.org/jira/browse/WICKET-1327 ? Maarten On Thu, Nov 26, 2009 at 10:04 AM, Jeremy Thomerson < jer...@wickettraining.com> wrote: > Strings do break. Silently. They're th

Re: Maven wicketstuff project include

2009-11-19 Thread Maarten Bosteels
try this: org.wicketstuff wicketstuff-jquery 1.4.1 Maarten On Thu, Nov 19, 2009 at 9:33 AM, pieter claassen wrote: > What is the correct maven syntax to include wickestuff projects? My code > below fails to find the jquery project. > > [svn-revision-number:revision {execution: defaul

Re: Need help with error with in my list code

2009-10-26 Thread Maarten Bosteels
On Mon, Oct 26, 2009 at 4:57 AM, Haulyn R. Jason wrote: > I do not think JavaReble is a good tool for Wicket. Try Glassfish with > hot deploy with netbeans, works very well with Wicket. > Why would Wicket not work well with JavaRebel ? It works fine for me. Maarten > > On Mon, Oct 26, 2009 at

Re: Open source Wicket blog

2009-10-14 Thread Maarten Bosteels
I got some really cool ideas from the elephas code, but it seems the project has stalled a bit ? The last commit was 18 dec 2008 Maarten On Wed, Oct 14, 2009 at 2:30 PM, wrote: > added elephas blogging system to Wiki: > http://cwiki.apache.org/confluence/display/WICKET/Products+based+on+Wicket

Re: Website 2.0

2009-10-13 Thread Maarten Bosteels
On Tue, Oct 13, 2009 at 11:56 AM, Maarten Bosteels wrote: > Hi David, > oops, I meant Daniel :-) > > The website looks great ! Is the wicket application open source ? > > > I think there's a small bug on https://jalbum.net/signup > Maybe it's intentional,

Re: Website 2.0

2009-10-13 Thread Maarten Bosteels
Hi David, The website looks great ! Is the wicket application open source ? I think there's a small bug on https://jalbum.net/signup Maybe it's intentional, but I couldn't see why: the first two labels are both linked to the input with id="username" Name

Re: Feedbackpanel for each Error Level

2009-10-12 Thread Maarten Bosteels
http://wicket.apache.org/docs/1.4/org/apache/wicket/feedback/ErrorLevelFeedbackMessageFilter.html On Mon, Oct 12, 2009 at 9:33 AM, Bernhard Grünewaldt < bernh...@gruenewaldt.net> wrote: > Hello, > > I know how to add a Feedbackpanel and how to filter it by specific forms > a.s.o. > But I want thr

Re: How to run wicket-stuff phonebook example?

2009-09-28 Thread Maarten Bosteels
Hi, Someone changed the version of commons-dbcp from 1.2.2 to 20030825.18442 (revision 4964) I have reverted that change, and the phonebook seems to work now. As far as I can see the change was made by Shake234, aka Johannes Schneider. Johannes, what was the reason to switch to 20030825.18442 ?

Re: Where can I find this Wicket application?

2009-09-27 Thread Maarten Bosteels
http://svn.carmanconsulting.com/public/wicket-advanced/ On Sun, Sep 27, 2009 at 6:16 PM, David Chang wrote: > > Hello, > > I am reading Wicket-related stuff on the net and came across this Wicket > discussion thread: > > http://osdir.com/ml/users-wicket.apache.org/2009-05/msg01196.html > > In the

Re: UTF-8

2009-09-02 Thread Maarten Bosteels
FYI, spring supports UTF-8 property files as well: see org.springframework.context.support.ReloadableResourceBundleMessageSource Maarten On Wed, Sep 2, 2009 at 2:37 AM, Eelco Hillenius wrote: > >> But I'm sure you can write a properties implementation that reads from > >> UTF-8 in a few hours

Re: Wicket Stuff Core 1.4.1 Release[ing]

2009-08-31 Thread Maarten Bosteels
Hi Jeremy, Great to see another release of Wicket Stuff Core !! Some weeks ago you suggested : " I think that the best solution is that we have 1.4.1.X where X is our release number." Did you change your mind about this ? http://www.mail-archive.com/users@wicket.apache.org/msg40780.html Regard

Re: DataTable & NavigationToolbar visibility problem

2009-08-27 Thread Maarten Bosteels
Hi, Can't really tell you what the solution is. But the wicket devs might be interested to know that I noticed the same problem in the wicket phonebook example. So at least reproducing the problem should be easy :-) http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-phonebook/ regards, M

Re: Wicketstuff core 1.4.0 release preparations

2009-08-13 Thread Maarten Bosteels
On Thu, Aug 13, 2009 at 8:46 PM, Erik van Oosten wrote: > Maarten, you just beated me to it. > > Is the jazzyplugin still needed after your changes? Hi Erik, I did not try to remove the dependency, so it's still needed. I just downloaded the jar and installed in my local maven repo. Maarten

Re: Wicketstuff releases?

2009-08-13 Thread Maarten Bosteels
lse. Maarten On Thu, Aug 13, 2009 at 7:18 PM, Maarten Bosteels wrote: > Hi, > > Revision: 4896 > > After manually installing jazzyplugin from [1] into my local maven repo, I > had the following results: > > mvn clean install => BUILD SUCCESSFUL > > mvn clean package rele

Re: Wicketstuff releases?

2009-08-13 Thread Maarten Bosteels
Hi, Revision: 4896 After manually installing jazzyplugin from [1] into my local maven repo, I had the following results: mvn clean install => BUILD SUCCESSFUL mvn clean package release:prepare -DdryRun=true [ERROR] BUILD FAILURE [INFO] -

Re: Wicketstuff releases?

2009-08-12 Thread Maarten Bosteels
Martijn, First off: I do appreciate the time and work that Jeremy spends on wicketstuff On Wed, Aug 12, 2009 at 4:05 PM, Martijn Dashorst < martijn.dasho...@gmail.com> wrote: > Given the lackluster release history of Wicket Stuff, I'd suggest > going with whatever the only person able *AND* wi

Re: Wicketstuff releases?

2009-08-12 Thread Maarten Bosteels
Hello, On Wed, Aug 12, 2009 at 10:16 AM, Erik van Oosten wrote: > > Hello, > > Now that Wicket 1.4.0 is out, I wonder which wicketstuff core version is > compatible. There is no 1.4.0 version of wicketstuff core (yet?). Should I > use 1.4-rc8-SNAPSHOT? AFAIK wicketstuff-core trunk is compatible

Re: update quickstart page

2009-07-31 Thread Maarten Bosteels
, Martijn Dashorst < martijn.dasho...@gmail.com> wrote: > 1.4.0 is not yet officially released. We take care of that once we > have everything in place. And yes, the official documentation site is > committers only. > > Martijn > > On Wed, Jul 29, 2009 at 12:16 PM, Maarten

update quickstart page

2009-07-29 Thread Maarten Bosteels
Hello, Could someone update http://wicket.apache.org/quickstart.html and add "1.4.0" to the dropdown box ? The 1.4-RC1 and milestones can probably be removed from the list. I would also suggest to use mvn archetype:generate instead of archetype:create Thanks Maarten PS: I tried to do the upd

Re: log4j question with wicket

2009-07-27 Thread Maarten Bosteels
og4j.RollingFileAppender > log4j.appender.R.File=/var/log/${application.name}/application.log > log4j.appender.R.MaxFileSize=10MB > log4j.appender.R.MaxBackupIndex=10 > log4j.appender.R.layout=org.apache.log4j.PatternLayout > log4j.appender.R.layout.ConversionPattern=%p %t %c - log file%m%n > > > >

Re: the effective ways of wicket models to access database

2009-07-27 Thread Maarten Bosteels
On Mon, Jul 27, 2009 at 2:58 PM, David Chang wrote: > > Martin and all, thanks for your input. > > >>You can use spring to inject the service, using @SpringBean and > calling in the constructor InjectorHolder.getInjector().inject(this); > (or use salve) > > You mean add a member to this CheeseMode

Re: [OT] Continue to support Wicket 1.2 in WicketForge

2009-07-27 Thread Maarten Bosteels
We only use wicket 1.4.* Regards, Maarten On Sat, Jul 25, 2009 at 2:16 PM, Erik van Oosten wrote: > Mostly Wicket 1.4 at my company, just 1 Wicket 1.3 project left. > > Regards, > Erik. > > > Nick Heudecker wrote: > >> Hi, >> >> For those of you that don't know, I maintain WicketForge, the Wi

Re: log4j question with wicket

2009-07-27 Thread Maarten Bosteels
On Fri, Jul 24, 2009 at 3:47 PM, pieter claassen wrote: > I think that slf4j is not working in my setup and it might have nothing to > do with Tomcat. As a matter of fact, I assume I don't even have to have > log4j or slf4j working with tomcat, but that as long as my POM references > the correct d

Re: Logging configuration for Wicket - Newbie

2009-07-08 Thread Maarten Bosteels
http://logging.apache.org/log4j/1.2/manual.html Hint: Setting your your root logger on WARN and explicitly lower the level for specific loggers (eg your own classes) is easier than trying the opposite. log4j.rootLogger=WARN log4j.logger.org.apache.wicket=INFO Maarten On Wed, Jul 8, 2009 at 6:

Re: Migration of wicket-ki-security to wicket-shiro-security

2009-06-26 Thread Maarten Bosteels
wicket-ki-security is not yet abandonded :-) I suggest we remove the project (or move it to the attic) as soon as Shiro has a non-snapshot release in maven. Maarten On Fri, Jun 26, 2009 at 11:06 AM, Tauren Mills wrote: > BTW -- I added a page to the wiki as well: > http://wicketstuff.org/conflu

Re: Dirty read/edit problem.

2009-06-23 Thread Maarten Bosteels
Hi, We have implemented something similar. In our case multiple applications should be able to request locks, so we have implemented it on the database. It's based on DBMS_LOCK (Oracle specific). When an application crashes (or is killed in an unclean manner) Oracle will roll back any pending tran

Re: wicket:message on an attribute

2009-06-14 Thread Maarten Bosteels
http://cwiki.apache.org/WICKET/wickets-xhtml-tags.html#Wicket%27sXHTMLtags-Attributewicket:message *wicket:message="attribute:resource_identifier"* - Used on any tag that we want Wicket to provide an attribute with a value that's the result of a resource lookup. Maarten On Sun, Jun 14, 2009 at 5

Re: Anemic domain model and are @SpringBean's compatible with the solution in "Spring 2.0 vs. the Anemic Domain Model"?

2009-06-10 Thread Maarten Bosteels
Hi, According to the docs [1], it should be enough to add this to your spring XML configuration file: [1] http://static.springframework.org/spring/docs/2.5.x/reference/aop.html#aop-aj-ltw Maarten On Wed, Jun 10, 2009 at 3:19 PM, Kent Larsson wrote: > I skipped the AJDT plugin and am doin

Re: Ordering a list component?

2009-05-27 Thread Maarten Bosteels
http://londonwicket.googlecode.com/files/LondonWicket-ListEditor.pdf I vaguely remember that the code didn't work for 100% when I tested it, but it sure is a good start. Maarten On Wed, May 27, 2009 at 5:14 PM, Martijn Dashorst < martijn.dasho...@gmail.com> wrote: > ListView has up and down lin

Re: Generate markup for hidden framework form field?

2009-05-26 Thread Maarten Bosteels
When you write it out with oncomponenttagbody it's not part of the component hierarchy, it's just rendered markup. Once the form is submitted, you can retrieve the value using the servlet API. What behavior would you want to add on top ? Maarten On Tue, May 26, 2009 at 12:17 PM, Jörn Zaefferer

Re: Pre-built wicket sample app for a starter to copy?

2009-05-11 Thread Maarten Bosteels
Hi, Are you sure you want to mix Wicket with DisplayTag ? I am not saying it's impossible, but when starting a Wicket project from scratch, I wouldn't add a JSP tag library to the mix. Maarten On Mon, May 11, 2009 at 7:18 PM, Jeremy Thomerson wrote: > Search for Wicket Phonebook or just start

Re: bug in swfObject.java --> http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html

2009-05-07 Thread Maarten Bosteels
It's a wiki page, you can fix it yourself. Yes you can ! regards, Maarten On Thu, May 7, 2009 at 9:46 PM, Jeremy Thomerson wrote: > Please file a JIRA issue so that it doesn't get lost. > > -- > Jeremy Thomerson > http://www.wickettraining.com > > > > > On Thu, May 7, 2009 at 12:46 PM, Fernando

Re: Wicket-Guice: Inject into Session

2009-04-30 Thread Maarten Bosteels
Hello Igor, I really like the idea behind Salve. Are there any open source applications using it, except elephas [1] ? I already got a lot of inspiration from the elephas source code, but that project seems to have stalled a bit, right ? [1] http://code.google.com/p/elephas/ Thanks, Maarten On

Re: Localize AjaxSubmitLink

2009-04-20 Thread Maarten Bosteels
Or: Maarten On Mon, Apr 20, 2009 at 5:07 PM, Jeremy Thomerson wrote: > link = new AjaxSubmitLink(); > link.add(new AttributeModifier("value", true, new > ResourceModel("speichern.textkey")); > > -- > Jeremy Thomerson > http://www.wickettraining.com > > > > On Mon, Apr 20, 2009 at 6:59 AM,

Re: [poll] Interest in regular Deventer Wicket meetup?

2009-04-20 Thread Maarten Bosteels
Bergen-op-zoom ? Antwerp ? Brussels ? Or the center of the (beer brewing) universe: Leuven ? I'd like to attend, but Deventer is just too far for me. Maarten On Mon, Apr 20, 2009 at 12:47 PM, Thijs wrote: > I'd love to attend. so +1 > However Amsterdam already being a problem (yes, zeeland is t

Re: wicketsuff commit access

2009-04-14 Thread Maarten Bosteels
Thanks Igor. Maarten On Tue, Apr 14, 2009 at 2:42 AM, Igor Vaynberg wrote: > done > > -igor > > On Mon, Apr 13, 2009 at 1:47 PM, Maarten Bosteels > wrote: >> Hello, >> >> I have some small fixes for ki-security under wicketstuff-core. >> >&

wicketsuff commit access

2009-04-13 Thread Maarten Bosteels
Hello, I have some small fixes for ki-security under wicketstuff-core. Could someone grant me commit access ? My sourceforge account is maartenbosteels. Thanks, Maarten - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.

Re: Google App Engine and Wicket

2009-04-12 Thread Maarten Bosteels
naged behind the scenes with the datastore and memcache. You are, of course, free to use the memcache and/or datastore API's directly if you want more control. " Maarten On Sun, Apr 12, 2009 at 4:18 PM, Adriano dos Santos Fernandes wrote: > Maarten Bosteels wrote: >> >> But A

Re: Google App Engine and Wicket

2009-04-11 Thread Maarten Bosteels
But AFAIK GAE doesn't use/guarantee sticky sessions, so I am afraid you can't rely on local memory. "App Engine uses multiple web servers to run your application, and automatically adjusts the number of servers it is using to handle requests reliably. A given request may be routed to any server, a

Re: feedback panel

2009-04-04 Thread Maarten Bosteels
Have you searched the mailinglist archives ? I bet this has been asked before. Anyway, see for example ShinyForm and its friends (in elephas) http://tinyurl.com/cuyugo For adding attribues, use AttributeAppender . ErrorHighlightBehavior from elephas : public class ErrorHighlightBehavior extends

Re: urlFor ResourceStreamRequestTarget returning null

2009-03-31 Thread Maarten Bosteels
Have you seen this page [1], it also features an SWFObject. http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html regards, Maarten On Tue, Mar 31, 2009 at 3:36 PM, francisco treacy wrote: > hi all, > > i can't seem to find the way to get an url for a given RequestTarget. > i'm using w

Re: Open Session in View Pattern: some basic questions

2009-03-26 Thread Maarten Bosteels
Igor, IIUC, transaction-per-request will commit AFTER the response has been rendered, right ? That means that there's also risk for inconsistency: when the commit fails, user will think everything is fine, but changes are rolled back. Or am I missing something ? Maarten On Thu, Mar 26, 2009 at 7

Re: number of active users

2009-03-25 Thread Maarten Bosteels
http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/http/HttpSessionListener.html Counter implements HttpSessionListener { private AtomicInteger count ; sessionCreated: { count.incrementAndGet() } sessionDestroyed: { count.decrementAndGet() } } Or, when users have to login, incre

Re: wicketstuff / ki / jsecurity

2009-03-25 Thread Maarten Bosteels
Hi Ryan, I added you to the Project Members, so feel free to commit your examples. Unfortunately, until now I haven't had time to work on it myself The idea was to let the code mature in http://code.google.com/p/wicket-jsecurity/ and maybe move it to wicket-stuff later on. Maybe we should move i

Re: AutoCompleteTextField and accentuated characters

2009-03-24 Thread Maarten Bosteels
try calling this method as early as possible 9eg with a servlet filter): http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletRequest.html#setCharacterEncoding(java.lang.String) see also: http://static.springframework.org/spring/docs/2.0.x/api/org/springframework/web/filter/CharacterEncoding

Re: How to configure development mode so can see changes on-the-fly without restart

2009-03-09 Thread Maarten Bosteels
Hello, I am also using IDEA 8.1 but instead of the jetty:run I start the wicket app with the Start [1] class that is part of the quickstart archetype. Not sure it's necessary but in my Application class, I added these lines for automatic picking up changes to the html: getResourceSettings().setR

Re: Uppercasing inputs

2009-03-05 Thread Maarten Bosteels
Igor, You made it very clear why a converter isn't appropriate. And also why you shouldn't use a Validator when you don't want to force the user to enter uppercase. But what's your opinion about using an UpperCasingModel ? Downside of overriding getInput is that you'd have to do it on TextField,

Re: a bit of topic but i couldnt resist ....

2009-03-05 Thread Maarten Bosteels
} >} >return modified; >} > > see partly it does what i expect to happen (the if) > but what sun wants to happen is the else.. > > So now we just have 2 behaviors depending on what size the collection > has... > nice.. > > > > On Thu,

Re: a bit of topic but i couldnt resist ....

2009-03-05 Thread Maarten Bosteels
It is in the javadoc for Comparator "Caution should be exercised when using a comparator capable of imposing an ordering inconsistent with equals to order a sorted set (or sorted map). Suppose a sorted set (or sorted map) with an explicit comparator c is used with elements (or keys) drawn from a s

Re: Wicket Quickstart Installation Guide for Beginners

2009-03-04 Thread Maarten Bosteels
I think you need to login first. Here is wher you can create a JIRA account (can be used for all Apache projects that use JIRA) : https://issues.apache.org/jira/secure/Signup!default.jspa Maarten On Wed, Mar 4, 2009 at 5:27 PM, Dane Laverty wrote: > Alright, I just created a JIRA account. I've

Re: [vote] In Wicket 1.4 and onwards, remove widening from the list of choices model in DropDownChoice, changing it from IModel> to IModel>

2009-03-02 Thread Maarten Bosteels
[X] Yes, change the DropDownChoice constructor to take the choices list as IModel> or List without the wildcard Maarten On Mon, Mar 2, 2009 at 9:30 AM, Daan van Etten wrote: > [X] Yes, change the DropDownChoice constructor to take the >> choices list as IModel> or List without the >> wi

Re: Wicket Security Question

2009-02-27 Thread Maarten Bosteels
I created a google-code project for Wicket-JSecurity integration, but unfortunately haven't had time to work on it. Les has already done some commits though. http://code.google.com/p/wicket-jsecurity/ Any help is welcome. regards, Maarten On Fri, Feb 27, 2009 at 8:31 AM, Wayne Pope < waynemail

Re: column width ajustable table

2009-02-24 Thread Maarten Bosteels
http://www.nabble.com/Re%3A-inmethod---grid-website--p20093086.html On Tue, Feb 24, 2009 at 10:15 PM, miro wrote: > > I searched google inmethod Datagrid that did not help me is there any > example with demo and code like other wicket examples if so please provide > the link > > PY wrote: > >

Re: What IDE best fits with Wicket?

2009-02-24 Thread Maarten Bosteels
IDEA users, don't be shy ! ;-) Probably nobody dared to mention it because it's not free. But guess what. It is free for Open Source development (and a personal license costs only 225 euro) I think IDEA is really fantastic. It has great maven support out-of-the-box, it will also download sources

Re: Flash Chart Display problem

2009-02-20 Thread Maarten Bosteels
Have you tried this ? http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html Maarten On Fri, Feb 20, 2009 at 5:42 PM, newbieabc wrote: > > Hi, > I am trying to add a flash chart into an existing web page with a form in > it, but for some reason it won't display when the page loads, ins

Re: Encoding Russian pages

2009-02-16 Thread Maarten Bosteels
If you think about re-implementing ResourceBundle to support UTF-8 properties files have a look at spring's ReloadableResourceBundleMessageSource. http://static.springframework.org/spring/docs/1.2.x/api/org/springframework/context/support/ReloadableResourceBundleMessageSource.html#setDefaultEncodi

Re: Intellij Idea Plugin Bounty

2009-02-11 Thread Maarten Bosteels
Hi, I think WicketForge is already VERY nice. About your wishlist: 1) is already implemented in WicketForge 2) and 3) : I have no idea 4) and 5) can be solved by changing the DTD that IDEA uses for validating (x)html. A few months ago I experimented a bit with that DTD and I could make the error

Re: Very Simple Security

2009-02-11 Thread Maarten Bosteels
I just had a quick look at wicket-auth-roles. And I like its simplicity. On Wed, Jan 14, 2009 at 5:28 PM, Martijn Dashorst < martijn.dasho...@gmail.com> wrote: > You could use wicket-auth-roles. Can't think of anything more simpler: > it provides two roles: user and admin. Based on my brief loo

Re: URL Mapping (Beginner)

2009-02-09 Thread Maarten Bosteels
Or you can specify the mount path on the Page class itself: http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-annotation regards, Maarten On Mon, Feb 9, 2009 at 5:49 PM, Andreas Balke wrote: > excellent :) > > > > Matthew Hanlon wrote: > >> You can use PackageRequestTargetUrlCodi

Re: Graphs, Charts and Wicket

2009-02-02 Thread Maarten Bosteels
Also have a look at http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html Maarten On Thu, Jan 29, 2009 at 2:45 PM, newbieabc wrote: > > If you don't mind, could you post your code to display the chart you used? > I was interested the gradient fill chart they offered, but am really new

Re: [OT] Wicket Like framework for desktop applications?

2009-01-28 Thread Maarten Bosteels
Hi Nino, I don't have much Swing experience, but I think this can be handy for lifecycle stuff etc: https://appframework.dev.java.net/intro/index.html regards, Maarten On Wed, Jan 28, 2009 at 3:27 PM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > 2009/1/28 jWeekend > > > > > Nino

Re: Wicket presentation at Bulgarian JUG

2009-01-19 Thread Maarten Bosteels
Nice presentation ! I found one tiny copy/paste error on page 20: Last line: "Every time this label is redrawn a new call to person.getName() will be made" Should be: "Every time this label is redrawn a new call to person.getAddress(0.getCity() will be made" Maarten On Sun, Jan 18, 2009 at 7:16

Re: WicketForge 0.5.0 Available for IDEA 8

2009-01-16 Thread Maarten Bosteels
it from > here: > > > http://www.systemmobile.com/code/WicketForge-0.5.0.zip > > And rename the zip to a jar. I'll update the instructions page next. > > On Wed, Jan 14, 2009 at 7:40 AM, Don Hass wrote: > > > > > Ditto. > > > > That's

Re: WicketForge 0.5.0 Available for IDEA 8

2009-01-14 Thread Maarten Bosteels
Hello, I tried to download http://www.systemmobile.com/code/WicketForge-0.5.0.jar but it's an empty file (zero bytes) Thanks, Maarten On Wed, Jan 14, 2009 at 6:42 AM, Nick Heudecker wrote: > I'm looking for some people to test WicketForge 0.5.0 with IDEA 8. As far > as I can tell, everything s

Re: wickethub.org

2008-12-16 Thread Maarten Bosteels
On Mon, Dec 15, 2008 at 10:43 PM, Jonathan Locke wrote: > > > oh yeah, there's a post where we started figuring out some details about > how > this would work somewhere on this list Here it is : http://www.nabble.com/idea:-automatic-component-repo-to17979177.html Maarten > > > > Jonathan Locke

Re: Wicket integration with good charts api

2008-12-11 Thread Maarten Bosteels
On Wed, Dec 10, 2008 at 10:39 PM, shetc <[EMAIL PROTECTED]> wrote: > > Hi Maarten, > > This is slightly off-topic as it's not really a Wicket issue but more of a > Flash problem. > The Open Flash Chart swf works fine as long as it is not used with SSL. > According to > http://kb.adobe.com/selfserv

Re: Wicket integration with good charts api

2008-12-09 Thread Maarten Bosteels
Hi Steve, I only tried the code with wicket 1.4-x and java 6.x Have you tried building ofc4j yourself ? I did, because I wanted to install its javdoc and sources into my local maven repo. I downloaded the source and created this pom.xml to build it (I should ask the ofc4j devs if they would cons

Re: Embedding advanced flash object

2008-12-08 Thread Maarten Bosteels
Maybe this wiki page can help you, it does something very similar: http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html Maarten On Sun, Dec 7, 2008 at 10:53 PM, Jeremy Thomerson <[EMAIL PROTECTED] > wrote: > Well, your email has a typo "wicked" - it might be that. I've never seen >

Re: Wicket integration with good charts api

2008-12-05 Thread Maarten Bosteels
to add to wicket-stuff ? Perhaps it could be added to minis ? Maarten On Fri, Dec 5, 2008 at 6:38 PM, Maarten Bosteels <[EMAIL PROTECTED]>wrote: > Oops, just started working on it :-) > Will see if I can add somet more info to the wiki page. > > Maarten > > > > On Fri, Dec

Re: Wicket integration with good charts api

2008-12-05 Thread Maarten Bosteels
wicketstuff... > > http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html > > > > On Nov 5, 2008, at 3:59 PM, Thies Edeling wrote: > > Maarten Bosteels wrote: >> >>> I have a similar requirement and played a bit with Open Flash Charts. [1] >&

Re: Thread.sleep() for only one session

2008-12-05 Thread Maarten Bosteels
If you're trying to defend against a brute-force password guessing attack, you could add a captcha to your logon form after x failed login attempts from one IP address. Maarten On Fri, Dec 5, 2008 at 5:20 PM, Jeremy Thomerson <[EMAIL PROTECTED]>wrote: > You definitely do NOT want to intentionall

Re: Absolute URL problem with HeaderContributor (1.3.4)

2008-11-07 Thread Maarten Bosteels
see also http://wicket.apache.org/quickstart.html Maarten On Fri, Nov 7, 2008 at 8:43 AM, Martin Funk <[EMAIL PROTECTED]> wrote: > 2008/11/7 Sean Brookes <[EMAIL PROTECTED]> > >> >> Thank you for your quick response igor but I don't think I understand your >> response. We are currently using ver

Re: Wicket integration with good charts api

2008-11-05 Thread Maarten Bosteels
I have a similar requirement and played a bit with Open Flash Charts. [1] It took little effort to integrate wicket + ofc4j [2] + swfobject [3] [1] http://teethgrinder.co.uk/open-flash-chart-2/glass-bar-chart.php [2] http://code.google.com/p/ofcj/ [3] http://code.google.com/p/swfobject/ Another r

Re: Changing WicketRuntimeException output

2008-10-29 Thread Maarten Bosteels
Should be possible to catch WicketRuntimeException with a servlet filter ... On Wed, Oct 29, 2008 at 4:27 PM, Dane Laverty <[EMAIL PROTECTED]>wrote: > I would like to make it so that whenever Wicket throws a > WicketRuntimeException, it also prints out getSession().getUser(). I'm > not especial

Re: CompoundModel based on proxies

2008-10-29 Thread Maarten Bosteels
> On Wed, Oct 29, 2008 at 9:20 AM, Maarten Bosteels > <[EMAIL PROTECTED]> wrote: > > On Wed, Oct 29, 2008 at 1:09 PM, James Carman < > [EMAIL PROTECTED]>wrote: > > > >> You shouldn't muddy up your "domain" with view-specific logic (the > >

Re: CompoundModel based on proxies

2008-10-29 Thread Maarten Bosteels
Have a look at https://bean-properties.dev.java.net/ It's certainly *not* view-specific logic. It's a very simple idea, and way more elegant than ugly setters and getters. But I will have a look at the proxy approach as well. regards Maarten > > On Wed, Oct 29, 2008 at 5:42 AM, Maarten Bosteels &

Re: CompoundModel based on proxies

2008-10-29 Thread Maarten Bosteels
On Wed, Oct 29, 2008 at 12:02 PM, Maarten Bosteels <[EMAIL PROTECTED]>wrote: > > On Wed, Oct 29, 2008 at 11:47 AM, francisco treacy < > [EMAIL PROTECTED]> wrote: > >> hi maarten >> >> > About the null checking, I will see if I can avoid having nest

Re: CompoundModel based on proxies

2008-10-29 Thread Maarten Bosteels
tual null pointer exception would be thrown before your > > constructor is called. > > > > francisco > > > > > > > > > > > >> > >>> > >>> On Wed, Oct 29, 2008 at 10:42 AM, Maarten Bosteels > >>> <[EMAIL PROTECTED]>wrote: > >>&g

Re: CompoundModel based on proxies

2008-10-29 Thread Maarten Bosteels
> > > francisco > > > > > > > > >> > >> On Wed, Oct 29, 2008 at 10:42 AM, Maarten Bosteels > >> <[EMAIL PROTECTED]>wrote: > >> > >> > On Wed, Oct 29, 2008 at 8:35 AM, Wayne Pope < > [EMAIL PROTECT

Re: CompoundModel based on proxies

2008-10-29 Thread Maarten Bosteels
I can avoid having nested null values in my proof-of-concept project. Regards, Maarten > > On Wed, Oct 29, 2008 at 10:42 AM, Maarten Bosteels > <[EMAIL PROTECTED]>wrote: > > > On Wed, Oct 29, 2008 at 8:35 AM, Wayne Pope <[EMAIL PROTECTED] > > > > wrote: > >

Re: CompoundModel based on proxies

2008-10-29 Thread Maarten Bosteels
On Wed, Oct 29, 2008 at 8:35 AM, Wayne Pope <[EMAIL PROTECTED]> wrote: > > Hi, > > Francisco and I here where discussing whether we could figure a way of > having some form of static/compile time checking on our > (Compound)PropertyModels, as I'm a bit concerned long term about some nasty > runtime

Re: Returning XML to JS

2008-10-21 Thread Maarten Bosteels
for an example, see http://www.nabble.com/linking-to-a-text-ResourceReference-td19753402.html Maarten On Tue, Oct 21, 2008 at 12:07 PM, Peter Ertl <[EMAIL PROTECTED]> wrote: > have a look at XStream :-) > > > Am 21.10.2008 um 11:25 schrieb [EMAIL PROTECTED]: > > > Hi, >> >> What's the nice / co

Re: WebPage constructor

2008-10-15 Thread Maarten Bosteels
http://cwiki.apache.org/WICKET/working-with-wicket-models.html Maarten On Wed, Oct 15, 2008 at 9:40 AM, Johan Compagner <[EMAIL PROTECTED]>wrote: > no everytime you want to fetch data from a database you should do that in > your models > load the data an detach the data see detachable models > >

Re: Wicket Security - best practices?

2008-10-14 Thread Maarten Bosteels
> > Let me know how you'd like to receive the files, and I'll send > them/place them where you want. In the meantime, I'm going to finish > up the Authorization and Session support > > Cheers, > > Les > > On Mon, Oct 13, 2008 at 4:10 PM, Maarten Bostee

Re: linking to a text ResourceReference

2008-10-14 Thread Maarten Bosteels
Hello Ryan, Would you be so kind to add some more details about your OpenFlashChart component ? * Could you post the html that goes with the OpenFlashChart component ? * Could you also provide source code of the SWFObject that are you using ? Is it based on the http://issues.apache.org/jira/br

  1   2   >