Re: Which way to go? AjaxSubmitLink or AjaxLink? Neither does the job for me :)

2007-12-27 Thread Erik van Oosten
the framework :) > > -- Edvin > -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Which way to go? AjaxSubmitLink or AjaxLink? Neither does the job for me :)

2007-12-27 Thread Erik van Oosten
t then >>> the input data isn't propagated to the model, so I can't get hold of >>> it in the ModalWindow. I have also tried overriding >>> getDefaultFormProcessing() and returning false, but then obviously the >>> model isn't updated either, so

Re: Ajax compatible url strategies?

2007-12-21 Thread Erik van Oosten
to > post it to server after the page has been loaded. And the only way > that change url on client without reloading the page is changing > window.location.hash (the part after # which doesn't get to server on > normal request). > > -Matej > > On Dec 21, 2007 11

Ajax compatible url strategies?

2007-12-21 Thread Erik van Oosten
icked? Is there a way to do this all automatically? Would a BookmarkableAjaxFallbackLink make sense? Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: SyncRepl cookie length?

2007-11-22 Thread Erik van Oosten
? There's no upper bound on the size. In a multimaster scenario, the more servers there are, the bigger the cookie may grow. -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/

Re: [Radiant] Moving pages and have them become child items...

2007-11-21 Thread Erik van Oosten
; Reorder extension. > > -- Erik van Oosten http://2008.rubyenrails.nl/ http://day-to-day-stuff.blogspot.com/ ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radian

Re: [Radiant] Issue with page updating since 0.6.4

2007-11-21 Thread Erik van Oosten
n I do a Clear Cache.... > -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/ ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lis

SyncRepl cookie length?

2007-11-21 Thread Erik van Oosten
Hi, I need to store syncrepl cookies in a database. What is the maximum length for a cookie that is issued by open ldap? Regards, Erik. -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/

Re: [Radiant] Mephisto Integration

2007-11-21 Thread Erik van Oosten
>I have searched for it, but i am totally confused that how to > start with >it.. > Thanks. > Arpit > -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/ ___ Radiant mailing list Pos

Re: Dynamic content on a panel

2007-11-19 Thread Erik van Oosten
Alexander -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to add sortable header into ListView

2007-11-19 Thread Erik van Oosten
? Thanks in advance -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Radiant] Sessions in Radiant Help

2007-11-17 Thread Erik van Oosten
get it to work, I did froze to edge radiant, then went into > SiteController.rb and commented out the session line. This would mean > that any pages that you want sessions off for you'd have to do > manually - so use with caution. > > Jeff > >

Howto extend LDAP in java with JLDAP

2007-11-16 Thread Erik van Oosten
Hi, Based on my experiences with implementing a RFC4533 (synchronization) client with JLDAP I created a small howto. You can find it on my blog: http://day-to-day-stuff.blogspot.com/2007/11/howto-extend-ldap-in-java-with-jldap.html. Have fun, Erik. -- Erik van Oosten http://2008

Re: isEnabledInHierarchy?

2007-11-13 Thread Erik van Oosten
ent our desired behaviour short of touching every input component in our component tree. On the other hand, I see no reason why wicket should not determine enablement recursively. thoughts? Thomas -- Erik van Oosten http://2008.rubyenrails.nl/ http://day-to-day-stuff.blogspot.com/

[Radiant] 'Clear Page Cache' problems with 0.6.4

2007-11-13 Thread Erik van Oosten
Hello, I upgraded from 0.6.3 to 0.6.4 and now the 'Clear page cache' button no longer works consistently. I have not seen the pattern yet, sometimes it works, sometimes it doesn't. Anybody seen this as well? Regards, Erik. -- Erik van Oosten http://2008.rubyenrails.nl

[Radiant] How to iterate over all pages?

