Re: adding ajaxindicator to dropdownchoice

2009-09-24 Thread Peter Thomas
On Thu, Sep 24, 2009 at 11:40 AM, Jason Novotny wrote: > > Hi, > > I have a DropDownChoice that triggers an ajax event to occur using the > AjaxFormComponentUpdatingBehavior. Since the event takes a little while to > complete, I'd like to display an ajaxindicator similar to an > IndicatingAjax

RE: Re: + key as alternative for tab key

2009-09-24 Thread Boydens Joeri (OZ)
Daniel, Great library! Thanks for the information Joeri Boydens OZ Onafhankelijk Ziekenfonds Informatica 050 40 53 09 -Oorspronkelijk bericht- Van: news [mailto:n...@ger.gmane.org] Namens Daniel Toffetti Verzonden: woensdag 23 september 2009 20:43 Aan: users@wicket.apache.org Onde

[wicket-stuff] project sitemap-xml - empty jar' files

2009-09-24 Thread Jens Zastrow
Hi all, I already created a jira but without any feedback http://wicketstuff.org/jira/browse/ACTIVEWIDGETS-3 We want to use the sitemap-xml project but the jars in the maven-repository are empty. I checked out 1.4.1 sitemap-xml source-code from the svn... The problem exists because the

Re: adding ajaxindicator to dropdownchoice

2009-09-24 Thread Jason Novotny
Thanks! That got me in the right direction-- I basically copied IndicatingAjaxLink and made a IndicatingDropDownChoice below... seems like it would be good to have as part of the default widget set... public class IndicatingDropDownChoice extends DropDownChoice implements IAjaxIndicatorAw

Date validation in a form

2009-09-24 Thread Charles Moulliard
I would like to know How I can validate the string date inputted by a user in a textfield of my form ? e.g : The SimpleDateformat to be used to create a java Date is : dd/MM/ So I would like to check that the user has well introduced its date using this format Regards, Charles Moulliard Seni

AW: Date validation in a form

2009-09-24 Thread Giambalvo, Christian
What about org.apache.wicket.validation.validator.PatternValidator Mit freundlichen Grüßen Christian Giambalvo -- Fachinformatiker für Anwendungsentwicklung EXCELSIS Informationssysteme GmbH Wilhelmsplatz 8 - 70182 Stuttgart Mobile +49 176 196 32 406 Office +49 711 6 20 30 406 christian.giamba...

Re: Date validation in a form

2009-09-24 Thread Per Lundholm
Hi! Don't forget to setLenient false. Hope snippet below is enough. /Per public final class LocalDateFormatValidator extends StringValidator { private static final long serialVersionUID = 1L; private final SimpleDateFormat dateFormat; public LocalDateFormatValidator(Locale locale)

Re: Wicket in France

2009-09-24 Thread Olivier Bourgeois
I'm located in Paris. We are just missing somebody from Lille and Nice for a perfect dispatch :)

Re: Wicket in France

2009-09-24 Thread Pierre Goupil
Excellent, men! Nicolas: I love your blog. Keep it up! On Thu, Sep 24, 2009 at 10:27 AM, Olivier Bourgeois wrote: > I'm located in Paris. We are just missing somebody from Lille and Nice for > a > perfect dispatch :) > -- Sans amis était le grand maître des mondes, Eprouvait manque, ce po

Re: Re: + key as alternative for tab key

2009-09-24 Thread nino martinez wael
thanks :) 2009/9/24 Boydens Joeri (OZ) > Daniel, > > Great library! > > Thanks for the information > > Joeri Boydens > OZ Onafhankelijk Ziekenfonds > Informatica > 050 40 53 09 > > > -Oorspronkelijk bericht- > Van: news [mailto:n...@ger.gmane.org] Namens Daniel Toffetti > Verzonden:

Re: Date validation in a form

2009-09-24 Thread Reinout van Schouwen
Hi, Op woensdag 23-09-2009 om 10:38 uur [tijdzone -0700], schreef Igor Vaynberg: > see DateTextField in extensions > > > e.g : The SimpleDateformat to be used to create a java Date is : dd/MM/ > > So I would like to check that the user has well introduced its date > > using this format I hap

image html element's (img) src attribute processing

2009-09-24 Thread Bernhard Michal
Hello everyone. I noticed that wicket automatically translate url in img's src attribute in html to the right url regarding to changed url context. I mean when I've got eg. link and that page is rendered in some context for example "/appContext/" the src attribute is automatically changed to so

