Re: Page serialization and reloading don't get on

2008-02-19 Thread Erik van Oosten
as obscure page expiration issues that are hard to trace if you don't know where to look. Regards -Carlos -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[jira] Created: (WICKET-1355) Autocomplete window has wrong position in scrolled context

2008-02-18 Thread Erik van Oosten (JIRA)
Components: wicket-extensions Affects Versions: 1.3.1 Reporter: Erik van Oosten Fix For: 1.3.2 Attachments: wicket-autocomplete.js When the autocompleted field is located in a scrolled div, the drop-down window is positioned too far down. -- This message

[jira] Updated: (WICKET-1355) Autocomplete window has wrong position in scrolled context

2008-02-18 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-1355: Attachment: wicket-autocomplete.js A fix for the problem. Autocomplete window has wrong

[jira] Commented: (WICKET-1355) Autocomplete window has wrong position in scrolled context

2008-02-18 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12569925#action_12569925 ] Erik van Oosten commented on WICKET-1355: - Attached code is not yet correct

Re: Switching locales with the same link

2008-02-13 Thread Erik van Oosten
Erik van Oosten wrote: Indeed, that's what I did too. Hmm, but the rest was crap I now see. Anyway, glad it got you on the right track. Erik. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Switching locales with the same link

2008-02-13 Thread Erik van Oosten
Indeed, that's what I did too. Martijn, mt is Maltese, now that's is something you don't see often in the Netherlands :) Erik. Sebastiaan van Erk wrote: Like in the code given, you can just use : HomePage.this.getString(header.versionLanguage) in the anonymous inner class instead of

Re: New tooltip component I have created

2008-02-10 Thread Erik van Oosten
Nice! You can request commit access to wicket-stuff on this list. You'll need a sourceforge account. Regards, Erik. richardwilko wrote: Hi, Thanks to the London wicket user group that I attended the other day I have created a wicket behaviour to use the prototip javascript library

Re: Short Design Question

2008-02-05 Thread Erik van Oosten
Actually, I currently have a client who thinks that good looking URLs are very important. Then again, he is no average joe either. Erik. Martijn Dashorst wrote: The average joe doesn't look at the URL... only developers do Martijn

Re: nice URLs (was: Short Design Question)

2008-02-05 Thread Erik van Oosten
jump to a specific artical or forum topic. johan On Feb 5, 2008 10:10 AM, Erik van Oosten [EMAIL PROTECTED] wrote: Actually, I currently have a client who thinks that good looking URLs are very important. Then again, he is no average joe either. Erik. Martijn Dashorst wrote

Re: nice URLs

2008-02-05 Thread Erik van Oosten
in URL. -Matej On Feb 5, 2008 12:25 PM, Gabor Szokoli [EMAIL PROTECTED] wrote: On 2/5/08, Erik van Oosten [EMAIL PROTECTED] wrote: Hi Johan, Anyways, the fact remains that nice URLs can be important for some Wicket projects, despite what average Joes may look at. A big me too

Move WICKET-1307 to 1.3.1?

2008-01-31 Thread Erik van Oosten
Hello, Could WICKET-1307 be moved to release 1.3.1? Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: Pagemap null is still locked by blah exception, help!! why does wicket have to lock the pagemap

2008-01-31 Thread Erik van Oosten
Ah, the wonders of Weblogic. My first Wicket app runs on Weblogic. A big problem was that the datasource connection fell away after some time of inactivity. We solved it by letting Weblogic run a test query every x minutes. We also ran into very long lasting queries. Where database optimizations

Re: [discuss] Mailing list usage...

2008-01-29 Thread Erik van Oosten
Scott Swank wrote: If the user groups are split onto a separate thread I would like to see meeting announcements cross-posted to this list so that it's as easy as possible for new users to find the meetings. That kinds of defeats the purpose. So not splitting would be better IMHO.

Re: client side validation

2008-01-27 Thread Erik van Oosten
That doesn't work. Sometimes you want to add multiple behaviors to the same event. Wicket doesn't support that. Erik. James Carman wrote: So, create an IComponentInstantiationListener that looks for Forms and adds the behavior to them.

Re: Label is driving me a *little* crazy

2008-01-26 Thread Erik van Oosten
Try removing the id attributes from the markup. Wicket likes to generate this for itself. You'll also need to add a FormLabel (or something named like that) to the for element. Regards, Erik. Andy Czerwonka wrote: I found this thread:

Re: openlayers

2008-01-25 Thread Erik van Oosten
http://openlayers.org/ My summary: A javascript library to combine spatial information from different sources on one page. Nick Heudecker wrote: What is openlayers? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: PageParameters mess up my strings

2008-01-23 Thread Erik van Oosten
Hi Ulf, You use non iso8859-1 characters in the Java file. That is fine as long as you are sure you safe the file in UTF-8. Nowadays you should be allowed to use UTF-8 in URLs. But don't count on it too much yet. Edvin's solution looks safer. However, since you said that the problem only

Re: Localization

