Issue with french accent

2011-08-15 Thread Charles Moulliard
Hi, I have created a xxx_fr.properties file to translate labels from English to French. During the display, the french accents are removed the html page. I have tried to use in the properties file the following syntax : table.repertory = Répertoire but that does not help too Regards, Charles

Re: onClick on Image

2011-08-15 Thread Charles Moulliard
Thx for the remark. That works now. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/onClick-on-Image-tp3744299p3744332.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscri

Re: onClick on Image

2011-08-15 Thread Charles Moulliard
Here is the code which was missing from my topic post --> " # " Regards, Charles Иванов Дмитрий wrote: > > And what is your markup? > > 15 Август 2011 г. 16:28:00, Charles Moulliard писал: >> >> Hi, >> >> I would like to change

onClick on Image

2011-08-15 Thread Charles Moulliard
Hi, I would like to change the Locale setting when we click on a Image (flag corresponding to the Locale - France, UK, ...). So in my HTML page, I have defined the following HTML # and in the corresponding Wicket Class, the following code : Link link = new Link("goFrench") {

How can we display by example the format to be used to input Date in DateTextField ?

2009-09-28 Thread Charles Moulliard
ackPanel to show the correct format to be used ? Question 2 . Can we define the format to be used (in the case of a date) as setLenient() to verify if the date encoded is correct unlike as the following date "20090230" ? Regards, Charles Moulliard Senior Enterprise Ar

Best way to work with the iterator of IDataProvider

2009-09-28 Thread Charles Moulliard
ame(requestFormModel.getFileName()).iterator(); } Regards, Charles Moulliard Senior Enterprise Architect Apache Camel Committer * blog : http://cmoulliard.blogspot.

Display or not an image dynamically

2009-09-25 Thread Charles Moulliard
How can I dynamically display or not an image (= a link) in a html table page using wicket ? It means that depending on a condition, the button link will be displayed or not at all. Is it possible to create a buttonLink in Wicket ? Regards, Charles Moulliard Senior Enterprise Architect Apache

Date validation in a form / Javascriupt generation at the client side

2009-09-25 Thread Charles Moulliard
possible to this validation inside the Wicket Form ? Does Wicket generates javascript to validate this at the client side like it is possible in JSP (Struts) ? Regards, Charles Moulliard Senior Enterprise Architect Apache Camel Committer

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

Date validation in a form

2009-09-23 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

this.getForm().getModelObject() returns the model of another form page

2009-09-21 Thread Charles Moulliard
ormModel is a simple POJO extending the class CommonFormModel (which is also a POJO). The class RequestFormModel used by the other page extends CommonFormModel ) Regards, Charles Moulliard Senior Enterprise Architect Apache Camel Committer * blog : http://cmo

Is it the best way to code a Link depending on a condition

2009-09-17 Thread Charles Moulliard
,""); link.add(label); item.add(link); Charles Moulliard Senior Enterprise Architect Apache Camel Committer * blog : http://cmoulliard.blogspot.com - To unsubscrib

DropDownChoice with Java Enum

2009-09-10 Thread Charles Moulliard
uot;REJEC", "Rejected"), FAILED("FAIL", "Failed"); private final String value; private final String description; ProcessingStatusType( String value, String description ) { this.value = value; this.description = d

How to hide html sections

2009-09-10 Thread Charles Moulliard
a property, I would like to display in a table a red button instead of a green Regards, Charles Moulliard Senior Enterprise Architect Apache Camel Committer * blog : http://cmoulliard.blogspot.com

@SpringBean and IDataProvider

2009-09-09 Thread Charles Moulliard
return size; } public IModel model(Object object) { return new Model((Request) object); } Charles Moulliard Senior Enterprise Architect Apache Camel Committer * blog : http://cmoulliard.blogspot.com

Form and PageParameters

2009-09-07 Thread Charles Moulliard
lled in the previous post of my page are not removed when I repost a new request on my page. How can I reset these fields from the request of the new post ? Regards, Charles Moulliard Senior Enterprise Architect Apache Camel Committer * blog : http://cmoulliard.blogspot.com

java.lang.IllegalArgumentException: bundle context should be set before refreshing the application context

2009-03-31 Thread Charles Moulliard
Hi, When I start my Apache Wicket bundle using Apache Service Mix (based on Felix and Spring DM), I receive the following error : Quote: 16:35:58,415 | DEBUG | localShell | jetty | .service.internal.util.JCLLogger 85 | started org.ops4j.pax.web.service.internal.model.ServletMo del-66 16:35:58,