Re: Wicket.Ajax.Call.failure: after update wicket from 1.4.1 to 1.4.3

2009-12-07 Thread Michał Letyński
Thanks, it was handled in: https://issues.apache.org/jira/browse/WICKET-2553 Igor Vaynberg pisze: first try with latest wicket-1.4.x branch build. if its still there then open a jira issue. -igor 2009/12/4 Michał Letyński mletyn...@consol.pl: The problem came in wicket 1.4.2 and its

Re: ModalWindow serialization problem

2009-12-07 Thread MarcNuri
Hi. Although this thread is quite old, I'm facing the same problem. I open a modal window to edit a record. Inside this modalwindow I open another to choose an object. Inside this third one I open another to filter the objects to choose by another object. If the last modalwindow isn't opened,

container authentication and form action url

2009-12-07 Thread Alfredo Aleandri
Hi all, I've setup my container-authentication (form based) using a simple SigninPage (mounted on /login) and a dummy protected url /protected, here is the web.xml relevant code: security-constraint web-resource-collectionw web-resource-namemyapp/web-resource-name

AjaxEditableLabel

2009-12-07 Thread julien roche AKA indiana_jules
Hi guys, I used Wicket-1.4.3 Wicket-1.4.3 on Windows XP Tomcat 6, and I've got a strange behavior on the component AjaxEditableLabel. If I insert peut-être in the field, the character with the accent will be badly stored. In the code, I see the following code into the Ajax behavior: final

Re: container authentication and form action url

2009-12-07 Thread Igor Vaynberg
dont use a wicket form if you dont want it processed by wicket. -igor On Mon, Dec 7, 2009 at 3:45 AM, Alfredo Aleandri alfredo.alean...@logobject.ch wrote: Hi all, I've setup my container-authentication (form based) using a simple SigninPage (mounted on /login) and a dummy protected url

Re: container authentication and form action url

2009-12-07 Thread Alfredo Aleandri
Igor Vaynberg wrote: dont use a wicket form if you dont want it processed by wicket. -igor Hi Igor, I want to use wicket to manage that page, I want to process user data to fetch user profiles by username/password than I will post all user data (name/password/profile) to j_security_check

Problems with displaying modal window

2009-12-07 Thread Anders Sørensen
Hello everybody. I have a webpage under development where I use modal windows. This has so fare not caused any problems - but now I get an error on one of my pages. I have just added the modal window capability to the page - so this has not worked before. When I click the button I get the

Re: Bookmarkable images from db

2009-12-07 Thread Juan Pablo Picasso
Hi, I've implemented this by mounting a bookmarkable page and writing into the response. I've imagine this bypasses some useful wicket features, but was the only way I use bookmarkable urls like /image/someImageName for mapping user uploaded images: #Application this.mount(new

Re: inmethod grid sorting on FireFox

2009-12-07 Thread Matej Knopp
I just tried the sorting with grid examples in Firefox 3.5.5 and it works just fine. -Matej On Mon, Dec 7, 2009 at 10:20 PM, Charles Deal chuckdea...@gmail.com wrote: I'm using Wicket 1.4.1 with inmethod grid 1.4.1. We have successfully used the inmethod grid in a few different scenarios but

Re: wicket enclosure not finding child!?

2009-12-07 Thread Douglas Ferguson
I'm still getting the error from the trunk. D/ On Dec 6, 2009, at 9:00 PM, Major Péter wrote: Hi, svn co http://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.x/ mvn -Dmaven.test.skip=true install that's all you need to do. Regards, Peter 2009-12-07 03:57 keltezéssel, Douglas

WicketStuff and wicket-contrib-javaee

2009-12-07 Thread Major Péter
Hi all, Lately I had to make some refactoring in wicket-contrib-javaee, and I saw, that the project is not well maintained. In the repo I only could find the source for v1.0, but only on sourceforge did I found the v1.1 sources. :s So after I had refactored the source to make it work with Wicket

Re: inmethod grid sorting on FireFox

2009-12-07 Thread Charles Deal
Yeah, I figured as much. I thought I was using a stock Header row/event, but I'll double check that in the morning. I'll also be upgrading to 1.4.3 and 1.4-SNAPSHOT in the morning to make sure there is not some patch that I am missing. On Mon, Dec 7, 2009 at 4:51 PM, Matej Knopp

JNDI and mvn test

2009-12-07 Thread Luther Baker
I'm executing the standard Wicket maven archetype's test target and it is having trouble finding my JNDI datasource. *mvn jetty:run* works just fine but when I execute the *mvn test* target from within m2eclipse, I get a huge stracktrace with the following excerpt: Caused by: