Re: [akka-user] Akka 2.3.2 Released

2014-04-22 Thread Erik van Oosten
Thanks! That worked. Kind regards, Erik. Patrik Nordwall schreef op 22-04-14 09:36: On Mon, Apr 21, 2014 at 9:31 PM, Erik van Oosten e.vanoos...@grons.nl mailto:e.vanoos...@grons.nl wrote: Hello, Thanks for the new release. I am missing akka-testkit 2.3.2 for Scala

Re: [akka-user] Akka 2.3.2 Released

2014-04-21 Thread Erik van Oosten
. To post to this group, send email to akka-user@googlegroups.com mailto:akka-user@googlegroups.com. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ -- Read

Re: trouble building 0.8

2013-08-12 Thread Erik van Oosten
+= Classpaths.typesafeResolver addSbtPlugin(com.typesafe.sbteclipse % sbteclipse-plugin % 2.2.0) and I just clone 0.8, no changes. Is there anywhere else I need to look for sbt plugin configs, outside akka? thanks, rob -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

[jira] [Created] (AMQ-4610) ActiveMQ shows icon in Dock on MacOSX (with solution)

2013-07-01 Thread Erik van Oosten (JIRA)
Erik van Oosten created AMQ-4610: Summary: ActiveMQ shows icon in Dock on MacOSX (with solution) Key: AMQ-4610 URL: https://issues.apache.org/jira/browse/AMQ-4610 Project: ActiveMQ Issue

[jira] [Created] (THRIFT-1836) Java compiler does not generate constructor with all fields

2013-01-21 Thread Erik van Oosten (JIRA)
Erik van Oosten created THRIFT-1836: --- Summary: Java compiler does not generate constructor with all fields Key: THRIFT-1836 URL: https://issues.apache.org/jira/browse/THRIFT-1836 Project: Thrift

[jira] [Updated] (THRIFT-1836) Java compiler does not generate constructor with all fields

2013-01-21 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated THRIFT-1836: Attachment: thrift-1836-additional-java-constructor.patch Java compiler does

[jira] [Commented] (THRIFT-1836) Java compiler does not generate constructor with all fields

2013-01-21 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13558631#comment-13558631 ] Erik van Oosten commented on THRIFT-1836: - Some comments on the patch: * I

Re: [DISCUSS] Security Frameworks

2012-10-22 Thread Erik van Oosten
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 unsubscribe, e-mail: users-unsubscr

[jira] [Commented] (KAFKA-204) BoundedByteBufferReceive hides OutOfMemoryError

