Re: StringResourceModel with unknown array parameters

2008-04-19 Thread Erik van Oosten
i ii schreef: should be in core, no? -1, it is much too specific. Regards, Erik. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Swarm/Wasp or wicket-auth-roles or ?

2008-04-19 Thread Erik van Oosten
If you checkout the Wicket sources, you'll find a wicket-auth-roles-example project. Regards, Erik. mfs wrote: Also if someone could point to some examples of wicket-auth-roles usage...I could still see many for swarm but have not really for auth-roles..may be I an not looking at the right

Re: Swarm/Wasp or wicket-auth-roles or ?

2008-04-19 Thread Erik van Oosten
Actually, the examples Scott sent are better I think. Regards, Erik. Erik van Oosten schreef: If you checkout the Wicket sources, you'll find a wicket-auth-roles-example project. mfs wrote: Also if someone could point to some examples of wicket-auth-roles usage

Re: wicket-spring dependency in maven repository

2008-04-19 Thread Erik van Oosten
Doug Donohoe wrote: I'm using wicket-spring-annot and ran into a small problem with maven dependencies. The wicket-spring-annot project depends on wicket-spring. This has come up a number of times already. Hopefully not as often in the future as it is now also on the wiki :)

Re: LoadableDetachableModel and load() method question

2008-04-19 Thread Erik van Oosten
Hi Warren, It should not be called twice. Not within the same request that is. Possible causes: - you have 2 model instances instead of 1 - there is a bug in Wicket If you are sure it the latter, please provide a quickstart and add it to a new Jira issue. Regards, Erik. Warren wrote:

Re: client side handling of ajax request session expiration

2008-04-18 Thread Erik van Oosten
().setPageExpiredErrorPage) the handling is ok for non-ajax request, but not ajax request we want to handle that using client side javascript how can we achieve that? -- Erik van Oosten http://day-to-day-stuff.blogspot.com

Re: client side handling of ajax request session expiration

2008-04-18 Thread Erik van Oosten
ywtsang wrote: because we discovered that we can't preserve the session if the server is restarted Ah, I understand. Well, you could if you use a servlet container that support this, or if you use Terracotta. Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com

Re: Localization, Bookmarkable pages, and mounting strategies

2008-04-15 Thread Erik van Oosten
Haha, brilliant. Sometimes you forget the simple stuff :) Thanks Sebastiaan, Erik. Sebastiaan van Erk wrote: Shouldn't it work if you just override getLocale() on your admin base page to return your admin locale? Regards, Sebastiaan

Re: Expected mounting options

2008-04-15 Thread Erik van Oosten
to make it more compatible with e.g. UrlCompressingWebCodingStrategy. Regards, Erik. Erik van Oosten schreef: Hi, To my big surprise the following does not work -- Erik van Oosten http://day-to-day-stuff.blogspot.com

Re: Removing the jsessionid for SEO

2008-04-14 Thread Erik van Oosten
Hi Rüdiger, I would be very interested in the code. If you can not find a suitable repository, could you just do something simple like linking to a zip from a blog post? Regards, Erik. Rüdiger Schulz wrote: Hello everybody, I just want to add my 2 cents to this discussion. At

Re: Tomcat dying with Wicket 1.3.2 (Windows / JDK 1.5.0_10)

