Re: Form Validations

2009-03-30 Thread Ashis
I am using Wicket-1.3.0 Version. Following are the code Snippet //Code Snippet for RadioChoice// RadioGroup sexField = new RadioGroup("sex", new Model()); sexField.add(new Radio("male", new Model("Male"))); sexField.add(new Radio("female", new Model("Female")));

Re: Form Validations

2009-03-30 Thread Ashis
Actually when a submit button is clicked, the feedback error message is displayed with all form components TextField ,AutoCompleteTextFields and RadioChoice and when a valid values on form components are entered the feedback error message dissapears within all TextField but feedback error message

Form Validations

2009-03-30 Thread Ashis
Hello all I have a problem with a form, I want to add a feedBackPanel for each fields added in my form. I used the custom FeedbackLabel i.e. http://stuq.nl/weblog/2008-09-03/user-friendly-form-validation-with-wicket But it did not worked on AutoCompleteTextFields and RadioChoice. Any Help

Tabbed Panel problem

2009-03-03 Thread Ashis
Hello all, I am using Ajax Tabbed Panel.I have 4 tabs.First tab contains login form and javascript to display images. When i run the project all works fine, javascript displaying images also gets load but if i click the first tab again the javascript displaying images does not gets load and bla

mssql connection problem

2009-02-02 Thread Ashis
Hello all, i have problem regarding mssql connection /*Code Snippet for MSSQL connection***/ public static Connection getSqlConnection() throws SQLException { try { Context c = new InitialContext(); DataSource dataSource = (DataSource) c.lookup("java:/c

Re: passing list from java class to javascript

2008-12-11 Thread Ashis
Thanks Can you give some links,examples or clues how can i perform it.I wiil be grateful to you -- View this message in context: http://www.nabble.com/passing-list-from-java-class-to-javascript-tp20949804p20970838.html Sent from the Wicket - User mailing list archive at Nabble.com. -

Re: passing list from java class to javascript

2008-12-11 Thread Ashis
Thanks guys, But i need to pass dynamic list which is stored in databases.I have a method appList() which returns list of application users and i need to pass it in javascript .Not a static list Looking forward for your suggestions. -- View this message in context: http://www.nabble.co

passing list from java class to javascript

2008-12-10 Thread Ashis
Hello all, I have a question i need to pass list from java class to javascript. How can i do this stuff? Thanks -- View this message in context: http://www.nabble.com/passing-list-from-java-class-to-javascript-tp20949804p20949804.html Sent from the Wicket - User mailing list archive at Na

Re: Changing appearance of ModalWindow?

2008-12-08 Thread Ashis
Thank you very much it worked. I am very grateful to you. As you said w_captionText is for header part. Can you give me other property like changing modal window borders etc. Once again thanks Eyal Golan -- View this message in context: http://www.nabble.com/Changing-appearance-of-ModalWindow

Re: Changing appearance of ModalWindow?

2008-12-08 Thread Ashis
Actually i mean i have added css class name as: modal1.setCssClassName("w_caption"); and added property in it as: span .w_caption{ color: red; . ... } But it does not work.No any change in modal window? -- View this message in context: http://www.nabble.com/Changing-appearance-of-ModalWind

Re: Changing appearance of ModalWindow?

2008-12-08 Thread Ashis
Thanks again Eyal Golan Header contribution really worked but i have problem in adding css property. Would you please give me further details on css part Thanks -- View this message in context: http://www.nabble.com/Changing-appearance-of-ModalWindow--tp20880252p20891255.html

Re: Changing appearance of ModalWindow?

2008-12-07 Thread Ashis
Thanks, Eyal Golan But adding header contibution does not work. I have following css and code. CSS span .interVeil{ background-color:fuchsia; color:lime; **CODE*** public void onClick(AjaxRequestTarget target) { application = (Application) getParent().getMode

Changing appearance of ModalWindow?

2008-12-07 Thread Ashis
Dear all, How can i change the appearance of ModalWindow.Especially i want to change the font colour of modalwindow title. Thank you, Ashis -- View this message in context: http://www.nabble.com/Changing-appearance-of-ModalWindow--tp20880252p20880252.html Sent from the Wicket