2011-11-19 Thread Erik van Oosten (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13153485#comment-13153485 ] Erik van Oosten commented on KAFKA-204: --- If you rethrow, then rethrow a new OOME

Re: KAFKA-50 replication support and the Disruptor

2011-11-01 Thread Erik van Oosten
to do lots of other stuff, you definitely need another wait strategy. Erik. Op 31-10-11 21:38, Chris Burroughs wrote: On 10/31/2011 04:23 AM, Erik van Oosten wrote: That is not the point (mostly). While you're waiting for a lock, you can't issue another IO request. Avoiding locking

Re: KAFKA-50 replication support and the Disruptor

2011-10-31 Thread Erik van Oosten
. In their setup they process 6M messages per second on (by now) old hardware. That is including journalling, replicating to standby node, doing some financial transaction stuff and then sending a reply in lock step with the standby node. Kind regards, Erik. -- Erik van Oosten http://day

Re: KAFKA-50 replication support and the Disruptor

2011-10-31 Thread Erik van Oosten
. That reminds me, is there an update of the proposal design documents? Kind regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com On 31 okt. 2011, at 17:06, Jun Rao wrote: Erik, Thanks for the pointer. This could be useful optimization. However, we probably don't want

KAFKA-50 replication support and the Disruptor

2011-10-30 Thread Erik van Oosten
this approach is considered, feel free to ask me about the disruptor. Hopefully I will also find some time to write some code a well. Kind regards, Erik. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

Re: Efficiency of 1.5 MountMapper weighted/matching algorithm

2011-10-18 Thread Erik van Oosten
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 Op 17 okt. 2011, om 22:06

Re: [slf4j-user] SLF4J library using an image

2011-08-15 Thread Erik van Oosten
Hello Ceki, I've added some color and removed the adaption layer from the 'unbound' case. What do you think? http://no-commons-logging.zapto.org/concrete-bindings-eoo.odg http://no-commons-logging.zapto.org/concrete-bindings-eoo.png I think that displaying these stacks horizontally would

Re: [slf4j-user] SLF4J library using an image

2011-08-14 Thread Erik van Oosten
/concrete-bindings.odg http://slf4j.org/images/concrete-bindings.png http://slf4j.org/images/legacy.odg http://slf4j.org/images/legacy.png The idea is to illustrate concrete binding setups using lots of arrows. :-) On 12/08/2011 9:04 AM, Erik van Oosten wrote: Hi David, I liked the clearness

Re: introducing wicket:for attribute

2011-07-14 Thread Erik van Oosten
Its not @literal that removes the linebreaks. If you combine it with pre it works. (No need to add code as well.) *pre{@literal * label wicket:for=name * span class=label-textName/span: * /label * input wicket:id=name type=text/ * }/pre * Regards, Erik. Op 13-07-11 17:55, Igor Vaynberg

Re: introducing wicket:for attribute

2011-07-13 Thread Erik van Oosten
/wicket/markup/html/form/AutoLabelResolver.java?view=markuppathrev=1144589 1.4.x only for now, still needs to be forward-ported to trunk. feedback? -igor -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com

[jira] [Created] (WICKET-3557) Can not add validator to AjaxEditableLabel unless it was added to page

2011-03-25 Thread Erik van Oosten (JIRA)
: Bug Components: wicket-extensions Reporter: Erik van Oosten Priority: Minor Method AjaxEditableLabel#add(IValidator) tries to add the validator to the editor. As the editor initiaily does not exist, it is created. Creation of the editor fails when

Re: internationalizing page title

2011-02-28 Thread Erik van Oosten
wrong? head meta http-equiv=Content-Type content=text/html; charset=UTF-8 wicket:head titlewicket:message key=login-page-title//title /wicket:head /head regards Josh -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com

Re: [wicketstuff] core pom - not used dependencies

2011-02-21 Thread Erik van Oosten
the versions for their dependencies. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

Re: [wicketstuff] core pom - not used dependencies

2011-02-20 Thread Erik van Oosten
? Attila -- Sent from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: 1.4.16 - adding methods to IBehavior

2011-02-20 Thread Erik van Oosten
://mysticpaste.com/view/8231 -- Sent from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: URL generation

2011-02-04 Thread Erik van Oosten
::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: users-unsubscr

[jira] Commented: (WICKET-1973) Messages lost upon session failover with redirect_to_buffer

2010-12-27 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12975285#action_12975285 ] Erik van Oosten commented on WICKET-1973: - The other use case is the odd-client

[jira] Commented: (WICKET-1973) Messages lost upon session failover with redirect_to_buffer

2010-12-27 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12975442#action_12975442 ] Erik van Oosten commented on WICKET-1973: - None from me. Messages lost upon

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

2010-12-14 Thread Erik van Oosten
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...@wicket.apache.org

Re: UrlRewrite rule and Wicket

2010-12-14 Thread Erik van Oosten
in all cases though... If there is a different way of doing url rewriting? If not, I consider it a bug in Wicket. Regards, Krzysztof Kowalczyk -- Sent from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com

Re: UrlRewrite rule and Wicket

2010-12-01 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

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

2010-11-22 Thread Erik van Oosten
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-day-stuff.blogspot.com

Re: StackOverflowError

2010-11-22 Thread Erik van Oosten
(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-day-stuff.blogspot.com

Re: line wrap length (Was: Re: svn commit: r1031086 [1/14] - in /wicket/trunk: ./ archetypes/quickstart/.settings/ testing/wicket-threadtest/.settings/ wicket-auth-roles/.settings/ wicket-datetime/.s

2010-11-05 Thread Erik van Oosten
it closer to 160 (or 180, but that's a little much for many folks). How would everyone feel about 160? -- Sent from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/

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: Modular XHTML DTD for Wicket?

2010-09-28 Thread Erik van Oosten
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: Setting Checked Boxes in CheckGroup

2010-09-23 Thread Erik van Oosten
] 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.blogspot.com

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

2010-09-22 Thread Erik van Oosten
-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 commands, e-mail: users-h...@wicket.apache.org

Re: Making Wicket Fully Compatible with Google App Engine

2010-09-20 Thread Erik van Oosten
from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: A bug in CryptedUrlWebRequestCodingStrategy

2010-09-16 Thread Erik van Oosten
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 software Erik van Oosten http://day-to-day-stuff.blogspot.com

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

2010-08-28 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12903873#action_12903873 ] Erik van Oosten commented on WICKET-1355: - Thanks Igor. But indeed, lets just drop

Re: [slf4j-user] Typos and error on project web page

2010-08-28 Thread Erik van Oosten
-log4j12-1.6.1.jar , I guess. Regards, David Balažic ___ slf4j-user mailing list slf4j-user@qos.ch http://qos.ch/mailman/listinfo/slf4j-user -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com

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

2010-07-27 Thread Erik van Oosten
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: users-h

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

Please apply patch of WICKET-1974

2010-07-25 Thread Erik van Oosten
Hello, Could anyone apply the patch in WICKET-1974? Even though its been there for some time, it is still relevant. Thanks and regards, Erik. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

Re: [proposal] Replace TeamCity on wicketstuff.org with Hudson for building wicketstuff projects

2010-07-21 Thread Erik van Oosten
already did that part. So I'm +1 for the change, but I don't have permissions to the box where wicketstuff.org is running. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

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: WebApplication.addIgnoreMountPath(String)

2010-07-19 Thread Erik van Oosten
software Erik van Oosten http://day-to-day-stuff.blogspot.com/

[jira] Commented: (WICKET-2846) Store Application in InheritableThreadLocal instead of ThreadLocal

2010-07-15 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12888729#action_12888729 ] Erik van Oosten commented on WICKET-2846: - Juliano Viana on the WIcket user

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

2010-07-13 Thread Erik van Oosten
commands, e-mail: users-h...@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

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
, 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 additional commands, e-mail: users-h

Re: Single inheritence in parts

2010-07-07 Thread Erik van Oosten
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.day-to-day

Re: Single inheritence in parts

2010-07-06 Thread Erik van Oosten
#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-mail

Re: non-bookmarkable pages with pageparameters?

2010-07-06 Thread Erik van Oosten
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...@wicket.apache.org For additional

Re: Wicket Sessions and Load Balancing

2010-07-02 Thread Erik van Oosten
that receives the request 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

[jira] Commented: (WICKET-2881) Cannot substitute RelativePathPrefixHandler

2010-06-19 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12880475#action_12880475 ] Erik van Oosten commented on WICKET-2881: - [WICKET-1974] provides an alternative

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

2010-06-19 Thread Erik van Oosten
); } 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(removeKeyword); } }; add(keywordView); keywordView.setReuseItems(true); Im getting crazy about that... Thanks. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com

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