Re: Starting with Wicket, Spring, Maven and JDBC

2009-09-24 Thread Pedro Sena
I'll check them Thanks Eric, On Wed, Sep 23, 2009 at 8:08 PM, Erik Post wrote: > Well, besides iolite, you could take a look at wicket-phonebook and > wicketopia. They're not JDBC but they both come with Spring > preconfigured. The phonebook has a couple of example DAO's and iBatis > (among oth

Re: Starting with Wicket, Spring, Maven and JDBC

2009-09-24 Thread Muro Copenhagen
Hi Pedro Try Appfuse-light with the desired combination: https://appfuse-light.dev.java.net/servlets/ProjectDocumentList?folderID=8006&expandFolder=8006&folderID=0 It should be at the bottom. Best Regards Muro On Thu, Sep 24, 2009 at 12:04 PM, Pedro Sena wrote: > I'll check them > > Thanks Er

Re: Starting with Wicket, Spring, Maven and JDBC

2009-09-24 Thread Pedro Sena
Wow, Exactly what I was looking for!!! Thanks a lot !! On Thu, Sep 24, 2009 at 7:10 AM, Muro Copenhagen wrote: > Hi Pedro > > Try Appfuse-light with the desired combination: > > https://appfuse-light.dev.java.net/servlets/ProjectDocumentList?folderID=8006&expandFolder=8006&folderID=0 > > It sho

wicket-phonebook

2009-09-24 Thread Andreas Kaluza
Hi @all, I'm trying to install the wicket-phonebook with "mvn install". The error message is: [INFO] Scanning for projects... Downloading: http://download.java.net/maven/2//org/wicketstuff/wicketstuff-core/ 1.4-SNAPSHOT/wicketstuff-core-1.4-SNAPSHOT.pom [INFO] Unable to find resource 'or

IComponentAssignedModel and ComponentModel

2009-09-24 Thread Kurt Zitze
hi, i have a question regarding implementation details of wicket. IComponentAssignedModel is used to make a model aware of the component its assigned to. ComponentModel is a quick implementation of this interface. why is it done with an inner class? why not just have an attribute on the "outer"

Re: wicket-phonebook

2009-09-24 Thread Pierre Goupil
I've used the phonebook without any problem. Are you sure you've got the latest version? Plus, you need the whole wickestuff-core project (found in wicketstuff/wicketstuff-core), AFAIK. And it looks like you haven't got it on your hard drive, since Maven tries and download it. Regards, Pierre O

Problem configuring RequestLogger with Jetty

2009-09-24 Thread Rens Verhage
I'm having some problems configuring wicket's RequestLogger with Jetty. What I have done is: I put log4j-1.2.14.jar, slf4j-api-1.5.6.jar and slf4j-log4j12-1.5.6.jar in the ${jetty-home}/lib/ext/ directory. Then, I put the log4j.xml file in the ${jetty-home}/resources/ directory. Relevant snippet

AW: wicket-phonebook

2009-09-24 Thread Andreas Kaluza
There was a problem in the pom.xml. You have to include: wicket-snaps http://wicketstuff.org/maven/repository true true into the r

Re: image html element's (img) src attribute processing

2009-09-24 Thread Pedro Santos
1) Where exactly is the code which doing this? http://wicket.apache.org/docs/1.4/org/apache/wicket/request/IRequestCodingStrategy.html 2) How can I obtain this changed url for static resources? You can create an resource reference to your image resource. http://wicket.apache.org/docs/wicket-1.3.2/w

Re: Problem configuring RequestLogger with Jetty

2009-09-24 Thread Martijn Dashorst
This is our file that works like a charm:

IComponentAssignedModel and ComponentModel

2009-09-24 Thread Garz
hi, i have a question regarding implementation details of wicket. IComponentAssignedModel is used to make a model aware of the component its assigned to. ComponentModel is a quick implementation of this interface. why is it done with an inner class? why not just have an attribute on the "outer"

Re: IComponentAssignedModel and ComponentModel

2009-09-24 Thread Pedro Santos
ComponentModel is an public class: public class ComponentModel implements IModel, IComponentAssignedModel why not just have an attribute on the "outer" class and assign the component to it in wrapOnAssignment(Component component)? could you draw? On Thu, Sep 24, 2009 at 8:49 AM, wrote: > hi, >

Re: Problem configuring RequestLogger with Jetty

