Re: setResponsePage in AjaxSubmitLink causing AjaxError

2013-04-16 Thread Jeremy Levy
I figured it out- further up in the code I was calling: new PageReference(new PageProvider(MyPage.class).getInstance().getPageId()) which was causing the problem. Jeremy On Tue, Apr 16, 2013 at 5:30 PM, Jeremy Levy wrote: > I'm using Wicket 6.6.0, in an AjaxSubmitLink whe

setResponsePage in AjaxSubmitLink causing AjaxError

2013-04-16 Thread Jeremy Levy
also includes the full HTML of the destination page. Any idea whats going on here? -- Jeremy Levy

Re: HttpsMapper broken with Mounted pages

2013-01-15 Thread Jeremy Levy
eremy On Tue, Jan 15, 2013 at 10:24 AM, Jeremy Levy wrote: > Thanks- Done. > > https://issues.apache.org/jira/browse/WICKET-4979 > > > On Tue, Jan 15, 2013 at 3:05 AM, Martin Grigorov wrote: > >> Hi, >> >> Please create a ticket and attach your quicksta

Re: HttpsMapper broken with Mounted pages

2013-01-15 Thread Jeremy Levy
Jan 15, 2013 at 3:18 AM, Jeremy Levy wrote: > > > I believe I may have stumbled upon somewhat serious issue with 6.4.0 (and > > possibly earlier). A page that is annotated with @RequiresHttps and is > > mounted with any encoding method, when requested directly, or linked to &

HttpsMapper broken with Mounted pages

2013-01-14 Thread Jeremy Levy
re it out, however I thought this was serious enough to bring up here right away. Jeremy -- Jeremy Levy

Re: Terracotta Sessions and Wicket

2011-09-06 Thread Jeremy Levy
Actually, after thinking about this some more, it has nothing to do with the jvmRoute on the session per se, it's because the node from which the session originated never has the unbind/method called for that session. On Tue, Sep 6, 2011 at 7:44 PM, Jeremy Levy wrote: > We'

Terracotta Sessions and Wicket

2011-09-06 Thread Jeremy Levy
ng the session. Does this sound like a good idea? Thanks. Jeremy -- Jeremy Levy

Re: Configure http and https with apache and jboss

2011-07-01 Thread Jeremy Levy
here. > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Configure-http-and-https-with-apache-and-jboss-tp3633546p3638231.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Jeremy Levy

Re: POST path via Ajax erratically invalid when used with #

2011-05-02 Thread Jeremy Levy
I am not aware of any logic in wicket-ajax.js which changes the url > passed from the server side. > See > org.apache.wicket.ajax.AjaxEventBehavior.generateCallbackScript(CharSequence) > > I gave you the names of the JavaScript functions which trigger the > form submit. Use Chrome Developer Tools to debug the JavaScript

Re: POST path via Ajax erratically invalid when used with #

2011-05-02 Thread Jeremy Levy
ost() in wicket-ajax.js > > On Fri, Apr 29, 2011 at 12:59 AM, Jeremy Levy wrote: > > I've noticed that in 1.4.17 in some circumstances when using Wicket to > POST > > data over AJAX the path it's POSTing to tries to include the value after > # > > in the URL. &g

POST path via Ajax erratically invalid when used with #

2011-04-28 Thread Jeremy Levy
I'm having trouble using the debugger to nail down where in the JS this is happening, can someone help point me to the function? Jeremy -- Jeremy Levy

Re: AjaxButton and HTML5 fields

2011-04-28 Thread Jeremy Levy
ket-html5 > . > There is a Behavior which did exactly this before the improvements in > Wicket 1.5. > > On Wed, Apr 27, 2011 at 1:50 AM, Jeremy Levy wrote: > > I've extended TextField to support some of the HTML5 variants, number, > email > > etc. This works great

AjaxButton and HTML5 fields

2011-04-26 Thread Jeremy Levy
I've extended TextField to support some of the HTML5 variants, number, email etc. This works great when submitting via normal methods. However it doesn't work when using AjaxButton, the form data for the HTML5 fields is never POSTed. The root issue appears to be in wicket-ajax.js specifically li

DiskPageStore with Terracotta

2010-09-07 Thread Jeremy Levy
When using Terracotta WebSessions 3.3.0 with Wicket 1.4.9 on JBoss 4.2 / Tomcat6 the DiskPageStore grows infinitely. After a few days our jboss/server/myserver/work/jboss.web/localhost/[context]/[filtername]-filestore is filled with gigabytes of data. The terracotta folks say that they aren't doi

Re: How to set the http response code for an error page

