Please remove the spam post from the wicket forum

2013-12-13 Thread Decebal Suiu
Hi Is it someone that can make a clean on the wicket forum? It is frustrating to see a lot of spam posts (for example in start page only few posts are non spam). For a new coming these spam posts create a bad impression. Thanks, Decebal -- View this message in context:

Re: Please remove the spam post from the wicket forum

2013-12-13 Thread Martin Grigorov
Hi, Which forum you mean ? On Fri, Dec 13, 2013 at 10:28 AM, Decebal Suiu decebal.s...@asf.ro wrote: Hi Is it someone that can make a clean on the wicket forum? It is frustrating to see a lot of spam posts (for example in start page only few posts are non spam). For a new coming these

Re: Please remove the spam post from the wicket forum

2013-12-13 Thread Decebal Suiu
Sorry, I talk about Mailling Lists [1] [1] http://apache-wicket.1842946.n4.nabble.com/ -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Please-remove-the-spam-post-from-the-wicket-forum-tp4662979p4662981.html Sent from the Users forum mailing list archive at

Re: Please remove the spam post from the wicket forum

2013-12-13 Thread Decebal Suiu
Or it's a possibility to filter these spam posts? How do you read these mailling posts? Best regards, Decebal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Please-remove-the-spam-post-from-the-wicket-forum-tp4662979p4662982.html Sent from the Users forum mailing

Re: Please remove the spam post from the wicket forum

2013-12-13 Thread Martin Grigorov
It seems only Nabble users see these messages. I am subscribed to the mailing list and I don't receive them. I know that Martijn and Jeremy moderate the list but I'm not sure how Nabble got spammed. On Fri, Dec 13, 2013 at 10:40 AM, Decebal Suiu decebal.s...@asf.ro wrote: Or it's a

Re: Please remove the spam post from the wicket forum

2013-12-13 Thread Decebal Suiu
Thanks Martin -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Please-remove-the-spam-post-from-the-wicket-forum-tp4662979p4662984.html Sent from the Users forum mailing list archive at Nabble.com.

Wicket session in a Resource

2013-12-13 Thread Stijn de Witt
Hi Wicket gurus, We are trying to implement JSON RPC in Wicket. At first we had made a WebPage that would respond with application/json... However, we hit a problem here that Wicket parses the parameters of POST requests and puts them in the PageParameters map. From there we can get to the

java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread terryTornado
Hi all, i'm new to wicket-bootstrap. By testing the bootstrap3 integration i have problems to come over the first step. It seems that there is a method not refactored? The error occurs if i call the entry page in the browser and wicket will render the stuff. wicket (6.10.0)

Re: Wicket session in a Resource

2013-12-13 Thread Martin Grigorov
Hi, Using IResource instead of a WebPage for JSON response is better. Using Session.get() in IResource is OK. Actually IResource is something very similar to normal Servlet. The benefit is that you have access to the Application, the Session and a RequestCycle. As WICKET-5012 states there is no

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread Martin Grigorov
Hi, The method signature has been changed with https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/84cb4da562962f84777b1c0236686fa45ec733cb#diff-dc8352ea497aaf9b82e1c5ad5803314e I think the problem should disappear if you rebuild your application against wicket-bootstrap 0.9.0-SNAPSHOT On

Why org.apache.wicket.pageStore.memory.PageTable isn't public?

2013-12-13 Thread tomask79
Hi guys, I was thinking about the implementation of own DataStoreEvictionStrategy for the page eviction and plug it then into HttpSessionDataStoreBut I was surprised that org.apache.wicket.pageStore.memory.PageTable isn't public, so I couldn't use it outside of wicket classes in my overriden

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread terryTornado
Hi Martin, thanks for answering. Seems i have the latest with the code changes. I have delete the dependend local .m2 repositories and rebuild the app new with the same result. The codes are here: https://github.com/terrytornado/wicket-sample I don't know what i'm doing wrong. Sorry. Stephan

Re: Why org.apache.wicket.pageStore.memory.PageTable isn't public?