2007-11-07 Thread Erik van Oosten
section. I am looking at something that will give each and every page. Is there a simple solution, or do I need to write a new extension? Regards, Erik. -- Erik van Oosten http://2008.rubyenrails.nl/ http://day-to-day-stuff.blogspot.com/ ___ Radiant

Re: When to delete client content during RFC4533 synchronization?

2007-11-04 Thread Erik van Oosten
ost a tutorial on extending JLDAP so that at least others can get a grasp on how to approach this. I'll post the link here when its done. PS. I filled a second, much smaller, syncrepl bug under ITS#5211. Thanks. Now fixed in HEAD. Great! Regards, Erik. -- Erik van Oosten http://2008.ruby

Re: When to delete client content during RFC4533 synchronization?

2007-11-04 Thread Erik van Oosten
Howard, Thanks for your support and the quick fix! Regards, Erik. PS. I filled a second, much smaller, syncrepl bug under ITS#5211. Howard Chu wrote: Erik van Oosten wrote: Shall I report this as a bug? Please do, thanks. -- Erik van Oosten http://2008.rubyenrails.nl/ http://day

Re: empty wicket:message

2007-11-03 Thread Erik van Oosten
+1 Al Maw wrote: Mmmm. I must say I agree with this. I'd actually prefer it to throw an exception. ;-) Maybe we should add this as a feature? getMarkupSettings().setThrowExceptionOnEmptyMessageTagKeyMissing(true) or something equally descriptive. ;-) -- Erik van Oosten http:/

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-03 Thread Erik van Oosten
urces=true"... Is there something i'm missing ? In my classpath, i have slf4j-log4j12-1.4.2.jar + log4j-1.2.14.jar, and still the infamous "NoSuchMethodError" Should i better rollback to wicket 1.3 beta2 ? -- Erik van Oosten http://2008.rubyenrails.nl/ http://day-

Re: Replacing with

2007-11-03 Thread Erik van Oosten
ur to 'correct' html. Regards, Erik. -- Erik van Oosten http://2008.rubyenrails.nl/ http://day-to-day-stuff.blogspot.com/

Re: Replacing with

2007-11-02 Thread Erik van Oosten
pery slope of assuming the developer made an error and automatically correcting it. I think a better solution would be to have an option where Wicket looks for potential errors in your HTML and then outputs a warning to the console. John -- Erik van Oosten http://2008.rubyenr

Re: Is Beta5 coming soon? Beta4 has caused these issues for us....

2007-11-02 Thread Erik van Oosten
?) on Sunday. landry soules wrote: Hello Please Al, what is the fix for this problem with slf4j ? I spent half a day trying every possible combination between log4j and slf4j, and got nothing but a strong headache ( and "NoSuchMethodError") !!! -- Erik van Oosten h

Re: When to delete client content during RFC4533 synchronization?

2007-11-02 Thread Erik van Oosten
Howard Chu wrote: Erik van Oosten wrote: Still, this interpretation can not be correct. When I run my sync client program against OpenLDAP (2.3.36), and then restart it after the refresh stage with the last received cookie (note: the DIT remains unchanged), the first message is exactly that

Re: When to delete client content during RFC4533 synchronization?

2007-11-01 Thread Erik van Oosten
e as the initial cookie, but depending on this is tricky; the client should never interpret the cookie.) I am quite confused here. Where is the error in our reasoning? Regards, Erik. >-- Howard Chu >Chief Architect, Symas Corp. http://www.symas.com >Director, Highland Sun

When to delete client content during RFC4533 synchronization?

2007-10-31 Thread Erik van Oosten
something? What is the behavior of the OpenLDAP server in this matter? Does it ever ignore the reloadHint of the sync request control? Regards, Erik. -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/

Re: recommend a CMS to integrate w/our wicket-based webapp?

2007-10-28 Thread Erik van Oosten
sed webapp? Or, in other words, do you have a site where pages divide into the above 3 catogories? If so, could you please share with CMS did you choose and how did you integrate? thanks -nikita -- Erik van Oosten http://2008.rubyenrails.nl/ http:/

