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

2009-03-01 Thread Erik van Oosten
[X] Yes, change the DropDownChoice constructor to take the choices list as IModel> or List without the wildcard Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-m

Why is BookmarkablePageLink generified?

2009-03-02 Thread Erik van Oosten
BookmarkablePageLink extends Link ? Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Efficiency of 1.5 MountMapper weighted/matching algorithm

2011-10-18 Thread Erik van Oosten
n addition, short lived object cost nothing. The gc can easily handle millions per second. In other words: don't add caching unless you are willing to measure the throughput gains (on the intended target systems). Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com

Re: root context, IE, home page is not found

2010-05-01 Thread Erik van Oosten
ugly 404-error page, stating "The requested resource (/.) is not available". I use Wicket 1.4.7 and the web application is deployed as ROOT context on Tomcat 6.0.26. Is there no solution for this? Regards /Jimi -- Erik van Oosten http://www.day-to-day-stuff.bl

Re: The "better" way tp add component directly

2010-05-02 Thread Erik van Oosten
t's really necessary 2010/5/2 Uwe Schäfer Am 02.05.2010 15:44, schrieb Eyal Golan: The Main (parent) panel can be changed via ajax. The ajax might change the enum type. if you change it at runtime, would you not want to replace, instead of add? cu uwe --

Re: root context, IE, home page is not found

2010-05-05 Thread Erik van Oosten
HttpServletRequest().getContextPath(); // e.g. "/myapp" String servletPath = request.getServletPath(); // e.g. "/" redirectUrl = contextPath + servletPath; } else { redirectUrl.substring( 2 ) } } Cheers, Martin On Sat, 2010-05-01 at 10:47 +0200, Erik van

Re: Clear URL parameters

2010-05-26 Thread Erik van Oosten
Custom Session? I mean using setRedirect(true) works but something I set in the WebSession is lost. - -- arsh -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr

Re: get resource translation with specific locale

2010-06-09 Thread Erik van Oosten
ative. Thanks for any help ! Marieke -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/get-resource-translation-with-specific-locale-tp2247162p2247162.html -- Erik van Oosten http://www.day-to-day-stuff.blogspo

Re: get resource translation with specific locale

2010-06-09 Thread Erik van Oosten
is that I generate the emailtext in the onSubmit of my form. The data that is printed in my form, and visible to the webuser, needs to be in the locale from the session. So I can't override the getLocale from the Form. Or am I missing something? Thanks, Marieke -- Erik van Oosten http:/

Re: ResourceStreamLocator and mvn resource:resource copying resources in the right directory

2010-06-19 Thread Erik van Oosten
ttrValue.substring(lastIndex + 3); } Regards, Bernard -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: ListView + dynamic rows: always remove last row...

2010-06-19 Thread Erik van Oosten
}; item.add(addKeyword); item.add(removeKeyword); } }; add(keywordView); keywordView.setReuseItems(true); Im getting crazy about that... Thanks. -- Erik v

Re: ResourceStreamLocator and mvn resource:resource copying resources in the right directory

2010-06-19 Thread Erik van Oosten
ttrValue.substring(lastIndex + 3); } Regards, Bernard - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Erik van Oosten http://www.d

Re: Getting started with Scala, Spring, Hibernate & Wicket

2010-06-19 Thread Erik van Oosten
for a lot of the usecases you'll encounter, you don't. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Erik van Oosten http:

Re: Wicket Sessions and Load Balancing

2010-07-01 Thread Erik van Oosten
searches and cannot find the session id and marks the page as expired. The next request then populates the browser's cookie and the sticky session works.This is just a theory, but it would explain the behavior. -- Sent from my SMTP compliant software Erik van Oosten http://day-t

Re: Single inheritence in parts

2010-07-06 Thread Erik van Oosten
.html#Wicket1.5WishList-multiplychild%252Fextendinheritance 2-https://issues.apache.org/jira/browse/WICKET-1134 -- Sent from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e

Re: non-bookmarkable pages with pageparameters?

2010-07-06 Thread Erik van Oosten
e with the session based deliveryInfo object i have...? Best Regards Muro -- Sent from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wic

Re: non-bookmarkable pages with pageparameters?

2010-07-07 Thread Erik van Oosten
Muro -- Sent from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Single inheritence in parts

2010-07-07 Thread Erik van Oosten
h the same thing with panels, without a whole mess of other issues. http://bit.ly/awiK6L -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additi

Re: Single inheritence in parts

2010-07-07 Thread Erik van Oosten
tance generally means MANY PARENT, ONE CHILD (child inherits from multiple parents). Here there is only ONE PARENT MARKUP required and ONE CHILD markup. Maybe my perspective is not right. I'll search more material on this and educate myself. -- Erik van Oosten http://www.

Re: new feature in trunk and branch: Component#onInitialize()

2010-07-13 Thread Erik van Oosten
...@wicket.apache.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Sent from my SMTP compliant software Erik van Oosten http://day-to

Re: new feature in trunk and branch: Component#onConfigure()

2010-07-21 Thread Erik van Oosten
Excellent! Op 21-07-10 07:05, Igor Vaynberg wrote: another new callback added to 1.4/trunk that is aimed at making life easier when managing component states such as visibility, enabled, etc. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com

Re: colocating wicket with servlets...

2010-07-26 Thread Erik van Oosten
create mounts for all bookmarkable pages but how can I control the paths of non-bookmarkable URLs. Should I create a separate request coding strategy decorator (like CryptedUrlWebRequestCodingStrategy) or is there an easier way? Cheers Erik -- Erik van Oosten http://www.day-to-day

Re: Expiring pages in form submit and onAfterRender...