2013-12-13 Thread tomask79
When I look at the implementation of IDataStore interface, namely HttpSessionDataStore I'm confused..At one side, you allow to put into HttpSessionDataStore constructor any implementation of DataStoreEvictionStrategy, but DataStoreEvictionStrategy cannot be implemented outside of wicket

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread Martin Grigorov
Works OK here. Maybe because I have wicket-bootstrap local build ... I've added jetty-maven-plugin to be able to start it. On Fri, Dec 13, 2013 at 2:14 PM, terryTornado s...@forsthaus.de wrote: Hi Martin, thanks for answering. Seems i have the latest with the code changes. I have delete

Re: Why org.apache.wicket.pageStore.memory.PageTable isn't public?

2013-12-13 Thread Martin Grigorov
Hi, Please file a ticket. On Fri, Dec 13, 2013 at 2:24 PM, tomask79 tomas.klou...@embedit.cz wrote: When I look at the implementation of IDataStore interface, namely HttpSessionDataStore I'm confused..At one side, you allow to put into HttpSessionDataStore constructor any implementation

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread David Beer
Hi Stephen As I said on IRC you need to compile the source locally and add the dependency as usual to you maven pom.xml. There is no need to add the source directly. I have crerated a sample manven project on github last night that shows how to get a basic Wicket and Bootstrap Site working.

Re: Converting 1.4.7 to 6.12 - Login Error

2013-12-13 Thread Martin Grigorov
Hi, Try by mounting the login page to some path. In YourApp#init() method add: mountPage(/login, LoginPage.class); On Thu, Dec 12, 2013 at 9:05 PM, Entropy blmulholl...@gmail.com wrote: I just tried replacing the exception line with: try { throw new

Prefixing CDN URL to resources base path

2013-12-13 Thread Arjun Dhar
Hi, I'm trying to make the use of CDN hassle free with my Wicket Apps. .. where *IF* a CDN location is specified then all paths like .. become This applies to JS, CSS, and img tags mainly. Am wondering where the best place to automate this would be ? 1. Build Process; do a REPLACE during

RadioGroup selected model value

2013-12-13 Thread Selom
Hello, I confess I don't understand wicket radiogroup ( and model ). i spent too much time with it . Here is my problem. *AgPage.html* I would like to have debut2 to be *selected *, since visible = true. Thanks for tour help. - Selom -- View this message in

Re: Converting 1.4.7 to 6.12 - Login Error

2013-12-13 Thread Entropy
Thanks Martin, that did it. It now works with the class instead of an instantiated page. I guess now pages passed through that exception must be mounted? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Converting-1-4-7-to-6-12-Login-Error-tp4662916p4663000.html

Re: Prefixing CDN URL to resources base path

2013-12-13 Thread Chris Snyder
I'm planning to do something similar. In my searches, I came across the following: http://blog.55minutes.com/2012/01/simplecdn-and-the-newly-released-fiftyfive-wicket-32/ I haven't tried it yet, but it seems like a solid idea. -Chris Snyder On Fri, Dec 13, 2013 at 9:26 AM, Arjun Dhar

Re: Converting 1.4.7 to 6.12 - Login Error

2013-12-13 Thread Martin Grigorov
On Fri, Dec 13, 2013 at 4:55 PM, Entropy blmulholl...@gmail.com wrote: Thanks Martin, that did it. It now works with the class instead of an instantiated page. I guess now pages passed through that exception must be mounted? No. It should work without mounting too but for some reason it

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread terryTornado
Hi all, thanks for helping. I only get out the 0.8.5 version. What's the secret to get the 0.9.0-SNAPSHOT? I really don't understand why not deploy a 0.9.1-SNAPSHOT with the new modifications. I struggled at now 4 days with this problem to get the little app to run. thanks Stephan -- View

Wicket and HTML5/jQuery or Dojo

2013-12-13 Thread Brown, Berlin [PRI-1PP]
Will Wicket support most of the HTML5 tags? Canvas? footer header etc? Can wicket support plug and play javascript frameworks. I asked this on reddit: http://www.reddit.com/r/java/comments/1s5tq6/what_is_the_java_serverside_response_to_html5_and/

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread Martin Grigorov
we should release 0.9.0 soon I think the migration to Twitter Bootstrap 3 is done we can fix bugs in 0.9.x @Michael: do you read this ? On Fri, Dec 13, 2013 at 5:08 PM, terryTornado s...@forsthaus.de wrote: Hi all, thanks for helping. I only get out the 0.8.5 version. What's the secret to

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread Martin Grigorov
just clone wicket-bootstrap project, checkout bootstrap3 branch and 'mvn install' it this should help you until 0.9.0 is out Martin Grigorov Wicket Training Consulting On Fri, Dec 13, 2013 at 5:08 PM, terryTornado s...@forsthaus.de wrote: Hi all, thanks for helping. I only get out the