2008-01-23 Thread Erik van Oosten
You can call: getSession().setLocale(new Locale(en, US)) In the Java javadocs (http://java.sun.com/j2se/1.4.2/docs/api/java/util/Locale.html) you find references to language and country codes. Language code ta means Tamil so that is probably not what you want. Country Taiwan is represented by

Re: Localization

2008-01-23 Thread Erik van Oosten
Erik van Oosten-3 wrote: You can call: getSession().setLocale(new Locale(en, US)) In the Java javadocs (http://java.sun.com/j2se/1.4.2/docs/api/java/util/Locale.html) you find references to language and country codes. Language code ta means Tamil so that is probably not what you want

Re: Different views in wicket

2008-01-21 Thread Erik van Oosten
Mathias P.W Nilsson schreef: I don't understand your reply. Can you please explain? Each template (html) file can come in variations. E.g HomePage_green.html. In HomePage.java you can call setVariation(green). Does that help? Regards, Erik.

How to catch unknown (not mounted) URLs?

2008-01-18 Thread Erik van Oosten
mechanisms. Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to catch unknown (not mounted) URLs?

2008-01-18 Thread Erik van Oosten
Super! Exactly what I needed. Thanks! Erik. Igor Vaynberg schreef: as far as having /username i recently had to do this for a cms im building. here is my quick hack i used to get it working until i have time to revisit it... the code below is from the webapp subclass, the way it

Re: Autocomplete setResponsePage in ajax request

2008-01-17 Thread Erik van Oosten
Hi Conny, I think you can open a Jira issue. Please attach a quickstart project that demonstrates the problem. Regards, Erik. ckuehne wrote: I call setRespongePage() in the ajax onchange handler of the autocomplete field. The behavior seems buggy in the case when the user did not select

Re: [Radiant] Drag and drop reorder extension

2008-01-16 Thread Erik van Oosten
Sean Cribbs wrote: I'm sure the community would appreciate it. Indeed. I even skipped an upgrade for one of my sites because of this extension. Thanks Keith! Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ ___ Radiant

Re: Javascript call to wicket

2008-01-13 Thread Erik van Oosten
I did not find the results of this thread on the Wiki yet, so I created the following page: http://cwiki.apache.org/confluence/display/WICKET/Calling+Wicket+from+Javascript Comments and edits are appreciated. There is a TODO on the page for providing an example that adds Javascript to the

Supported browsers on Wiki still up to date?

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

Re: Per-Deployment Variation

2008-01-10 Thread Erik van Oosten
Just make sure that the html elements with a wicket:id in the different html versions have the same hierarchical structure. If you need to skip some components for one language but not another it becomes a bit harder. Then you'll actually need to add an invisible component for the language in

Re: Javascript call to wicket

2008-01-08 Thread Erik van Oosten
I just finished an experiment with something like that. Its still ugly and very static, but here is my code. In the HTML header the function you can call from Flash: function(someValue) { var inputEl = document.getElementById('anchor8'); inputEl.value = someValue;

Re: Javascript call to wicket

2008-01-08 Thread Erik van Oosten
Nice to see a more structured approach. Do you have a small JavaScript example that shows how to call the behavior URL? Can you also explain (or reference docs/examples) how to pass parameters from javascript to the behavior? Regards, Erik. Michael Sparer wrote: hi, - your

Re: Referring Page links to a deployed context

2008-01-07 Thread Erik van Oosten
Try this first: mount(new IndexedParamUrlCodingStrategy(firstPage, FirstPage.class, null)); (no slash in front of firstPage) Regards, Erik. mbelarbi wrote: Hi, If my app (MyTest) is the root context everything runs smoothly. This is because in my MyTestApplication class, in the constructor

Re: external login pages

2008-01-04 Thread Erik van Oosten
Hi Alex, Normally you can throw a special exception, the RestartResponseAtInterceptPageException. Unfortunately I do not think this will work when the intercept page is external to Wicket. So the only thing you can do, is put the original URL in a parameter to the perl page, and let the perl

Re: Migrating from Wicket1.2 to Wicket1.3

2008-01-02 Thread Erik van Oosten
http://cwiki.apache.org/WICKET/migrate-13.html yyj wrote: I am using Wicket1.2. and want to migrate from wicket1.2 to wicket1.3. what the changes should be done in web.xml to access the project in tomcat? I have created web.xml for wicket1.3 with the respected changes but it gives error 'The

Re: [Radiant] Can't see pages - after page_edit_dates install

2007-12-27 Thread Erik van Oosten
solve the problem. The extension never showed up on the extension page. Any ideas to what i can do to make my site work again. And any ideas to how i will get the functionality of page_edit_dates without ruining my site are much appreciated! -- Erik van Oosten http://day-to-day

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

2007-12-27 Thread Erik van Oosten
either, so I'm stuck. Maybe I'm going about this the wrong way.. Any suggestions? Should I use another form without validation just for this one textfield? Sincerely, Edvin Syse -- Erik van Oosten http://day-to-day-stuff.blogspot.com

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

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

Ajax compatible url strategies?

2007-12-21 Thread Erik van Oosten
? 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 additional

Re: Ajax compatible url strategies?

2007-12-21 Thread Erik van Oosten
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:38 AM, Erik van Oosten [EMAIL PROTECTED] wrote: Hello, Our client is really into Ajax /and/ bookmarkable URLs. What would

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] Mephisto Integration

2007-11-21 Thread Erik van Oosten
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 Post: Radiant@lists.radiantcms.org Search: http

Re: [Radiant] Issue with page updating since 0.6.4

2007-11-21 Thread Erik van Oosten
-- 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://lists.radiantcms.org/mailman

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

2007-11-21 Thread Erik van Oosten
. -- 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.radiantcms.org/mailman/listinfo/radiant

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: Dynamic content on a panel

2007-11-19 Thread Erik van Oosten
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
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 -- Erik van Oosten http://2008.rubyenrails.nl/ http://day-to-day-stuff.blogspot.com/ ___ Radiant

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

[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/ http://day

Re: isEnabledInHierarchy?

2007-11-13 Thread Erik van Oosten
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/

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: When to delete client content during RFC4533 synchronization?

2007-11-04 Thread Erik van Oosten
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.rubyenrails.nl

Re: Replacing div/ with div/div

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

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

2007-11-03 Thread Erik van Oosten
=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-to-day-stuff.blogspot.com

Re: Replacing div/ with div/div

2007-11-02 Thread Erik van Oosten
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.rubyenrails.nl/ http://day-to-day

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 http://2008.rubyenrails.nl

Re: When to delete client content during RFC4533 synchronization?

2007-11-01 Thread Erik van Oosten
is the error in our reasoning? Regards, Erik. -- Howard Chu Chief Architect, Symas Corp. http://www.symas.com Director, Highland Sunhttp://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/ -- Erik van Oosten http://2008.rubyenrails.nl

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: Scrollbars on AutomCompleteTextField?

2007-10-26 Thread Erik van Oosten
of 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.day-to-day-stuff.blogspot.com

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 -- Erik van Oosten http://2008

Re: [Radiant] Names of months in Archive Extension

2007-10-24 Thread Erik van Oosten
in an extension. You may need to copy the Archive pages as well. -- John Long -- Erik van Oosten http://2008.rubyenrails.nl/ http://day-to-day-stuff.blogspot.com/ ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http

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/ http

Re: Wicket Article on DevX

2007-10-15 Thread Erik van Oosten
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Erik van Oosten http

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 - how to contribute ?

2007-10-11 Thread Erik van Oosten
! 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: TabbedPanel with image tabs

2007-10-10 Thread Erik van Oosten
;div wicket:id=panel class=tab-panelgt;[panel]lt;/divgt; -- 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

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: 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

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

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: 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

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: 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:

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/maven

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: Wicket Acegi Integration.

2007-08-22 Thread Erik van Oosten
] 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-mail: [EMAIL PROTECTED]

Re: Acegi and Wicket-auth-roles

2007-08-18 Thread Erik van Oosten
. 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]

Re: Wicket-auth-roles 1.2.6 1.4 JVM

2007-08-08 Thread Erik van Oosten
] 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/pub/wicket/wicket-auth-roles

[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 upload

Re: [Radiant] Page attachments extension

2007-07-31 Thread Erik van Oosten
-- 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://lists.radiantcms.org/mailman/listinfo

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=11862316framed=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 to

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 meta refresh output scriptwindow.top.location='url' What he meant: write your own page, that works like redirect page, but instead of doing meta refresh=... etc output

Re: [Radiant] Internationalization Support

2007-07-24 Thread Erik van Oosten
://lists.radiantcms.org/mailman/listinfo/radiant -- 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

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

[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: Passing the component that is checked to IRoleCheckingStrategy.hasAnyRole()

2007-07-19 Thread Erik van Oosten
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, if anyone wants it. Thanks, Bart. -- Erik van Oosten http://2008

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 property

[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: [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 dependency. This was necessary to exclude commons-logging from my

Re: [Radiant] iPhone-friendly Radiant Admin UI

2007-07-12 Thread Erik van Oosten
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.blogspot.com

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 unnecessarily

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

2007-07-11 Thread Erik van Oosten
need to resort to RepeatingView, ListView and its descendants. Is there a way to turn off reporting of this as an error? Is it really an error to bind to a component more than once in a markup unit? Yes it is an error to bind a component *instance* more than once. Martijn -- Erik van

[Radiant] Radiant and Dutchify - Date problems

2007-06-30 Thread Erik van Oosten
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 Post: Radiant

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.html

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

2007-05-29 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.rubyenrails.nl/ http

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: [Wicket-user] Wicket Acegi ?

2007-05-29 Thread Erik van Oosten
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 context: http://www.nabble.com/Wicket

Re: [Wicket-user] Wicket Acegi ?

2007-05-29 Thread Erik van Oosten
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 this message in context: http://www.nabble.com/Wicket

Re: [Wicket-user] integrating wicket and cocoon

2007-05-28 Thread Erik van Oosten
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 context: http://www.nabble.com/integrating-wicket-and-cocoon

Re: 1.3 release/graduation schema

2007-05-22 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.day-to-day

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

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

2007-05-22 Thread Erik van Oosten
You can change the template to: DefaultValue label wicket:id=marked*/label 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

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