2010-07-27 Thread Erik van Oosten
heers Erik -- Sent from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: us

Re: A bug in CryptedUrlWebRequestCodingStrategy

2010-09-16 Thread Erik van Oosten
code(decodedParamReplacement); This seems to have fixed our problem though I won't guarantee that it hasn't introduced new ones. Hope this can get a better resolution. Regards, Bjørn Soldal -- Sent from my SMTP compliant softwa

Re: announcing Granite - a Wicket-Scala-DB4O web application stack

2010-09-22 Thread Erik van Oosten
additional commands, e-mail: users-h...@wicket.apache.org -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional comma

Re: Setting Checked Boxes in CheckGroup

2010-09-23 Thread Erik van Oosten
igor.vaynb...@gmail.com] Sent: Thursday, September 23, 2010 10:57 AM To: users@wicket.apache.org Subject: Re: Setting Checked Boxes in CheckGroup im going to guess something is wrong with your model. hard to tell without a quickstart. -igor -- Erik van Oosten http://www.day-to-day-stuff.bl

Re: Modular XHTML DTD for Wicket?

2010-09-28 Thread Erik van Oosten
sers-h...@wicket.apache.org -- Sent from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: could not serialize the page java.lang.OutOfMemoryError: PermGen space

2010-10-14 Thread Erik van Oosten
to reproduce, please tell me can wicket cause memory errors for any reason ? I am using 1.4.8 -- Sent from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users

Re: [DISCUSS] Security Frameworks

2012-10-22 Thread Erik van Oosten
own custom framework [ ] I use Shiro [ ] I use Spring Security [ ] I use WASP/Swarm [ ] Other (please specify) And don't forget the "why". -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - To u

Re: StackOverflowError

2010-11-17 Thread Erik van Oosten
guson wrote: We found it.. Finally!!! There was a property model that was using the session as the model object. It would be cool if PropertyModel, etc would check for this and blow up on construction. i.e. not allow Page, Session, Application as the model object... -- Erik van Oosten

Re: NonCachingImage for CSS?

2010-11-17 Thread Erik van Oosten
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-m

Re: StackOverflowError

2010-11-18 Thread Erik van Oosten
zation fail when it references session/application? Perhaps only in development mode. Regards, Erik. Op 16-11-10 19:03, Igor Vaynberg schreef: added a log warning to property models when they reference session. -- Sent from my SMTP compliant software Erik van Ooste

Re: StackOverflowError

2010-11-19 Thread Erik van Oosten
n the development environment, which is an not a desirable behavior."); }} but than some other developers can complain because they are deliberated serialializing some session. On Wed, Nov 17, 2010 at 4:49 PM, Erik van Oosten wrote: Shouldn't serialization fail when it refere

Re: StackOverflowError

2010-11-22 Thread Erik van Oosten
ion(); add(new Label("userNameLabel", new Model(session.getUser ().getUserName(; How about this? final UserDTO dto = session.getUser(); CompoundPropertyModel cpm = new CompoundPropertyModel(dto); -- Sent from my SMTP compliant software Erik van Oosten http://day-to-da

Re: StackOverflowError

2010-11-22 Thread Erik van Oosten
not contain references back to session he is ok. however, declaring Session instance as final is not a good idea because it makes it easy to reference it in anonymous classes. -igor On Mon, Nov 22, 2010 at 11:49 AM, Erik van Oosten wrote: Yes, both are very wrong. Pitfalls are in earlier

Re: UrlRewrite rule and Wicket

2010-12-01 Thread Erik van Oosten
Kowalczyk - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ -

Re: wicket question

2010-12-01 Thread Erik van Oosten
Simply put them there with a Label. Regards, Erik. Op 01-12-10 18:26, 96silvia write: the problem is the hidden input values are coming from a wicket session. so if I use a non wicket form how do I get the values from a wicket session to the non wicket form? -- Erik van Oosten http

Re: [OT] Need Feedback from WicketForge users (IDEA plugin).

2010-12-14 Thread Erik van Oosten
f Since this is not directly wicket related, please do not reply here. Thanks Minas. -- Sent from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@w

Re: UrlRewrite rule and Wicket

2010-12-14 Thread Erik van Oosten
so most of the links does not work. Regards, Krzysztof Kowalczyk On Wed, Dec 1, 2010 at 1:59 PM, Erik van Oosten wrote: You can try the approach from http://blog.jteam.nl/2010/02/24/wicket-root-mounts/ This allows you to install a URL mounter that implements the following interface: interfac

Re: URL generation

2011-02-04 Thread Erik van Oosten
rapper:form::IFormSubmitListener::" for posting a form. is there a way to make wicket create absolute URLs instead? cu uwe -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail

Re: internationalizing page title

2011-02-28 Thread Erik van Oosten
wrote: Hello Josh, have you found any solution? Best regards, Anton Am trying to internationalize the page title. The below snipplet doesnt seem to work. Where am i going wrong? regards Josh -- Erik van Oosten http://www.day-to-day-stuff.blogspo

Re: introducing wicket:for attribute

2011-07-13 Thread Erik van Oosten
te. check out the javadoc here: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/AutoLabelResolver.java?view=markup&pathrev=1144589 1.4.x only for now, still needs to be forward-ported to trunk. feedback? -igor -- Eri

Re: introducing wicket:for attribute

2011-07-14 Thread Erik van Oosten
like javadoc tag. -igor On Wed, Jul 13, 2011 at 4:12 AM, Erik van Oosten wrote: Amazing stuff! You can write straight html in javadoc with the {@literal} syntax. E.g.: * * Given markup like this: * *{@literal *Name: * } * * If the {@code name} component has its label set to 'First Name

<    1   2   3   4   5