2009-09-06 Thread Jeremy Levy
he.org/WICKET/error-pages-and-feedback-messages.html > > Stillthe page returns http 200. How do I set it to a specific error > code? > > Thanks, > Arie > -- Jeremy Levy See my location in real-time: http://seemywhere.com/jeremy

Re: Mysterious NullPointerException

2009-07-13 Thread Jeremy Levy
Hmm, looking at that again, it looks just like the dump... On Mon, Jul 13, 2009 at 8:55 AM, Jeremy Levy wrote: > Take a look at this one: > 2009-07-12 11:03:11,865 ERROR Web [RequestCycle] > : java.lang.NullPointerException > 2009-07-12 11:03:11,879 ERROR Web [MMRequestCycle] : T

Re: Mysterious NullPointerException

2009-07-13 Thread Jeremy Levy
or something on it? Its weird that the > exception it self just wont generate a stack.. > > On 01/07/2009, Jeremy Levy wrote: > > Okay, I was able to get a thread dump for when this mysterious exception > > happens, see my prior message for the code the code that I am using to

Re: Mysterious NullPointerException

2009-07-01 Thread Jeremy Levy
java.lang.Thread.run(Thread.java:619) On Wed, Jul 1, 2009 at 12:41 PM, Jeremy Levy wrote: > I'm trying this, what do you think? > if (e == null) { > log.error("The exception was null, dumping Stack"); >

Re: Mysterious NullPointerException

2009-07-01 Thread Jeremy Levy
; Sent from the Wicket - User mailing list archive at Nabble.com. > >>> > >>> > >>> - > >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > >>> For additional commands, e

Re: Mysterious NullPointerException

2009-06-29 Thread Jeremy Levy
stacktrace and emails it which generates way to much volume. Any suggestions? Jeremy On Fri, Jun 19, 2009 at 2:20 PM, Jeremy Levy wrote: > I'll override the method and let you know the results. > Jeremy > > > On Fri, Jun 19, 2009 at 11:35 AM, Igor Vaynberg > wrote: &g

Re: Mysterious NullPointerException

2009-06-19 Thread Jeremy Levy
I'll override the method and let you know the results. Jeremy On Fri, Jun 19, 2009 at 11:35 AM, Igor Vaynberg wrote: > right, so where is the stacktrace from the "e" given to the logger? > > -igor > > On Fri, Jun 19, 2009 at 6:39 AM, Jeremy Levy wrote: > > Igo

Re: Mysterious NullPointerException

2009-06-19 Thread Jeremy Levy
that is rather strange, there should be the stack trace. why dont you > change your logger to show the line numbers so we can see where the > log statement is coming from. > > -igor > > On Thu, Jun 18, 2009 at 7:53 AM, Jeremy Levy wrote: > > Per, > > There is no

Re: Apache Logs, Session IDs, and PageExpiredException

2009-06-19 Thread Jeremy Levy
ookie works > it wont append it to the url, or you really have to tell tomcat that > it has to do that everytime. > > On 17/06/2009, Jeremy Levy wrote: > > We see a very similar issue: Between one request to another that happen > > within a matter of seconds / minutes the se

Re: Mysterious NullPointerException

2009-06-18 Thread Jeremy Levy
Per, There is no stack dump, that is the entire output. J On Thu, Jun 18, 2009 at 10:48 AM, Per Lundholm wrote: > No. ;-) > > Are you suggesting that the version of Wicket matters? > > How does the stack dump look in your logs? > > /Per > > > On Thu, Jun 18, 2009

Mysterious NullPointerException

2009-06-18 Thread Jeremy Levy
I see the following a few times a day, this is with Wicket 1.3.6. It results in a 500 being displayed to the user... 2009-06-18 00:53:09,485 ERROR Web [RequestCycle] : java.lang.NullPointerException I realize this isn't much to go on, any ideas? j

Re: Apache Logs, Session IDs, and PageExpiredException