Re: Wicket and HTML5/jQuery or Dojo

2013-12-13 Thread Martin Grigorov
Hi, You are a long time Wicket user so I hope you have a good answer for: How Wicket stands on your way to use canvas, header, footer or any JavaScript library ? Does Wicket throw exceptions when it sees header ? No. Just use whatever does the job the best way for you. Martin Grigorov Wicket

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread terryTornado
Thanks Martin, this is the right way. (i get it not locally build, because errors in three pom's.) I will wait with my tests until it's new deployed. So the goal is to test if the sample application is running on openShift too, there must be a repository where the right libs are in. Many thanks

RE: Wicket and HTML5/jQuery or Dojo

2013-12-13 Thread Brown, Berlin [PRI-1PP]
Would wicket make it easier to use those tags. Could I just throw in a Footer object or Meter object into my code (from the core library). Yes, I guess I could create custom components for it. But is there a strategy to respond to those components or not mention them at all? -Original

Re: Wicket and HTML5/jQuery or Dojo

2013-12-13 Thread Martin Grigorov
How footer is different than div ? You can associate it with WebMarkupContainer, or with Panel. It depends what you want to do with it. https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/wicket-html5-parent provides components for some HTML5 elements. Anyone is welcome to add more if

RE: Wicket and HTML5/jQuery or Dojo

2013-12-13 Thread Brown, Berlin [PRI-1PP]
OK, just making sure. And footer is a bad example, but like I see in that code, there might special scenarios for using Geolocation tags or canvas tags. Shrug. -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Friday, December 13, 2013 10:44 AM To:

Generating email from template outside request/response cycle

2013-12-13 Thread dgn
Hello- I'm attempting to use the Wicket 6 email templating mechanism to render an HTML email from a Panel OUTSIDE the normal request/response cycle -- in a timer thread. I have already been successful generating email from within a normal request by following the examples at

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread terryTornado
OKAY runs now for local testing :-) Thanks for the help from David on how to get it locally compiled: David wrote - git clone https://github.com/l0rdn1kk0n/wicket-bootstrap.git - navigate to the directory where you cloned the above project - git checkout bootstrap3 (to get the bootstrap3

Re: Why org.apache.wicket.pageStore.memory.PageTable isn't public?

2013-12-13 Thread tomask79
Hi Martin, ok I will, thanks for answer and apology for kind of angry post..:) Best wishes Tomas -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Why-org-apache-wicket-pageStore-memory-PageTable-isn-t-public-tp4662987p4663013.html Sent from the Users forum

Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread Martin Grigorov
On Fri, Dec 13, 2013 at 7:31 PM, terryTornado s...@forsthaus.de wrote: OKAY runs now for local testing :-) Thanks for the help from David on how to get it locally compiled: David wrote - git clone https://github.com/l0rdn1kk0n/wicket-bootstrap.git - navigate to the directory where you

Re: Generating email from template outside request/response cycle

2013-12-13 Thread Martin Grigorov
Hi, You can export the Application as thread local manually. See for example:

Re: RadioGroup selected model value

2013-12-13 Thread Sven Meier
Hi, to clarify: - a RadioChoice is for selecting an object from a list of objects and you don't need to control the markup - a RadioGroup/Radio is for selecting an object from a list of objects with free markup (e.g. a table) What you have is a special case, where you want to *set booleans

Re: Generating email from template outside request/response cycle

2013-12-13 Thread Steve
Derived from Wicket's ComponentRender class: https://bitbucket.org/shadders/wicket-el/src/a41127f0771a4b792255cfc0c2ec47c500db1b1b/src/main/java/com/shadworld/wicket/render/Renderer.java?at=default Not sure if it will solve the SpringBean problem but it it will work outside a wicket application.