2009-09-24 Thread Rens Verhage
But you are using Tomcat, not Jetty, right? Oh, and by the way, my log file is already based upon yours :) I checked it out from svn yesterday. Rens On Thu, Sep 24, 2009 at 1:39 PM, Martijn Dashorst < martijn.dasho...@gmail.com> wrote: > This is our file that works like a charm: > > > > >

Re: Wicket in Italy

2009-09-24 Thread Paolo Di Tommaso
Roma (~) On Thu, Sep 24, 2009 at 8:46 AM, francesco dicarlo wrote: > Hi, i've just worked on a project with wicket for a software house in Bari. > > But now i'm in Rome. > > Hope to see you in an event XD > > 2009/9/24 Luca Provenzani > >

Re: [wicket-stuff] project sitemap-xml - empty jar' files

2009-09-24 Thread Jeremy Thomerson
Can you submit a patch or even just commit the fix yourself? The brutal truth is that most wicket stuff projects are abandoned toys that their owners once created. But the nice thing is that you are free to change it if you want. -- Jeremy Thomerson http://www.wickettraining.com On Thu, Sep 2

Form Processing problem on pages with Border - Wicket 1.4.1

2009-09-24 Thread Flavius
I am migrating a project from 1.3.6 to 1.4.1. I've run into a problem and I'm not sure if this is a bug or not. Most of the pages have a border and the border has a DropDownChoice in it (as well as other components). Technically it's in a panel in the border. The Form objects are typically chil

RE: image html element's (img) src attribute processing

2009-09-24 Thread Bernhard Michal
Great! Thank you very much. I get new url through IRequestCodingStrategy#rewriteStaticRelativeUrl(String url): String newUrl = RequestCycle.get().getProcessor().getRequestCodingStrategy().rewriteStat icRelativeUrl(urlToChange); MB -Original Message- From: Pedro Santos [mailto:pedros...@

Hiring a full-time telecommuting wicket engineer

2009-09-24 Thread Clint Popetz
Hi everyone, Quick note, I'm hiring another full-time wicket engineer in the next week or so. The job posting is similar to the last one I put on the list a few months ago: http://www.42lines.net/employment/full_time_java_engineer It's a telecommuting position, but you have to be within a few h

Palette Behaviour Problems

2009-09-24 Thread Tim Hughes
I'm using a Palette to assign multiple "Category" objects to a "Document". When I select a Category, the Palette operates correctly on-screen, but: 1) in debug, the selected choice is ALWAYS the first item in the "allCategories" list 2) the Category does not seem to get assigned to the D

Palette Behaviour Problems

2009-09-24 Thread Tim Hughes
I'm using a Palette to set "Category" objects to a "Document". The Palette operates correctly on-screen, but: 1) in debug, selected choice is ALWAYS the 1st item in the list 2) the Category does not get assigned to the Document object I'm overriding newRecorderComponent in my Palette (code

WebSession issue - Netbeans & Glassfish

2009-09-24 Thread VGJ
I've got a very strange problem with WebSession objects becoming null (suddenly ending) while debugging in Netbeans, using Glassfish as an app server. I'm using Wicket 1.3.2 and do not have the option of upgrading to the latest version on this project right now. I've got an e-commerce app that sw

Re: WebSession issue - Netbeans & Glassfish

2009-09-24 Thread Igor Vaynberg
not really sure what is happening, but one thing to keep inmind is: when accessing an application over https a cookie that holds the session id is marked as secure and is not available to following requests if they are over http. so if the user creates the session over an https request that sessi

Re: WebSession issue - Netbeans & Glassfish

2009-09-24 Thread VGJ
I see. So, if I follow you, I should be OK. The http-to-https switch happens after the user has chosen some items and added them to the SFSB, which would have already been created and added to the session. The user doesn't return to http again until the order is completed and the session is clea

Re: wicket-phonebook

2009-09-24 Thread Phil Grimm
Folks, I just got it working by adding to the pom... main-maven2-repo The "main" maven2 repository http://mirrors.ibiblio.org/pub/mirrors/maven2 commons-pool commons-pool

Re: Wicket-auth-roles + EJB 3 (Authentication and Authorization)

2009-09-24 Thread jraanamo
m_e wrote: > > Hi Barry, > > I've running three webapps using wicket (1.3) wicket-security > (SWARM/WASP) together with JAAS. > It's working great. Ok, the logout isn't very nice but it's doing it's > job. > > Hi, Couple of questions: - what did you do to pass the login details to the ejb

Re: wicket-phonebook

2009-09-24 Thread Johannes Schneider
I think 1.4.1 has been released. So I think the current version should be either 1.4.1 or 1.4.2-SNAPSHOT Johannes Andreas Kaluza wrote: > Hi @all, > > > > I'm trying to install the wicket-phonebook with "mvn install". The error > message is: > > > > [INFO] Scanning for projects... > > Do

IComponentAssignedModel and ComponentModel

2009-09-24 Thread Garz
hi, i have a question regarding implementation details of wicket. IComponentAssignedModel is used to make a model aware of the component its assigned to. ComponentModel is a quick implementation of this interface. why is it done with an inner class? why not just have an attribute on the "outer"

IComponentAssignedModel and ComponentModel

2009-09-24 Thread Garz
hi, i have a question regarding implementation details of wicket. IComponentAssignedModel is used to make a model aware of the component its assigned to. ComponentModel is a quick implementation of this interface. why is it done with an inner class? why not just have an attribute on the "outer"

Re: Palette Update Behaviour Problem

2009-09-24 Thread Tim Hughes
Fernando: I thought that's what I was doing by overriding the newRecorderComponent method. Is that not correct? I made a change to the code (see below) and now it's storing Categories in Documents, but: 1) it's always the first Cat in the list of choices that gets set into a Doc no matter

