Re: how Translate SingIn panel...

2010-09-16 Thread Victor_Trapiello
Thank you very much i will try to do that and i will reply to you with my feedback cheer -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-Translate-SingIn-panel-tp2541131p2542979.html Sent from the Users forum mailing list archive at Nabble.com.

how Translate SingIn panel...

2010-09-15 Thread Victor_Trapiello
Hello guys, I´m using the signIn Panel in my application, it works great but I would like to translate it to Spanish, I mean I would like to see Nombre de Usuario and Contraseña instead of UserName and password how can I do that¿? any Ideas¿? property files, modifing something in the wicket

Re: how Translate SingIn panel...

2010-09-15 Thread Victor_Trapiello
Ey thank you very much with your reply but, can you be more specific¿?, I do not know how to do that, what you mean?, do I need to download the sources of the wicket framework and then inside of the sigin panel modify something¿? mmm Im quite lost with this sort of thing I´m afraid... thank you

Rating Component question (Starts example)

2010-07-05 Thread Victor_Trapiello
Hello guys, I´m trying to integrate the Rating Component in my application, but I´m having some minnor problems, let me see if you can help me.. I´m trying to get the pictures (I mean the starts for the component), I have entered here...

Re: Rating Component question (Starts example)

2010-07-05 Thread Victor_Trapiello
but... the error that comes up is: org.apache.wicket.markup.MarkupNotFoundException: Base markup of inherited markup not found. Component class: com.mycompany.RatingsPage Enable debug messages for org.apache.wicket.util.resource.Resource to get a list of all filenames tried. at

Easy fast question, properties ´file for validation....

2010-06-15 Thread Victor_Trapiello
I do not know wghy is not rendering my property field, I was doing a king prove of concept, and I ahve this 2 files: ( I do not have border and nothing, can you see a anything¿? **Home.java*** */ public class HomePage extends WebPage { private static final long

Re: Easy fast question, prope rties ´file for validation....

2010-06-15 Thread Victor_Trapiello
Hello mate, thank you very much for your fast reply I´m asking why my messages (the ones that I put in my property file are not appearing), as you can see I have put the same name in both files, Home.java and Home.properties I´m doing somethiong wrong... I know but.. what¿? cheersss -- View

Re: Easy fast question, prope rties ´file for validation....

2010-06-15 Thread Victor_Trapiello
hahahhaha true, that was my mistake, I had the same mistake in my source code! it is HomePage, and I my property file I just put Home.properties, now It should work fine!! thank you very much guys, and sorry for this stupid mistake, bus sometimes it is good to talk with someone!! -- View this

Re: Very interesting question... my boss complain about one of my implementations...

2010-05-29 Thread Victor_Trapiello
Hi guys, thank you very much for your comments, let me explain a little bit deeper my solution, I have a method that create and execute a thread when I iniciate the aplication, inside if the init wicket metod, inside of the thread I call another method that updates a state in the database, I

Re: Very interesting question... my boss complain about one of my implementations...

2010-05-29 Thread Victor_Trapiello
Sorry guys I have missed some of your commets I was having a look to Scheduling jobs using Quartz or Timer and it seems to be a good solution and easy to implement/integrate with spring, at lists I will have some arguments to discuss with him on monday!! Cheerss! -- View this message in

Very interesting question... my boss complain about one of my implementations...

2010-05-27 Thread Victor_Trapiello
Hello guys! I had a terrible day because one of my bosses complain about how I have done one task of a project, we had to implement something that updates a field in the database, my brilliant idea was to create a thread inside the wicket init method that makes a query to the database every 3

Re: Small doubt about wicket and Html

2010-05-18 Thread Victor_Trapiello
Thank you very much guys -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Small-doubt-about-wicket-and-Html-tp2220418p2221787.html Sent from the Wicket - User mailing list archive at Nabble.com. - To

Simple Validation question...

2010-05-18 Thread Victor_Trapiello
Hello guys; as I told you in previous post, I´m a new wicket developer, I like it, but some times like everybody I find some dificulties, like this stupid thing. I´m trying to validate and IBAN number (Bank account number) it is too bing to store it like an integer value so I have stored

Re: Simple Validation question...

2010-05-18 Thread Victor_Trapiello
True my friend, IBAN example: CY1700200128001200527600 but still I have the same doubt imagen it has only numbers, should I do a custom validation saying that in this string I do not want find A or B or C. WHAT A WASTE OF TIME ISN´T IT¿? Thank you very much for your cooperation;

Re: Simple Validation question...

2010-05-18 Thread Victor_Trapiello
thank you very much igor I´m a little bit confuse about the regular expresion that I need to put: I have found this: mobile.add(new PatternValidator(^[1-9]([0-9]{8,14}))); where can I get more information about htis¿? I.e patter for 32 digits... Thank you for your collaboration! -- View

Re: Simple Validation question...

2010-05-18 Thread Victor_Trapiello
GB 29 NWBK601613 31926819 Country code (2a) Check Digit (2n) Bank Name Code (4a) Bank Branch code (6n) Account No (8n) we have all the ingredients, but what is the shape of our regular expresion¿? any help¿? Thank you very much! -- View

Small doubt about wicket and Html

2010-05-17 Thread Victor_Trapiello
Hello guy; I´m in Spain 12.0 o´clock nothing to do and before falling a sleep I wonder... is there any method / way to hidde wicket items/componentes direct in the html code¿? I mean now I do not want to show an image, in my java code I say bablablabla myLabelWithImage.SetVisible(false); can we