2009-06-17 Thread Jeremy Levy
n/2009:01:28:06 -0700] "GET > > >>> > > >>> > > /resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js;jsessionid=271042707F280E26F7A08E6FFF108C22 > > >>> HTTP/1.1" 200 1184 " > > >>> > > >>> > > https://www.foodhandler.org/login%3bjsessionid=271042707F280E26F7A08E6FFF108C22 > > >>> "... > > >>> XXX.XXX.29.22 - - [11/Jun/2009:01:28:06 -0700] "GET > > >>> /resources/comp.Comp/prototype.js HTTP/1.1" 200 47603 " > > >>> > > >>> > > https://www.foodhandler.org/login%3bjsessionid=271042707F280E26F7A08E6FFF108C22 > > >>> "... > > >>> XXX.XXX.29.22 - - [11/Jun/2009:01:28:06 -0700] "GET > > >>> > /%3bjsessionid=E0381EA98B6C107CD1D4DF8FDE5D88C3?wicket:interface=:12 > > >>> HTTP/1.1" 200 4623 " > > >>> > > >>> > > https://www.foodhandler.org/take-the-test%3bjsessionid=E0381EA98B6C107CD1D4DF8FDE5D88C3 > > >>> "... > > >>> XXX.XXX.29.22 - - [11/Jun/2009:01:28:07 -0700] "GET > > >>> /resources/comp.Comp/main.css HTTP/1.1" 200 9904 " > > >>> > > >>> > > https://www.foodhandler.org/%3bjsessionid=E0381EA98B6C107CD1D4DF8FDE5D88C3?wicket:interface=:12 > : > :: > > >>> :"... > > >>> XXX.XXX.29.22 - - [11/Jun/2009:01:28:07 -0700] "GET > > >>> /resources/comp.Comp/print.css HTTP/1.1" 200 459 " > > >>> > > >>> > > https://www.foodhandler.org/%3bjsessionid=E0381EA98B6C107CD1D4DF8FDE5D88C3?wicket:interface=:12 > : > :: > > >>> :"... > > >>> > > >>> > > >> > > >> - > > >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > >> For additional commands, e-mail: users-h...@wicket.apache.org > > >> > > >> > > >> > > > > > > -- > > > Jason Lea > > > > > > > > > > > > > - > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > For additional commands, e-mail: users-h...@wicket.apache.org > > > -- Jeremy Levy See my location in real-time: http://seemywhere.com/jeremy

Re: Wicketeer Available for Hire...

2009-06-01 Thread Jeremy Levy
sending these type of emails on here isn't considered rude > or anything. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Jeremy Levy See my location in real-time: http://seemywhere.com/jeremy

Re: PageExpiredException

2009-03-09 Thread Jeremy Levy
at > > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151) > > > > > > > > > > > > > > > >at > > org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200) > > > >at > > org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283) > > > >at > org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773) > > > > > > > > > > > > > > > >at > > > org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703) > > > >at > > > org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895) > > > >at > > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) > > > > > > > > > > > > > > > >at java.lang.Thread.run(Thread.java:619) > > > > > -- Jeremy Levy See my location in real-time: http://seemywhere.com/jeremy

Re: Some SignInPanel Questions

2009-02-25 Thread Jeremy Levy
estions-tp22094376p22094376.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Jeremy Levy See my location in real-time: http://seemywhere.com/jeremy

Re: What IDE best fits with Wicket?

2009-02-23 Thread Jeremy Levy
requirements are: free and the set of plug-ins free too. > > Thanks, > Eduardo S. Nunes > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wic

Re: How exactly does RestartResponseAtInterceptPageException work?

2009-02-23 Thread Jeremy Levy
onfirmed that the onClick() does not get rerun, so I can adjust > accordingly. > > Thank you! > > =David > > > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Jeremy Levy See my location in real-time: http://seemywhere.com/jeremy

Re: Stackoverflow running Wicket application on JBOSS cluster