Re: Scrollbars on AutomCompleteTextField?

2007-10-26 Thread Erik van Oosten
things beginning with "t" so the explorer window's scrollbars compensate, which isn't ideal because there's other stuff on the panel. I'm guessing its something to do the IAutoCompleteRenderer? Cheers WK -- Erik van Oosten http://2008.rubyenrails.nl/ http://www

Re: AutoCompleteTextField / combobox

2007-10-26 Thread Erik van Oosten
s there a way I can achieve this using a custom Renderer / converter / behavior? Is there a different component or extension that already does this? Or is there an easy way to achieve this with the AutoCompleteTextField? Thanks for any help! -Clay -- Erik van Oosten http://2008.rubye

Re: [Radiant] [PREVIEW] Snapshot extension: serve Radiant sites statically

2007-10-25 Thread Erik van Oosten
A URL was posted earlier today. Regards, Erik. Saji Njarackalazhikam Hameed wrote: > Hi Aitor, > > I would like to use this extension. However I could find any attachment in the > message. Could it be retrieved by ftp or some similar service? > > saji > > >

Re: Acegi and Wicket-auth-roles

2007-10-24 Thread Erik van Oosten
Thanks for adding this to the wiki! Regards, Erik. Michael Sparer schreef: and _not_ vice versa. otherwise the wicket servlet looks for authorities that haven't been set yet. ... always the easy and logical things waste my time ;-) -- Erik van Oosten http://2008.rubyenrails.nl/

Re: [Radiant] Names of months in Archive Extension

2007-10-24 Thread Erik van Oosten
lish equivalent. What I have to do?? >>> >>> >> I'd suggest that you create a set of polish date tags in an extension. >> You may need to copy the Archive pages as well. >> >> -- >> John Long >> >> --

Re: Wicket Article on DevX

2007-10-15 Thread Erik van Oosten
legacy web-app) - see http://www.nabble.com/Wicket%2C-IDEA-and-Winstone...-p12919201.html /Gwyn - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail:

Re: wicket enclosure around a list

2007-10-12 Thread Erik van Oosten
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: format entire codebase on Mon, October 15 2008 ?

2007-10-12 Thread Erik van Oosten
if you let me know your gmail id, i can invite you. Gerolf -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/

Re: TabbedPanel with image tabs - how to contribute ?

2007-10-11 Thread Erik van Oosten
TabbedPanel. Good work! Erik. Stefan Simik wrote: very good idea :) How can I contribute ? ..or where can I send example with full sources ? -- Erik van Oosten http://2008.rubyenrails.nl/ http://day-to-day-stuff.blogspot.com/ ---

Re: [slf4j-user] [ANN] JCL to Slf4j migration in a Maven environment

2007-10-11 Thread Erik van Oosten
Hello slf4j-ers, I took no-commons-logging to the next level and called it Version 99 Does Not Exist. http://day-to-day-stuff.blogspot.com/2007/10/announcement-version-99-does-not-exist.html Have fun! Erik. -- Erik van Oosten http://2008.rubyenrails.nl/ http://day-to-day

Re: TabbedPanel with image tabs

2007-10-10 Thread Erik van Oosten
="image" class="left-image"/><span wicket:id="title">[[tab title]]</span></a> </li> </ul> </div> <div wicket:id="panel" class="tab-panel">[panel]</div> -- Erik van Oosten http://2008.rubyenrails.nl/ http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: TabbedPanel with image tabs

2007-10-07 Thread Erik van Oosten
, e-mail: [EMAIL PROTECTED] -- Erik van Oosten http://2008.rubyenrails.nl/ http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Wicket Meetup Amsterdam: a proposal

2007-10-04 Thread Erik van Oosten
Excellent! That is only 4 blocks from where I work :) Also, all those dates are fine by me. Just an opinion: I do not expect any presentations; just a get together for a couple of hours is nice. Erik. -- Erik van Oosten http://2008.rubyenrails.nl/ http://day-to-day-stuff.blogspot.com