IComponentAssignedModel and ComponentModel

2009-09-24 Thread Garz
hi, i have a question regarding implementation details of wicket. IComponentAssignedModel is used to make a model aware of the component its assigned to. ComponentModel is a quick implementation of this interface. why is it done with an inner class? why not just have an attribute on the "outer"

wicketstuff-merged-resources: New (much simpler) Version

2009-09-24 Thread Stefan Fußenegger
Hi all, I just wanted to let you know that I've posted an article on the new version of wicketstuff-merged-resources: http://techblog.molindo.at/2009/09/wicketstuff-merged-resources-new-much-simpler-version.html For those that aren't aware of this small library: wicketstuff-merged-resources is

IComponentAssignedModel and ComponentModel

2009-09-24 Thread garz
hi, i have a question regarding implementation details of wicket. IComponentAssignedModel is used to make a model aware of the component its assigned to. ComponentModel is a quick implementation of this interface. why is it done with an inner class? why not just have an attribute on the "oute

Wizard help

2009-09-24 Thread Jeffrey Schneller
I have looked at the examples and the javadocs but can't figure out how to do the following. I am a wicket newbie. I want to create a wizard with 2 steps implemented as panels. Step 1: Asks the user to enter some information. Validates that the information entered is in the database befo

Re: Best way to handle circular references

2009-09-24 Thread Christian Beil
Hi Giovanni, I absolutely understand what you mean. I recently refactored some Swing GUI code and also tried to remove the circular references. The menu bar of the app's main frame needed a reference to this frame in order to show a modal dialog on it. The frame embeds the menu bar and therefo

inmethod DataGrid javascript error (with fix?)

2009-09-24 Thread Russell Morrisey
I'm getting a javascript error using the inmethod DataGrid; it looks to me like a bug with the DataGrid's script code. I am hoping that the DataGrid script can be patched =) When using the inmethod grid (com.inmethod.grid.datagrid.DataGrid), I get the error whenever I hover the mouse over a row

Re: IComponentAssignedModel and ComponentModel

2009-09-24 Thread garz
ok, this is kind of embarassing. i subscribed to the list, but i didnt get any feedback if it was successful. i post a message to the mailinglist, no feedback again. i look in nabble, my mail isnt there. what am i supposed to think? so i subscribed again and again with little differences and every

Re: Palette Update Behaviour Problem

2009-09-24 Thread Fernando Wermus
On Thu, Sep 24, 2009 at 5:19 PM, Tim Hughes wrote: > Fernando: > > I thought that's what I was doing by overriding the newRecorderComponent > method. Is that not correct? > I didn't mean to say that. According to your piece of code, I thought you had created a new Recorder. You have the getter t

DataTable, ChoiceFilteredPropertyColumn, Choice renderer and values translated via M:1 association

2009-09-24 Thread Petr Fejfar
Hi all, please, could somebody push me forward how to implement ChoiceRenderer of ChoiceFilteredPropertyColumn? I seem to be lost among data providers and models little bit... I followed Wicket-stuff's phonebook example and I show list of persistent entities in the DataTable. I'd like to have a c