2010-06-19 Thread Erik van Oosten
); } 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.day-to-day-stuff.blogspot.com

Re: Getting started with Scala, Spring, Hibernate Wicket

2010-06-19 Thread Erik van Oosten
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://www.day-to-day

[jira] Updated: (WICKET-2631) wicket:message within wicket:head not processed

2010-06-17 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2631: Attachment: messageintitle-quickstart.tar.gz Quickstart to demonstrate that the problem

[jira] Updated: (WICKET-2631) wicket:message within wicket:head not processed

2010-06-17 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2631: Comment: was deleted (was: Seeing the same here in Wicket 1.4.9. Will try to reproduce

[jira] Updated: (WICKET-2631) wicket:message within wicket:head not processed

2010-06-17 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2631: Attachment: (was: messageintitle-quickstart.tar.gz) wicket:message within

[jira] Updated: (WICKET-2631) wicket:message within wicket:head not processed

2010-06-17 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2631: Comment: was deleted (was: Quickstart to demonstrate that the problem persists in Wicket

[jira] Commented: (WICKET-2631) wicket:message within wicket:head not processed

2010-06-17 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12879704#action_12879704 ] Erik van Oosten commented on WICKET-2631: - Don't forget to call

Please reopen WICKET-2631

2010-06-17 Thread Erik van Oosten
Hello, Someone with sufficient rights, please reopen WICKET-2631 I attached a quickstart that demonstrates the problem in Wicket 1.4.9. Regards, Erik. -- Sent from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: Please reopen WICKET-2631

2010-06-17 Thread Erik van Oosten
Please ignore this message. It works fine. I just forgot to remove wicket tags from the output. A simple getMarkupSettings().setStripWicketTags(true); did the trick. Regards, Erik. Op 17-06-10 09:17, Erik van Oosten schreef: Hello, Someone with sufficient rights, please reopen WICKET

[jira] Commented: (WICKET-2631) wicket:message within wicket:head not processed

2010-06-15 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12878955#action_12878955 ] Erik van Oosten commented on WICKET-2631: - Seeing the same here in Wicket 1.4.9

Re: get resource translation with specific locale

2010-06-09 Thread Erik van Oosten
some better alternative. 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.blogspot.com

Re: get resource translation with specific locale

2010-06-09 Thread Erik van Oosten
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://www.day-to-day

Re: Clear URL parameters

2010-05-26 Thread Erik van Oosten
a 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

[Ubuntu-x-swat] [Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2010-05-06 Thread Erik van Oosten
This is probably related to 570550 Can't make Wacom button emit double- click when compiz enabled. -- Setting Wacom pen button to double click doesn't work https://bugs.launchpad.net/bugs/112310 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2010-05-06 Thread Erik van Oosten
This is probably related to 570550 Can't make Wacom button emit double- click when compiz enabled. -- Setting Wacom pen button to double click doesn't work https://bugs.launchpad.net/bugs/112310 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

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

2010-05-05 Thread Erik van Oosten
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 Oosten wrote: This might be related to https://issues.apache.org/jira/browse/WICKET

Re: The better way tp add component directly

2010-05-02 Thread Erik van Oosten
-- 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: root context, IE, home page is not found

2010-05-01 Thread Erik van Oosten
this 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.blogspot.com

Re: URL Encoding strategy

2010-04-09 Thread Erik van Oosten
question, why BookmarkablePageRequestTargetUrlCodingStrategy#encode method is still final even in wicket-1.4.7 if there is a good use-case for extending it? Also, maybe you could add this contribution to wicket core or at least wicket-extension? Thank you! Alex Objelean Erik van Oosten wrote

Re: URL Encoding strategy

2010-04-09 Thread Erik van Oosten
reuse your code for root mounting. Until wicket-1.5 will be released and adopted, we still have to have a solution for root mounting in wicket-1.4. Thanks! Alex Erik van Oosten wrote: Hi Alex, I am not sure it is a good idea to include this code in Wicket core (or extension

Re: Results of AutoCompleteTextField shown behind other form components

2010-03-25 Thread Erik van Oosten
-- 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: Application#get in WicketSessionFilter

2010-03-17 Thread Erik van Oosten
-custom-servlet-ts24814177.html#a24815786 [2] http://old.nabble.com/WicketFilter-td25205475.html#a25210469 -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr

Re: Application#get in WicketSessionFilter

2010-03-16 Thread Erik van Oosten
-servlet-ts24814177.html#a24815786 [2] http://old.nabble.com/WicketFilter-td25205475.html#a25210469 -- Sent from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail

Re: InMethod Grid: resizing rowcount

2010-03-16 Thread Erik van Oosten
accordingly. I work with very large datasources, and unknown rowcounts. I can workaround this issue by providing the page-size to my datasource, so that I can fix the IQuery.getCount() asked by inmethod. Not a nice solution, but will work for now. -- Sent from my SMTP compliant software Erik van Oosten

Re: Wicket 1.5 architecture docs

2010-03-06 Thread Erik van Oosten
and the others, and what sould I use instead of them. Is there such thing? //Or what should I do, to help your work? ;) Regards, Peter -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

WIcket mounting on root (Was: URL Encoding strategy)

2010-02-25 Thread Erik van Oosten
you're done. Thanks again. Nishant On Sat, Feb 20, 2010 at 6:40 PM, Erik van Oosten e.vanoos...@grons.nlwrote: Hi Nishant, This is tricky stuff. Here is some information: http://old.nabble.com/How-to-catch-unknown-%28not-mounted%29-URLs--td14949092.html Another approach is to do redirects

Re: Questions about how wicket serialization works

2010-02-22 Thread Erik van Oosten
? -- Send 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: Questions about how wicket serialization works

2010-02-21 Thread Erik van Oosten
. Does the Back button get the getObject method called too? After using the back button, reload the page, and you'll get the re-rendered content. What did I miss? Thanks, David Regards, Erik. -- Send from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com

Re: URL Encoding strategy

2010-02-20 Thread Erik van Oosten
to this? Regards Nishant -- Posted from my SMTP compliant software. 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

Re: wicket Google maps integration

2010-02-15 Thread Erik van Oosten
it. Regards Joshua -- Send 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: AbortException

2010-02-08 Thread Erik van Oosten
); throw new AbortException(); However, there seems to be situations where the AbortException actually bubbles back up to the user. What would cause the redirect not to work and the AbortException to make it to the screen? D/ -- Send from my SMTP compliant software Erik van Oosten http

Re: Doubt

2010-02-05 Thread Erik van Oosten
Perhaps the Wicket framework needs some way to call it ;) Regards, Erik. Pedro Santos wrote: Why do onClick method from Link is public? Who would want or need to call it from outside? -- Send from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: class/interface/enum containing string values for html tag attributes

2010-02-04 Thread Erik van Oosten
commands, e-mail: users-h...@wicket.apache.org -- Send 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

Re: setResponsePage in the beggining of a constructor does not work

2010-02-04 Thread Erik van Oosten
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: How to simulate browser back button?

2010-02-02 Thread Erik van Oosten
:09 AM, PDiefent pdief...@csc.com wrote: It's not that simple! My IE doesn't accept the onclick in the tag. Is it poosible to run the code in the onSubmit method of a Wicket button? Erik van Oosten wrote: No problem: # back Peter Diefenthaeler wrote: Hallo Wicket users

Re: Image auto-resize in browser

2010-02-01 Thread Erik van Oosten
alt=Some Text height=3000 width=2000/ -- Send 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

Re: How to simulate browser back button?

2010-02-01 Thread Erik van Oosten
No problem: a href=# onClick=/history/.back()back/a Peter Diefenthaeler wrote: Hallo Wicket users. is there an easy way to simulate the browsers back button with an own button in a form? Thank in advance Peter -- Send from my SMTP compliant software Erik van Oosten http://day-to-day

Re: Future of Wicket Security (WASP/SWARM)

2010-01-25 Thread Erik van Oosten
Martijn Dashorst wrote: [ ] adopt Wicket security into Apache Wicket [X] keep Wicket security at Wicket Stuff With all due respect to the library, I mostly just code it out myself. Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: Localization properties overriding

2010-01-25 Thread Erik van Oosten
use the last found, shouldn't it?). According to what happens my UserHomePage should read only Home Page in it's title Sorry to bother, regards, Marek On 01/25/2010 03:39 PM, Erik van Oosten wrote: He Marek, The idea of Wicket i18n is that when you use a component, you can override its

Re: How to close a Wicket application?

2010-01-07 Thread Erik van Oosten
to stop a Wicket application from inside the application itself (that is suicide)? Best regards, giovanni -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr

[Bug 410538] Re: Vinagre 2.26.1 won't auth with older VNC servers

2009-12-31 Thread Erik van Oosten
I have the same problem. Here is the output of the terminal: e...@oosttop:~$ vinagre --gtk-vnc-debug 192.168.1.55 ** (vinagre:10951): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed gtk-vnc: Expose 0x0 @ 442,420 gtk-vnc: Started background coroutine gtk-vnc: Resolving host

[Bug 410538] Re: Vinagre 2.26.1 won't auth with older VNC servers

2009-12-31 Thread Erik van Oosten
I have the same problem. Here is the output of the terminal: e...@oosttop:~$ vinagre --gtk-vnc-debug 192.168.1.55 ** (vinagre:10951): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed gtk-vnc: Expose 0x0 @ 442,420 gtk-vnc: Started background coroutine gtk-vnc: Resolving host

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