Re: [OT] Automatic character2HTMLEntity conversion?

2007-10-04 Thread Erik van Oosten
Sorry if I am too blund, for what do you need the character entities? Is serving the characters in UTF-8 encoding not sufficient? Regards, Erik. Manuel Barzi wrote: I have a lot of literal files (properties) with some special characters (spanish accents) that I would desire to convert to H

Re: Acegi (Spring Security)

2007-09-15 Thread Erik van Oosten
Ian, With this symptom I would guess that the Acegi filter is not installed on all URLs that the Wicket application is handling. It is not likely a Wicket problem as your code goes directly to Acegi's threadlocal. If you're deploying to a clustered environment a lot of interesting session mech

Re: updating form component models when a link is clicked

2007-09-13 Thread Erik van Oosten
You cannot use SubmitLink in a browser without javascript, right? Erik. Martijn Dashorst wrote: Or SubmitLink, which seems more appropriate in this case. Martijn - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: updating form component models when a link is clicked

2007-09-13 Thread Erik van Oosten
Cool! Didn't know about that. Thanks, Erik. Martijn Dashorst schreef: Or SubmitLink, which seems more appropriate in this case. Martijn - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

Re: updating form component models when a link is clicked

2007-09-13 Thread Erik van Oosten
nt page is loaded. But the component models are not getting updated when the onClick event is called in each link. How can the models be updated. -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.bl

Re: wicket authentication override

2007-09-12 Thread Erik van Oosten
Hmm, how can this be done without breaking existing stuff? I think an easy solution would be to create your own subclass of AuthenticatedWebSession and override isSignedIn(). That isSignedIn() can check the application mode. Regards, Erik. Eelco Hillenius wrote: I would like to bypass t

Re: Ajax - Long process indicator ?

2007-09-12 Thread Erik van Oosten
Besides showing a progress indicator, you could also disable mouse interaction by overlaying a div that has the height and width of the entire page. Add a bit of javascript to the button to show/display such a div. Erik. Mael Sicsic wrote: In fact I my problem is the following : a form is

Re: stay logged in/session expiration time

2007-09-11 Thread Erik van Oosten
d solution, and thanks for that. My mistake, I wasn't too precise >> at my last letter. Maybe the more accurate question sounds like this: >> how can I change the sessions expiration time during runtime? > -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-

Re: Any interest in a Wicket User Group meeting in The Netherlands?

2007-09-08 Thread Erik van Oosten
Interested. Yes. I live in Amsterdam, but any place near a train station not too far from Amsterdam (say, 90 minutes) is fine. Regards, Erik. Op 7-sep-2007, om 16:34 heeft Johan Compagner het volgende geschreven: hi, I can organize one if there is enough interest Martijn and i will

Re: Progressive Enhancement

2007-09-06 Thread Erik van Oosten
Here is an article on the subject: http://day-to-day-stuff.blogspot.com/2007/01/backward-compatible-ajax-development.html Regards, Erik. > Taking that approach would mean pages that "were ajax" would > work if the the user disabled javascript or not. Not to mention > a whole wealth of other

Re: PasswordTextField no longer supports cookies in beta3

2007-08-29 Thread Erik van Oosten
a sec). Regards, Erik. Erik van Oosten wrote: Dear wicketeers, In 1.3beta3 I can no longer call new PasswordTextField(...).setPersistence(true); as this results in a: java.lang.UnsupportedOperationException: FormComponent class org.apache.wicket.markup.html.form.PasswordTextField does not su

PasswordTextField no longer supports cookies in beta3

2007-08-29 Thread Erik van Oosten
PasswordTextField no longer allows this. Okay, it is not super safe, but it is also not very unsafe and very desirable in some circumstances. Could someone provide the rationale for the change? Regards, Erik. -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day

Re: Apache Wicket 1.3.0-beta3 released!