2008-04-10 Thread Erik van Oosten
engine doesnt send a cookie back then the urls should be encoded with jsessionid and we get the session from that.. johan -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: [EMAIL

Re: Feature request: using @SpringBean outside Wicket request

2008-04-09 Thread Erik van Oosten
, * for URLs that are not handled by the WicketFilter. * * pThe filter name of the wicket filter is retrieved from the init parameter wicketFilterName. * * @author Erik van Oosten */ public class WicketApplicationFilter implements Filter { private WebApplication webApplication; public void

Re: Form submit button localization

2008-04-08 Thread Erik van Oosten
Hi Milan, You can use the wicket:message attribute as described on the Wicket wiki (search for xhtml). Regards, Erik. Milan Křápek wrote: Hi, I have just this simply questin. I am trying to localize my web pages to different languages. Because my pages are mainly composed by fomrs

Re: localizer and variables

2008-04-08 Thread Erik van Oosten
( email.forgotlogin.body , Login.this, new Model(), new Object[]{ user.getUserName(), user.getPassWord() } ).getString(); must I really do this for every string? -- Erik van Oosten http://day-to-day-stuff.blogspot.com

Re: Invoulentary session sharing/leakage in Wicket 1.3.x

2008-04-08 Thread Erik van Oosten
Hi, Is there a jira issue in which the topic is tracked? Regards, Erik. Edvin Syse wrote: (I wrote this email earlier this evening but forgot to send it it seems. Here it is:) When I ran with 1.3.0 I also had 1.3.3 on the classpath. I reverted to 1.3.2 30 minutes ago and still haven't

Re: AjaxEditableLabel default type

2008-04-05 Thread Erik van Oosten
on the ModelObject to create the label + read/write the Model? String should only be a fallback if no IConverter could be found? Best regards, --- Jan. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail

Re: Strange behaviour with autocomplete

2008-04-04 Thread Erik van Oosten
This may be related to the bug I reported in https://issues.apache.org/jira/browse/WICKET-1355. Maybe the attached fix works for you. Regards, Erik. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ David Leangen wrote: Hi, Using the standard wicket autocomplete widget, I

Re: Is there an AJAX Panel in Wicket

2008-04-03 Thread Erik van Oosten
I think AjaxLazyLoadPanel does the job exactly as you desribe it. Regards, Erik. kumark schreef: I was wondering if there is a AJAXPanel available in wicket. If a page has 10 panels with in it, I want all of them to load in an asynchronous fashion, which ever is available first and so

Re: export excel file via an OutputStream

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

Feature request: using @SpringBean outside Wicket request

2008-03-28 Thread Erik van Oosten
it be acceptable to change the filter such that has the option to set the application for each request? If so, I can easily provide a patch. Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e

Re: Size of TextFilter TextField

2008-03-26 Thread Erik van Oosten
In that case I would add a class attribute to the input element in the html markup, and use CSS to style the width. Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ Kai Mütz wrote: Erik van Oosten wrote: That depends on what size Kai meant. If you mean

Shared resources with parameters?

2008-03-25 Thread Erik van Oosten
resource that takes parameters that are extracted from the URL (similar to Page). But I could not find such a thing. I am now considering implementing a servlet, but I'd rather stay within the framework. Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com

Re: Shared resources with parameters?

2008-03-25 Thread Erik van Oosten
it serve you static images? Lars On Tue, Mar 25, 2008 at 10:18 AM, Erik van Oosten [EMAIL PROTECTED] wrote: Hi, I am looking for a way to serve many static images. It is important that I do not have to separately register them (as with SharedResources, as I understood) as there about

Re: Localization of DropDownChoice

2008-03-23 Thread Erik van Oosten
Hi Greeklinux, Please see my earlier reply on a similar question. http://www.nabble.com/DropDownChoice-getting-value-into-the-model-td15905486.html#a15906830 I am not sure the wiki page is correct. Regards, Erik. greeklinux wrote: Hello, I want to localize a DropDownChoice component. I

Re: setEscapeModelStrings to false as default

2008-03-20 Thread Erik van Oosten
more than 20 characters. I just don't want to call setEscapeModelStrings(false) for every text field on my application Thank you Marco -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e

Re: the wicket markup reference

2008-03-20 Thread Erik van Oosten
Do you mean http://cwiki.apache.org/WICKET/wickets-xhtml-tags.html? Regards, Erik. Vitaly Tsaplin schreef: Hi everyone, Is there any wicket markup reference? Is it documented? Vitaly -- Erik van Oosten http://day-to-day-stuff.blogspot.com

Re: Amsterdam Community meeting 2008

2008-03-19 Thread Erik van Oosten
I have been keeping an eye on http://cwiki.apache.org/WICKET/wicket-community-meetups-amsterdam.html but it is not up to date. Regards, Erik. Martijn Dashorst wrote: Yes, it is tuesday april 8th. Martijn On 3/18/08, Uwe Schäfer [EMAIL PROTECTED] wrote: hi is there a definite Date

Re: Insert dynamic/external HTML string in a page

2008-03-19 Thread Erik van Oosten
, this failed... I just can't find any Component, that would fit here. Any sugestions on a component or alternate aproaches? Thanks and regards, Marko -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com

Re: How to pre-select a DropDownChoice

2008-03-17 Thread Erik van Oosten
http://cwiki.apache.org/WICKET/dropdownchoice.html Hoover, William wrote: Can you add this to the wiki (http://cwiki.apache.org/WICKET/dropdownchoice-examples.html)? It seems like a commonly asked question :o) - To

Re: [vote] Release 1.4 with only generics and stop support for 1.3

2008-03-17 Thread Erik van Oosten
+1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to pre-select a DropDownChoice

2008-03-14 Thread Erik van Oosten
an example on how to use it. If you find something better, please let us know :) import org.apache.wicket.model.IChainingModel; import org.apache.wicket.model.AbstractWrapModel; import org.apache.wicket.model.IModel; import org.apache.wicket.model.IWrapModel; /** * * @author Erik van Oosten

Re: Ajax form validation... i can't get it work!

2008-03-12 Thread Erik van Oosten
Hi Daniel, You should really read http://java.sun.com/j2se/1.5.0/docs/api/java/util/ConcurrentModificationException.html. You'll find that you have some code that iterates over a collection, and within that iteration the collection is modified. Regards, Erik. Daniel Alonso wrote:

Re: DropDownChoice getting value into the model

2008-03-09 Thread Erik van Oosten
Hi Vitaly, That is correct. For primitive model values you need something like a map. I think the DropDownBox was more designed for complex data where the data to display is embedded in the model value itself. Anyway, how would the addition of an index argument to the display method help?

Re: How can I update the repeatingview periodically

2008-03-08 Thread Erik van Oosten
The problem is in the models of the labels. These are statically assigned once. fix: protected void populateItem(Item item) { item.setModel(new CompoundPropertyModel(item.getModel())); ThreadInfo threadInfo=(ThreadInfo)item.getModelObject();

Interesting markup question

2008-03-06 Thread Erik van Oosten
, is this desired behavior? FYI, this is my workaround: wicket:container wicket:id=menu/wicket:container add(new MenuPanel(menu)); and in MenuPanel.html: wicket:panel div class=menuBar ... /div /wicket:panel Regards, Erik. -- Erik van Oosten http://day-to-day

Re: Interesting markup question

2008-03-06 Thread Erik van Oosten
Hi Maurice, Nice, I did not think of the setRenderBody option. Thanks! Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ Maurice Marrink wrote: The logic thing would be to add the class to the div: div wicket:id=menu class=menuBar/div However i can see your point

Re: ajaxified dynamic lists as parts of bigger forms

2008-03-06 Thread Erik van Oosten
Hi Wojciech, I am sorry, it appeared I wrote too quickly. This morning I found out that what I wrote mostly does not work. You /can/ call processInput() on any form component (if not all). This will make that particular form component puts its value in the model. But any way, the nested forms

Re: ajaxified dynamic lists as parts of bigger forms

2008-03-05 Thread Erik van Oosten
in the form does not validate. You can optionally call form.validate() in the onSubmit of the button so that validation messages do not disappear. OT: personally, in forms I prefer RefreshingView instead of ListView. Regards, Erik. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com

Re: Markup Rendering issues

2008-03-05 Thread Erik van Oosten
with more specific questions. Mounting bookmarkable pages could indeed alleviate your problem. Mounting is typically done in the init() method of your application. Regards, Erik. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ Jörn Zaefferer wrote: Hi, I've got a few rendering

Re: Markup Rendering issues

2008-03-05 Thread Erik van Oosten
Hi Gin, I understand the reasoning. I have just never ever had any use for this debugging feature. Oh, well. It is only one line of code ;) Regards, Erik. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ Gin Yeah wrote: -- Wicket tags This is all time high FAQ :) Do

gmap vs gmap2?

2008-02-23 Thread Erik van Oosten
Hello, What are the differences between the wicket-stuff projects gmap and gmap2? Regards, Erik. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: gmap vs gmap2?

2008-02-23 Thread Erik van Oosten
into the code or wait for other opinions. mf ps.: gmap2 has the nicer powerpoint slides :-) http://www.slideshare.net/mfunk/wicket-contrib-gmap2/ 2008/2/23, Erik van Oosten [EMAIL PROTECTED]: Hello, What are the differences between the wicket-stuff projects gmap and gmap2? Regards

Re: (Server-independent) Comet support in Wicket?

2008-02-20 Thread Erik van Oosten
Jörn Zaefferer wrote: On Feb 20, 2008 3:50 AM, Erik van Oosten [EMAIL PROTECTED] wrote: Jörn Zaefferer wrote: ... The architecture must support several both dependent and independent components on a single page which get updated based on server-events, be it on schedules or events

Good news on Wicket in Action

2008-02-20 Thread Erik van Oosten
http://martijndashorst.com/blog/2008/02/20/wicket-in-action-fit-for-production/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: (Server-independent) Comet support in Wicket?

2008-02-19 Thread Erik van Oosten
. While the exact number of simultaneous users isn't clear yet, up to 10k must be possible with the appropriate hardware. That is quite huge, for any framework. Because of the way Wicket uses the HTTP session, you are probably best of with a Terracotta cluster. Regards, Erik. -- Erik van Oosten

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

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

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

<    1   2   3   4