2009-02-18 Thread Jeremy Levy
gt;>at > >> java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908) > >>at > >> java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832) > >>at > >> > java.io.ObjectInputStream.readOrdinaryObject(Objec

Re: How exactly does RestartResponseAtInterceptPageException work?

2009-02-17 Thread Jeremy Levy
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Jeremy Levy See my location in real-time: http://seemywhere.com/jeremy

Re: Stackoverflow running Wicket application on JBOSS cluster

2009-02-17 Thread Jeremy Levy
t; org.apache.wicket.protocol.http.pagestore.DiskPageStore.convertToPage(DiskPageStore.java:1234) > at > > org.apache.wicket.protocol.http.SecondLevelCacheSessionStore$SecondLevelCachePageMap.getLastPage(SecondLevelCacheSessionStore.java:228) >at > > org.apache.wicket.protocol.http.SecondLevelCacheSessionStore$SecondLevelCachePageMap.get(SecondLevelCacheSessionStore.java:296) >at org.apache.wicket.Session.getPage(Session.java:751) >at > > org.apache.wicket.protocol.http.pagestore.AbstractPageStore$PageHolder.readResolve(AbstractPageStore.java:363) > > > > -- > View this message in context: > http://www.nabble.com/Stackoverflow-running-Wicket-application-on-JBOSS-cluster-tp22052904p22052904.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Jeremy Levy See my location in real-time: http://seemywhere.com/jeremy

Problem with WebRequestCodingStrategy's and mobile phones

2009-02-09 Thread Jeremy Levy
able and can confirm that it breaks all form submits. This is a some what obsecure case, and perhaps irrelvant if you don't run a mobile site, but we saw our number's drop by about 20% - 50% until we figured this out. Hope this helps someone else. Jeremy -- Jeremy Levy See

Re: [OT] wicket users around the world

2008-12-15 Thread Jeremy Levy
5 2936 7684 > > > > > > ----- > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > For additional commands, e-mail: users-h...@wicket.apache.org > > > > > > > > -- >

Re: Clustering Problems / java.lang.StackOverflowError

2008-12-08 Thread Jeremy Levy
ss IObjectStreamFactory, line 70? > > > org.apache.wicket.util.io.IObjectStreamFactory$1.resolveClass(IObjectStreamFactory.java:70) > > Thanks, > Bruno > > -Original Message- > From: Jeremy Levy [mailto:[EMAIL PROTECTED] > Sent: Monday, December 08, 2008 4:02 P

Clustering Problems / java.lang.StackOverflowError

2008-12-08 Thread Jeremy Levy
We have recently moved our application over to using clustering, we are running JBoss 4.2.3 with Tomcat 6 bundled using two nodes. After a few seconds with both nodes active and receiving traffic we start to see StackOverFlow exceptions. They don't originate from within our code and I'm a bit at

Re: Wicket 1.3.5 behind a front-end proxy

2008-11-19 Thread Jeremy Levy
ED] >> >> > > -- > Martin Tilma > Func. Internet Integration > W http://www.func.nl > T +31 20 423 > F +31 20 4223500 > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additio

Re: job postings

2008-09-22 Thread Jeremy Levy
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jeremy Levy See my location in real-time: http://seemywhere.com/jeremy Right now we are paying a $2,500 referral fee for any full-time hire we make and keep

Re: component x not found on page y

2008-08-05 Thread Jeremy Levy
> 3. User loads page B in another tab. It also gets id 1. > 4. User returns to tab A and submits form "foo". Wicket complains because > there is no component "foo" in page B. > > I tried enabling multi-tab support to see if that would help, but it didn't >

component x not found on page y

2008-08-04 Thread Jeremy Levy
We have been struggling with an issue for several months now, any help would be appreciated. In our logs I see variations of the same error on the following error which results in a 500 for the user: 2008-08-04 13:21:24,006 ERROR Wap [RequestCycle] : component updateSection:theForm not found on p

Re: No effect of code until restarting netbeans.

2008-07-01 Thread Jeremy Levy
Use "Undeploy and Deploy" on your EAR or WAR... On Tue, Jul 1, 2008 at 3:58 AM, Sushant <[EMAIL PROTECTED]> wrote: > > I am a newuser using wicket. I have been facing this problem since a week. > > I'm in serious trouble. Whenever i make any changes in my code in netbeans > the changes i have ma

Re: FileResourceStream

2008-05-02 Thread Jeremy Levy
implements IMarkupCacheKeyProvider . . public String getCacheKey(MarkupContainer arg0, Class arg1) { return null; } Jeremy On Tue, Apr 29, 2008 at 3:01 PM, Johan Compagner <[EMAIL PROTECTED]> wrote: > So through a Wicket Page impl you serve static pages? > The wicket page self does

Re: JS/CSS references different in Jetty versus Tomcat

2008-05-02 Thread Jeremy Levy
Scott, It sounds like this: https://issues.apache.org/jira/browse/WICKET-1205 Jeremy On Fri, May 2, 2008 at 9:37 AM, Scott Sauyet <[EMAIL PROTECTED]> wrote: > I'm having a problem with different behavior when my Wicket application > runs on Jetty versus on Tomcat, and I'm wondering if anyone h

Re: How to pass an arbitrary javascript variable to onSubmit?

2008-04-11 Thread Jeremy Levy
Check out IAjaxCallDecorator getAjaxCallDecorator(). Jeremy On Fri, Apr 11, 2008 at 4:42 AM, Vitaly Tsaplin <[EMAIL PROTECTED]> wrote: > I am doing it exactly like this. I am wondering if there is a > formless way to do this? Probably I can mount a page and then just add > some parameters to th

Re: System requirements for running wicket app in production

2008-04-10 Thread Jeremy Levy
All of our hardware is virtualized. It's allowed us to scale very quickly and easily. As for specific requirements it really depends on the volume you expect. If your going to run Apache, Tomcat, and your DB on the same machine I'd try to have at least 512mb on a low volume site. You may want t

Re: FileUploadField and Image

2008-04-10 Thread Jeremy Levy
Use javascript to submit the form. On Thu, Apr 10, 2008 at 4:38 AM, Fabien D. <[EMAIL PROTECTED]> wrote: > > Hi, > > I would like to do a special behavior. > > I have a input for FileUploadField, when the user choices an image in his > local disk, this file is automatically uploaded (in a temp fo

Re: how to get the war name wicket application is running from?

2008-04-07 Thread Jeremy Levy
If by "the application and set the appropriate style of the application." you mean the look and feel there are better ways to do this then deploying your application multiple times. Use locales which will let you have multiple style sheets and/or HTML / resources which vary depending the locale va

Re: Removing the jsessionid for SEO

2008-04-03 Thread Jeremy Levy
To clarify my message below: With a CryptedUrlWebRequestCodingStrategy and alot of BookmarkablePages. On Thu, Apr 3, 2008 at 9:16 PM, Jeremy Levy <[EMAIL PROTECTED]> wrote: > We have a similar issue, and are trying the following out right now.. > > http://www.google.com/support

Re: Removing the jsessionid for SEO

2008-04-03 Thread Jeremy Levy
We have a similar issue, and are trying the following out right now.. http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=40367 User-agent: * Disallow: /*? On Thu, Apr 3, 2008 at 9:09 PM, Dan Kaplan <[EMAIL PROTECTED]> wrote: > Ok, at least I'm not missing anything. I unders

Re: Render body only

2008-04-03 Thread Jeremy Levy
Did you try setRenderBodyOnly(true) ? On Thu, Apr 3, 2008 at 10:28 AM, Scott Sauyet <[EMAIL PROTECTED]> wrote: > Hi, I'm looking to do exactly what was discussed in a thread a few years > ago (http://tinyurl.com/3yo43s), namely to dynamically include or exclude > a group of tags. > > I can wrap

Re: RequestCycle exception explanation

2008-04-01 Thread Jeremy Levy
org.apache.tomcat.util.net.AprEndpoint$Worker.run( AprEndpoint.java:1513) at java.lang.Thread.run(Thread.java:619) thanks. On Tue, Apr 1, 2008 at 8:25 PM, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > can you paste a full stack trace please > > -igor > > On Tue, Apr 1, 2008 at 5:21 PM, Jeremy L

Re: RequestCycle exception explanation

2008-04-01 Thread Jeremy Levy
happen to ILinkListener urls? > > -igor > > > On Tue, Apr 1, 2008 at 4:15 PM, Jeremy Levy <[EMAIL PROTECTED]> wrote: > > I've tried to reproduce this for the last several hours with no luck. > It > > reports that it's happening for many different comp

Re: RequestCycle exception explanation

2008-04-01 Thread Jeremy Levy
t; > in theory the second click should actually unroll the version back so > the link would comeback and then get clicked again. it is possible > that this happens on stateless pages or the ones where versioning has > been explicitly turned off. > > -igor > > > > > &

Re: RequestCycle exception explanation

2008-04-01 Thread Jeremy Levy
something but not update the page? I think you sometimes can get this > issue > in a ListView if you don't think about how stuff is added and removed, and > interactions with setReuseItems(true). > > Al > > On Tue, Apr 1, 2008 at 9:12 PM, Jeremy Levy <[EMAIL PROTECTED]

RequestCycle exception explanation

2008-04-01 Thread Jeremy Levy
I've started seeing exceptions like the onces below more frequently can someone explain what is actually going on? We've been making a lot of changes, but I can't say exactly what may have set this off... 2008-04-01 16:07:12,514 ERROR Wap [RequestCycle] : component myLink not found on page com.

Re: Simplest way to do name-value pairs in DropDownChoice

2008-04-01 Thread Jeremy Levy
t; -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Levy > Sent: Tuesday, April 01, 2008 11:17 AM > To: users@wicket.apache.org > Subject: Re: Simplest way to do name-value pairs in DropDownChoice > > I think you are going to have to us

Re: Simplest way to do name-value pairs in DropDownChoice

2008-04-01 Thread Jeremy Levy
I think you are going to have to use a ChoiceRenderer. It's really not that complicated. Check out http://people.apache.org/~tobrien/wicket/apidocs/org/apache/wicket/extensions/markup/html/form/select/SelectOption.html Jeremy On Tue, Apr 1, 2008 at 12:02 PM, Andrew Broderick <[EMAIL PROTECTED]>

Re: Does Wicket support WML?

2008-03-30 Thread Jeremy Levy
I don't see why it couldn't, WML is XML based so you could create your own components. You should check out the page on the Wiki for wicket and mobile devices. Do you have a strict requirement that it needs to be WML or just for mobile devices? http://cwiki.apache.org/WICKET/mobile-devices.html

Re: "Redirect after post" Issue

2008-03-24 Thread Jeremy Levy
I got it working. Basically the ProxyPassReverse directive should use HTTP not AJP. This article helped: http://lenya.apache.org/docs/2_0_x/tutorials/mod_proxy_ajp.html Jeremy On Fri, Mar 21, 2008 at 10:35 AM, James Carman <[EMAIL PROTECTED]> wrote: > On 3/21/08, Jeremy Lev

Re: "Redirect after post" Issue

2008-03-21 Thread Jeremy Levy
e of this is that your wicket app will not know the REAL > virtual host, and so automatically generated absolute URL's (for example > in emails) will be wrong. > > Regards, > Sebastiaan > > Sebastiaan van Erk wrote: > > Hi, > > > > Jeremy Levy wrote: > >&g

Re: "Redirect after post" Issue

2008-03-20 Thread Jeremy Levy
No problem, I know other people are doing this, I can't seem to see where the issue is... Which is why I think something is wrong either in Tomcat or Wicket. J On Thu, Mar 20, 2008 at 8:36 PM, brian.diekelman <[EMAIL PROTECTED]> wrote: > > > ...and after reading your post a little closer, I flip

Re: "Redirect after post" Issue

2008-03-20 Thread Jeremy Levy
Slight correction: With IRequestCycleSettings.ONE_PASS_RENDER most form submits seem to work except in the case of continueToOriginalDestination... Everything else still fails. J On Thu, Mar 20, 2008 at 6:09 PM, Jeremy Levy <[EMAIL PROTECTED]> wrote: > I have been having trouble with

"Redirect after post" Issue

2008-03-20 Thread Jeremy Levy
I have been having trouble with this for a couple of months, it seems that redirects in Wicket 1.3.x seem to be writing out the URL incorrectly in our set up. We are running JBoss 4.2 with embedded Tomcat 5.5 using Apache/2.2.4 with mod_proxy. The Tomcat URL for the application is http://localhos

Re: After 1 minute the Pagemap null is still locked

2008-03-18 Thread Jeremy Levy
to happen, take a cpu timing profile and see what was > > going on during the spike... > > > > does the message tell you who it is locked by? which page or > > otherwise? if not that is possibly something we can improve also... > > > > -igor > > >

Re: Wicket 1.3.2 - java.lang.NullPointerException

2008-03-18 Thread Jeremy Levy
"; } I'll keep trying for a bit more... Jeremy On Tue, Mar 18, 2008 at 9:55 AM, Jeremy Levy <[EMAIL PROTECTED]> wrote: > We are having the same issue, it's happening on pages where we are > defining the markup at run time, by implementing > IMarkupResourceStre

Re: Wicket 1.3.2 - java.lang.NullPointerException

2008-03-18 Thread Jeremy Levy
We are having the same issue, it's happening on pages where we are defining the markup at run time, by implementing IMarkupResourceStreamProvider and IMarkupCacheKeyProvider. I'll create a sample project to demonstrate.. Jeremy On Tue, Mar 18, 2008 at 9:36 AM, Johnnie <[EMAIL PROTECTED]> wrote:

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

2008-03-17 Thread Jeremy Levy
+1 On Mon, Mar 17, 2008 at 1:15 PM, djo.mos <[EMAIL PROTECTED]> wrote: > > [ ] +1, Wicket 1.4 is 1.3 + generics, drop support for 1.3 > -- > View this message in context: > http://www.nabble.com/-vote--Release-1.4-with-only-generics-and-stop-support-for-1.3-tp16090054p16097038.html > Sent from th

Re: Link to last accessed page

2008-02-13 Thread Jeremy Levy
You could just pass the current page to the new page via the constructor. On Feb 13, 2008 2:06 PM, Warren <[EMAIL PROTECTED]> wrote: > How do I create a link on a page that will go to the last accessed page no > matter what that page is? I see that WebPage has a method homePageLink. Is > there so

Re: Challenge: write something really sleek for Facebook?

2008-02-04 Thread Jeremy Levy
We have been thinking about this a little bit as well... It broke down into two parts: Making FaceBook Wicket components that represent and render the corresponding FBML. Integrating the wicket session with facebooks session. It seemed like to us that the calls from facebook across multiple user

Re: DropDownChoice with -1 value

2008-01-02 Thread Jeremy Levy
If you create a properties file for the page class and use dot notation matching your page hierarchy but leave the last value as null you can set the default value: For example: theForm.birthdayMonth.null=M theForm.birthdayYear.null=Y theForm.birthdayDay.null=D See if that helps.. J On Jan 2

Re: "Streaming" a huge ZIP file

2007-12-11 Thread Jeremy Levy
Gabor, Try DownloadLink http://wicket.sourceforge.net/apidocs/wicket/markup/html/link/DownloadLink.html J On Dec 11, 2007 5:39 PM, Gabor Szokoli <[EMAIL PROTECTED]> wrote: > Hi there, > > The downside of an easy-to-use framework is the influx of users with > little understanding of the underlyi

Re: Overlay panel on ajax call

2007-12-11 Thread Jeremy Levy
I would assume this can be done entirely using CSS.. Try something like: div#greyBackground {position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:rgb(230,230,230);opacity:.75;filter:alpha(opacity=75);text-decoration:none;} and use the wicket simpleattributemodifier to change

Re: Create button to open popup Window.

2007-12-11 Thread Jeremy Levy
You may want to check out PopupSettings as well. http://wicketstuff.org/wicket13doc/org/apache/wicket/markup/html/link/PopupSettings.html Jeremy On Dec 10, 2007 5:33 PM, Christian Alejandro Marquez Grabia < [EMAIL PROTECTED]> wrote: > Hi > > Maybe you should look at this example using Modal Win

Re: Wicket behind a front-end proxy

2007-12-10 Thread Jeremy Levy
I am pretty sure my configuration is correct as per the documentation however I am having the following problem: My configuration is as follows: Apache 2.2 (mod_proxy_jk) -- Tomcat 5.5(JBoss embedded) My Wicket application filter is mapped to /* and my WAR file is deployed within a context of /we

Re: Wicket behind a front-end proxy

2007-12-07 Thread Jeremy Levy
Murat, Can you post the error in your configuration? J On Dec 7, 2007 4:55 AM, Murat YĆ¼cel <[EMAIL PROTECTED]> wrote: > Hi All > > Sorry for given such a late response, but Al Maw was right. This is > supported by wicket. > My apache configuration was wrong. Niels it has nothing to do with web

Re: Wicket 1.3 rc1 Relative URLs not working properly

2007-12-04 Thread Jeremy Levy
ce it allows the use of relative URLs, and > it > >> must > >> be configured in just one place (the base-page's head section) > >> would also be great to use when using a front end server > >> (Apache), > >> since r

Re: Wicket 1.3 rc1 Relative URLs not working properly

2007-12-03 Thread Jeremy Levy
WICKET-1205 On Dec 3, 2007 5:16 PM, Jeremy Levy <[EMAIL PROTECTED]> wrote: > Sorry for now explaining this properly. My application is deployed within > a context of "/1". The Wicket filter is mapped to "/*" of the app context. > > The first page of the sit

Re: Wicket 1.3 rc1 Relative URLs not working properly

2007-12-03 Thread Jeremy Levy
those 2 pages give different urls because > both > should be css/ as far as i see > because they are on both on the same level. > > Please make a jira issue for this > > johan > > > > On Dec 3, 2007 4:08 PM, Jeremy Levy < [EMAIL PROTECTED]> wrote: > > > T

Re: How to secure passwords?

2007-12-03 Thread Jeremy Levy
You are correct, I'm assuming his admin has knowledge of the salt, if there even was one... On Dec 3, 2007 1:33 PM, Sebastiaan van Erk <[EMAIL PROTECTED]> wrote: > Jeremy Levy wrote: > > Don't use MD5: > > > > http://md5.rednoize.com/ > > > >

Re: How to secure passwords?

2007-12-03 Thread Jeremy Levy
Don't use MD5: http://md5.rednoize.com/ 328b78157026ea76f87d3f2d7111dfb1 j On Dec 3, 2007 12:17 PM, Sebastiaan van Erk <[EMAIL PROTECTED]> wrote: > Korbinian Bachl wrote: > > >> However, they *CAN NOT* generate a collision for an arbitrary hash. > >> Furthermore, doing this in a limited size s

Re: How to secure passwords?

2007-12-03 Thread Jeremy Levy
Pills, I don't really thing this has anything to do w/ Wicket... Do a Google search for java password hash. A quick search found this: http://www.devarticles.com/c/a/Java/Password-Encryption-Rationale-and-Java-Example/ J On Dec 3, 2007 9:40 AM, Pills <[EMAIL PROTECTED]> wrote: > > Hello, > >

Re: Wicket 1.3 rc1 Relative URLs not working properly

2007-12-03 Thread Jeremy Levy
> and /1/ is your servlyet path? > what happens if you put "../css/style.css" in your markup? > > Because from the normal page that is the css you want i guess? > > johan > > > > On Dec 2, 2007 11:08 PM, Jeremy Levy <[EMAIL PROTECTED]> wrote: > >

Wicket 1.3 rc1 Relative URLs not working properly

2007-12-02 Thread Jeremy Levy
I just upgraded to Wicket 1.3, it was remarkably smooth. It took about 6 hours overall. Every single thing was explained very well in the migration guide and the things i was looking forward to in 1.3 are working perfectly. The only issue I am having is if I have a page this is not mounted as a

Re: InlineFrame and Ajax Timer failing

2007-11-27 Thread Jeremy Levy
I fixed it. I was creating the InlineFrame by passing in a Page to the constructor, I switched it to MyPage.class and it worked... Not quite sure why though.. j On Nov 27, 2007 10:29 AM, Jeremy Levy <[EMAIL PROTECTED]> wrote: > I've created a Ajax Timer similar to the one on th

InlineFrame and Ajax Timer failing

2007-11-27 Thread Jeremy Levy
I've created a Ajax Timer similar to the one on the example page, it works well, and I use it several places on my site. However when it's added to the same page as a InlineFrame/Iframe the Ajax callback fails with the following error: *INFO: * *INFO: * Initiating Ajax GET request on /1/m?x=R

Using mod_proxy / mod_rewrite to hang app off root

2007-10-16 Thread Jeremy Levy
I've having trouble getting my application behind apache hanging off the root, my application servers url are as follows: http://localhost:8080/context/servlet/bookmarkpage I'd like the URL to be: http://localhost/bookmarkpage I've set up Apache 2.2 in from of it. I can get Apache2 working so t

possible bug in 1.2.6 / 1.3 Include

2007-10-16 Thread Jeremy Levy
I found this while working on 1.2.6 and checked it out in 1.3 and it's the same. It appears as though Include does not pay attention to the contextpath if it is explicitly set. Line 162 (In 1.2.6) or line 233 (in 1.3b4) of Include is the following line which as I understands it builds a absolute U

Re: Custom Content

2007-10-13 Thread Jeremy Levy
Okay, I think i figured it out. Using AbstractResourceStream which gets content based on the ids. Thank you. On 10/13/07, Jeremy Levy <[EMAIL PROTECTED]> wrote: > > Thanks. I see, so if I were to return a random value with getVariation, > that would effectively defeat reusi

Re: Custom Content

2007-10-13 Thread Jeremy Levy
se it? j On 10/13/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > On 10/13/07, Jeremy Levy <[EMAIL PROTECTED]> wrote: > > > > newMarkupResourceStream is only called on the first time the page loads > > when > > it's compiled with the HTML i suppos

Re: Custom Content

2007-10-13 Thread Jeremy Levy
MarkupResourceStreamProvider and IMarkupCacheKeyProvider. make that > page implement both and suck the markup in from the db. > > -igor > > > On 10/13/07, Jeremy Levy <[EMAIL PROTECTED]> wrote: > > > > Will that work if the content includes a form? > > > > I wou

Re: Custom Content

2007-10-13 Thread Jeremy Levy
eets which would seem to make the most sense isn't going to work in this case.. j On 10/13/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > stick a content into a label and call label.setescapemodelstrings(false) > > -igor > > > On 10/13/07, Jeremy Levy <[EMAIL

Custom Content

2007-10-13 Thread Jeremy Levy
I'm attempting to load the markup for a page based on values that are available when the page is constructed. For example, I want to be able to pass a parameter into a page and then lookup the name of the content file in my database based on this parameter and then have the page load and display t

Re: out of memory - wicket 1.2.6

2007-10-08 Thread Jeremy Levy
Are you redeploying often with out restarting? Jeremy On 10/8/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > > At my former job, we had a memory leak not in our own application but a > dependancy though.. Thats where jmeter and jprobe came into scope. It > took me 12 hours

Re: FileUpload with AjaxSubmit not working

2007-09-10 Thread Jeremy Levy
Got it, forget it. On 9/10/07, Jeremy Levy <[EMAIL PROTECTED]> wrote: > > Is it possible to have a form with a FileUpload field be submitted using > an AjaxSubmit Link? > > I receive the following exception: > > 10:53:57,994 ERROR [RequestCycle] ::: ServletRequest d

FileUpload with AjaxSubmit not working

2007-09-10 Thread Jeremy Levy
Is it possible to have a form with a FileUpload field be submitted using an AjaxSubmit Link? I receive the following exception: 10:53:57,994 ERROR [RequestCycle] ::: ServletRequest does not contain multipart content java.lang.IllegalStateException: ServletRequest does not contain multipart conten

Wicket Developer Needed

2007-08-07 Thread Jeremy Levy
About Us: MeetMoi is a venture capital-funded start up focused on location-based web and mobile phone applications based in New York City. We are primarily a Java shop and are looking for smart and motivated Java developers to join our team. Lately, we've been picked up by a number of prominent