2007-08-29 Thread Erik van Oosten
Ah, sorry. My mirror was out of date. Regards, Erik. Martijn Dashorst wrote: How about the central repository, which is used for all official releases? Martijn On 8/29/07, Erik van Oosten <[EMAIL PROTECTED]> wrote: Great!! When can we expect it on http://wicketstuff.org

Re: Apache Wicket 1.3.0-beta3 released!

2007-08-29 Thread Erik van Oosten
Great!! When can we expect it on http://wicketstuff.org/maven/repository/? Or is there another maven repository? Regards, Erik. Martijn Dashorst-4 wrote: > > This is the third beta for Apache Wicket we have prepared for your > pleasure. -- View this message in context: http://www.

Re: Wicket Acegi Integration.

2007-08-22 Thread Erik van Oosten
CTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: Acegi and Wicket-auth-roles

2007-08-18 Thread Erik van Oosten
the answer. Try it now. http://uk.answers.yahoo.com/ -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Namespace change for Wickets xhtml tags in 1.3?

2007-08-14 Thread Erik van Oosten
-- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Wicket-auth-roles 1.2.6 1.4 JVM

2007-08-08 Thread Erik van Oosten
io <[EMAIL PROTECTED]> wrote: Yes, I known that is fast and easy but I tried to do it myself and I had problems. Thanks! On 7/30/07, Erik van Oosten <[EMAIL PROTECTED]> wrote: Hi Flavio, It only takes 15 minutes to make it yourself. But anyway, here is one: http://omelet.zapto.org/

[jira] Commented: (MAVENUPLOAD-1619) Please upload XMLUnit for Java 1.1

2007-08-06 Thread Erik van Oosten (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_104070 ] Erik van Oosten commented on MAVENUPLOAD-1619: -- Meanwhile, is there another repository? > Please upl

Re: [Radiant] Page attachments extension

2007-07-31 Thread Erik van Oosten
Hi Keith, I think it is this one: http://www.nabble.com/forum/ViewPost.jtp?post=11862316&framed=y A big apology, I see that it was unanswered, and even more, written by you! I am very sorry for not paying attention, Erik. Mailing-7 wrote: > > Hi Eric, > > I can see messages referring

Re: Problem configuring Acegi Spring security login page with Wicket framework

2007-07-30 Thread Erik van Oosten
annot find it. My question is, how do I configure Acegi so it uses Wicket MyAppSignIn page (same as YourAppSignIn extends WebPage from http://cwiki.apache.org/WICKET/acegi-and-wicket-auth-roles.html0. Thanks, Lubos -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-t

Re: [Radiant] Page attachments extension

2007-07-30 Thread Erik van Oosten
en > this before?? > > > - > > > Keith > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant

Re: Wicket-auth-roles 1.2.6 1.4 JVM

2007-07-30 Thread Erik van Oosten
ECTED] -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem configuring Acegi Spring security login page with Wicket framework

2007-07-29 Thread Erik van Oosten
is, how do I configure Acegi so it uses Wicket MyAppSignIn page (same as YourAppSignIn extends WebPage from http://cwiki.apache.org/WICKET/acegi-and-wicket-auth-roles.html0. Thanks, Lubos -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com

Re: [Wicket-user] Redirecting top frame

2007-07-26 Thread Erik van Oosten
Igor wrote: write your own page, that works like redirect page, but instead of doing window.top.location='url' What he meant: write your own page, that works like redirect page, but instead of doing http://redirected-url.com'/> >> >> ? >> Is a nested "script" tag allowed inside a "meta"

Re: [Radiant] Internationalization Support

2007-07-24 Thread Erik van Oosten
antcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/ ___ Radiant mailing list Pos

Re: [slf4j-user] [ANN] JCL to Slf4j migration in a Maven environment

2007-07-20 Thread Erik van Oosten
Hi Ceki, Hopefully it will not be necessary in 5 years :) But, yes I want to keep it around for at least 5 years. I host it at home together with another site which needs to be up for at least 5 years. The hostname is a free DNS service from http://www.no-ip.com/, which proved to be very reliabl

Re: Passing the component that is checked to IRoleCheckingStrategy.hasAnyRole()

2007-07-19 Thread Erik van Oosten
;m trying to integrate Wicket with Acegi security, and I > want to let Acegi's AccessDecisionManager check if the > instantiation or action is authorized or not. But I need to > pass the 'secured object', which is the component in my case. > > I can provide a patch, i

Re: [Wicket-user] .properties encoding

2007-07-19 Thread Erik van Oosten
Or you escape everything as unicode characters (e.g. /u00ef, see http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#3.3), or you use the xml syntax supported by Java 6 (sorry no idea how that works in Wicket). Regards, Erik. Matej Knopp-2 wrote: > > You can't. Java propert

[slf4j-user] [ANN] JCL to Slf4j migration in a Maven environment

2007-07-19 Thread Erik van Oosten
Hi, I wrote my own version of a commons-logging release to fool Maven and completely exclude JCL from my application. Read about the why and how on my blog: http://day-to-day-stuff.blogspot.com/2007/07/no-more-commons-logging.html Regards, Erik. -- Erik van Oosten http://2008

RE: [ANN] Complete JCL to Slf4j migration

2007-07-19 Thread Erik van Oosten
Good idea, I'll change it immediately. Regards, Erik. Jörg Schaible wrote: > > Hi Erik, > > Erik van Oosten wrote on Thursday, July 19, 2007 11:16 AM: > >> Hi, >> >> Some time ago I asked how to globally suppress inclusion of a >> depen

[ANN] Complete JCL to Slf4j migration

2007-07-19 Thread Erik van Oosten
. You can read about the why and how on my blog: http://day-to-day-stuff.blogspot.com/2007/07/no-more-commons-logging.html Regards, Erik. -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/ -- View this message in context: http://www.nabble.com/-ANN

Re: [Wicket-user] TabbedPanel tabs instanciation

2007-07-12 Thread Erik van Oosten
Xavier, Just an idea, I am not sure this would work: do not use the first tab, and switch to the second tab (index 1) if you do not have the parameter. Regards, Erik. Xavier Hanin wrote: > > When debugging my application which uses a TabbedPanel, I realized that > one > tab was unnecessar

Re: [Radiant] iPhone-friendly Radiant Admin UI

2007-07-12 Thread Erik van Oosten
kward an any screen. If you want to add/remove tabs your mouse milage shoots up quite a bit. Perhaps immediately adjacent to the tabs themselves is a better location for the (+) and (-) buttons? Regards, Erik. -- Erik van Oosten http://2008.rubyenrails.nl/ http://day-to-day-stuff.blo

Re: [Wicket-user] Using a component more than once on a wicket page

2007-07-11 Thread Erik van Oosten
bind a component *instance* more than once. > > Martijn > -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/ -- View this message in context: http://www.nabble.com/Using-a-component-more-than-once-on-a-wicket-page-tf4061402.html#a115394

[Radiant] Radiant and Dutchify - Date problems

2007-06-30 Thread Erik van Oosten
probably better to use these Rails helpers when available, to leverage these plugins. Thanks for a great product, regards, Erik. -- Erik van Oosten http://2008.rubyenrails.nl/ http://day-to-day-stuff.blogspot.com/ ___ Radiant mailing list

Re: [Wicket-user] Wicket & Acegi ?

2007-05-31 Thread Erik van Oosten
more as I can only work on it for at most an hour per day :( I'll post again when I am done :) Regards, Erik. -- Erik van Oosten http://2007.rubyenrails.nl/ http://day-to-day-stuff.blogspot.com/ -- View this message in context: http://www.nabble.com/Wicket---Acegi---tf3833443

Re: [Wicket-user] Wicket & Acegi ?

2007-05-29 Thread Erik van Oosten
unctionality to handle both authentication and > authorization and is perfectly capable of delegating to whatever > authentication framework you desire. > > Maurice > -- Erik van Oosten http://2007.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/ -- View

Re: [Wicket-user] Wicket & Acegi ?

2007-05-29 Thread Erik van Oosten
work but i > believe i have heard of people using them together. > > Optionally if you are using java 1.5 you could check out the > wicket-auth-roles project. > -- Erik van Oosten http://2007.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/ -- View this message in contex

Re: [Wicket-user] Autocomplete - selecting (higlighting) firstoption by default.

2007-05-29 Thread Erik van Oosten
Yes please! other things that would be great: -1- immediate open of the dropdown window upon entering the field -2- control over the width of the dropdown window I implemented -1- by adding a special class to the field 'immediateOpen' and adapting the javascript (code available for download at

Re: [Radiant] radiant powered website and my experience developing it

2007-05-28 Thread Erik van Oosten
The Radiant layout is the default. I found it was active immediately. Perhaps it works when you do not write a layout yourself? Regards, Erik. Raphael Bauduin wrote: > - you can't use a radiant layout for your extension views > > -- Erik van Oosten http://2007.rubyen

Re: [Wicket-user] integrating wicket and cocoon

2007-05-28 Thread Erik van Oosten
vletWebRequest.java:91) > > my question in wicket side of problem is. It is necessary getLocale? > Can i inibite this call in wicket configuration? > > Luca > -- Erik van Oosten http://2007.rubyenrails.nl/ http://day-to-day-stuff.blogspot.com/ -- View this message in conte

Re: [Wicket-user] Accessing Template Value of a Label

2007-05-22 Thread Erik van Oosten
Well, actually, I like that solution. Erik. severian wrote: > > OK Erik, it seems like the following works: > > class MyContainer extends WebMarkupContainer { > public MyContainer(String id) { > super(id); > } > > @Override > protected void on

Re: [Wicket-user] Accessing Template Value of a Label

2007-05-22 Thread Erik van Oosten
That should have been: template: <span wicket:id="text">default value</span> Result: <span class="red_border">default value</span> Erik. Erik van Oosten wrote: > > Ah! Well, that's easy. Don't add a label, but a AtributeBeh

Re: [Wicket-user] Accessing Template Value of a Label

2007-05-22 Thread Erik van Oosten
Ah! Well, that's easy. Don't add a label, but a AtributeBehavior (or one of its subclasses): template: default value Java: add(new WebMarkupContainer("text").add(new AttributeAppender("class", new Model("red_border"), " "))); Result: default value I have no knowledge of a way to access the tex

Re: [Wicket-user] Accessing Template Value of a Label

2007-05-22 Thread Erik van Oosten
You can change the template to: DefaultValue * In the java code you do something like: add(new WebMarkupContainer("marked").setVisible(condition)); Regards, Erik. severian wrote: > > I'm not sure that what I describe here is possible, but if it is, I'd be > grateful if someone could po

Re: [Wicket-user] wicket vs. struts presentation

2007-05-22 Thread Erik van Oosten
Hi Florian, 1- I am surprised you want to compare against Struts. Almost any modern web framework will kick ass compared to Struts. 2- I know only of one. It is the first article on this page on the wiki: http://cwiki.apache.org/WICKET/articles-about-wicket.html. It has a very nice comparison of

Re: 1.3 release/graduation schema

2007-05-21 Thread Erik van Oosten
Bruno, You can get snapshots from the maven snapshot repository at http://wicketstuff.org/maven/repository. Erik. Bruno Borges schreef: Martijn, isn't possible to release as an Early Access ? :) []'s! -- Erik van Oosten http://2007.rubyenrails.nl/ http://www.

Re: [Wicket-user] Gricket: The Love-Child of Grails and Wicket

2007-05-18 Thread Erik van Oosten
Thomas R. Corbin wrote: > For me, one of the problems with grails is that my client has outlawed > hibernate .. Reminds me of a time where I was not allowed to write specifications as a use case. Are you allowed to use a computer? ;) Erik. -- View this message in context: http://www.

Re: [Wicket-user] AutoCompleteTextField

2007-05-15 Thread Erik van Oosten
the user selected) > or do I have to write code to map the descriptive text back to an ID? > > Thanks for the help. Sorry if these are very easy questions but I'm still > new to wicket and trying to figure it out from reading example codes. > > -- Marc > -- Erik va

Re: [Wicket-user] AjaxPagingNavigator doesn't work as "custom" class

2007-05-15 Thread Erik van Oosten
> it's the same code, but one works, the other does not. There has to be > something I'm missing. > -- Erik van Oosten http://2007.rubyenrails.nl/ http://day-to-day-stuff.blogspot.com/ -- View this message in context: http://www.nabble.com/AjaxPagingNavigator-doesn%27t-w

Re: [Radiant] i18n

2007-05-15 Thread Erik van Oosten
Wow, thats the way to go! I'll be happy to translate to the second language (Dutch). Erik. Sean Cribbs wrote: > John Thursday night hacking session? > > -- Erik van Oosten http://2007.rubyenrails.nl/ http://day-to-day-stuf

Re: [Wicket-user] weird url behaviour for bookmarkable pages

2007-05-14 Thread Erik van Oosten
igor.vaynberg wrote: > > hope this explains it. > > -igor > With the addition that A' is a clone of A, it does. Thanks Igor. -- View this message in context: http://www.nabble.com/weird-url-behaviour-for-bookmarkable-pages-tf3752813.html#a10609207 Sent from the Wicket - User mailing list

Re: [Wicket-user] weird url behaviour for bookmarkable pages

2007-05-14 Thread Erik van Oosten
he window.name variable to something other then null. in new > windows this var is always initialized to null, so if we do a request and > see that it is null we know a new window/tab has been opened. > > -igor > -- Erik van Oosten http://2007.rubyenrails.nl/ http://day-to-day

Re: [Wicket-user] weird url behaviour for bookmarkable pages

2007-05-14 Thread Erik van Oosten
will redirect and the same page > will be moved > to the new pagemap (wicket-1%3A) > > this can be disabled (and is already disabled in 1.3 by default when using > the SecondLevelCache) > > johan > -- Erik van Oosten http://2007.rubyenrails.nl/ http://day-to-day-stuff.b

[jira] Commented: (WICKET-176) Introduce AjaxFormElementValidatingBehavior

2007-05-12 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495301 ] Erik van Oosten commented on WICKET-176: As this class validates a field on the server as soon as it is

[jira] Commented: (WICKET-214) Call all behaviors attached to the same event

2007-05-12 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495299 ] Erik van Oosten commented on WICKET-214: The situation would already be improved a lot if the javadoc would

[jira] Commented: (WICKET-176) Introduce AjaxFormElementValidatingBehavior

2007-05-12 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495300 ] Erik van Oosten commented on WICKET-176: There is nothing that does this in Wicket 1.2. Unfortunately I am

Re: [Wicket-user] POST form submissions being converted to GETs

2007-05-10 Thread Erik van Oosten
GET. Does anyone have any > recommendation on how I can figure this out (eg. some tool not > associated with wicket)? > > Thanks, > Lowell > -- Erik van Oosten http://2007.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/ -- View this message in context: http://www.

Re: [Wicket-user] programmatic access to a wicket site

2007-05-10 Thread Erik van Oosten
; > So the idea of using a POS (plain old servlet ;-) did cross my mind, > but I was hoping to make my web page serve both purposes so that I > could minimize the amount of coding I would have to do. Hopefully I > can actually use the AbortWithWebErrorCodeException to serve this > pu

<    3   4   5   6   7   8   9   10   11   12   >