Re: DefaultDataTable with date column

2009-05-11 Thread Edi
Date format is working. But I am not able to sorting that column. Why? Please advise. thanks and regards, edi Pablo Sca wrote: > > Great! > this is just what I need > > Thanks > Pablo > > > -- > From: &q

Re: Wicket Tree with Swing DefaultMutableTreeNode

2009-04-21 Thread Edi
Hello, I have a wicket tree code. Is it possible to each node with checkboxk in a wicket tree. herewith I have attached my source code. Without checkout box of tree is working fine. But I am not able to add checkbox. Please check the attachment code and advise. Thanks and Regards, Edi http

Re: Checkbox tree component

2009-04-17 Thread Edi
Hello Doug, I am not able to configure the above example Doug. Could you give me .war file. please thanks and regards, edi -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tp13433102p23109331.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Checkbox tree component

2009-04-16 Thread Edi
I am not able to configure the above example Doug. Could you give me .war file. please thanks and regards, edi Doug Leeper wrote: > > If the tree is pre-loaded, it is easier. When the checkbox is selected, > iterate through the children nodes and set its state to selected.

Regarding Tomcat web project customize xml (settings.xml)content is missing

2009-03-13 Thread Edi
hello experts, i tried to configure web based java application. but my customize settings.xml content is missing. so after saving the information. i am getting javax.servlet.ServletException: Servlet execution threw an exception please advise thanks -- View this message in context: http://

Wicket MOdalWindow with changes

2008-11-13 Thread Edi
in popup, will affect the combo, when i close the popup. Please advise. thanks and regards, Edi -- View this message in context: http://www.nabble.com/Wicket-MOdalWindow-with-changes-tp20480547p20480547.html Sent from the Wicket - User mailing list archive at Nabble.com

Wicket Tree with Swing DefaultMutableTreeNode

2008-07-16 Thread Edi
(); } before writing labels, how can I add the checkboxes. I want tree view with checkboxes.. thanks and regards, edi -- View this message in context: http://www.nabble.com/Wicket-Tree-with-Swing-DefaultMutableTreeNode-tp18486972p18486972.html Sent from the Wicket - User mailing list

Regarding getting html checkbox values?

2008-07-11 Thread Edi
i am displaying html checkbox values in one page. checkbox looks in the same page, i have wicket AjaxLink delete Button. during the delete button clicking, i want to get the "checked checkbox values in the same page? is it possible? if yes, please advise. thanks and regards, edi -- View

Re: Regarding Print page function?

2008-05-07 Thread Edi
no. how can i use this html validator for that print? please tell me. thanks regards, edi Martin Makundi wrote: > > Hi... have you validated your page using a HTML validator? > > ** > Martin > > 2008/5/6 Edi <[EMAIL PROTECTED]>: >> >> hello to all

Re: Regarding Print page function?

2008-05-06 Thread Edi
hello to all, please give me your suggestion regarding this issue. thanking you regards, edi Edi wrote: > > my html code is > > > PRINT img/print.gif > > i did not use any wicket code. i used only html an

Re: Regarding Print page function?

2008-05-05 Thread Edi
e code? > > 2008/5/5 Edi <[EMAIL PROTECTED]>: >> >> Hello, >> >> I have created one html link and during the onclick, I have called >> the >> javascript print function, >> >> window.print(), the entire page is printing nice

Regarding Print page function?

2008-05-04 Thread Edi
working fine. My print function looks, Print This code is written in wicket model window. Please send your suggestions. Thanking You. Regards, Edi -- View this message in context: http://www.nabble.com/Regarding-Print-page-function--tp17053929p17053929.html Sent from the Wicket - User

Dynamic Combo box with adding list

2007-12-10 Thread Edi
hi, i have one empty combo box. how can i add one item in combo box at run time? please let me know. THANKS -- View this message in context: http://www.nabble.com/Dynamic-Combo-box-with-adding-list-tp14250648p14250648.html Sent from the Wicket - User mailing list archive at Nabble.com. ---

Re: Conversion Exception and unable to set object

2007-12-09 Thread Edi
any reply please Edi wrote: > > I have 2 ListMultipleChoice boxes, i have selected both List items, and > click the submit button, I got > > [15:10:44] ERROR unable to set object [ReportFields > {reportFieldId='newhorizon_273',fieldName='Ship Spee

Conversion Exception and unable to set object

2007-12-08 Thread Edi
I have 2 ListMultipleChoice boxes, i have selected both List items, and click the submit button, I got [15:10:44] ERROR unable to set object [ReportFields {reportFieldId='newhorizon_273',fieldName='Ship Speed', '}], model: Model:classname=[wicket.model.CompoundPropertyModel]:attached=true:nested

Re: Wicket Modal Window

2007-12-04 Thread Edi
rget target, Form > form) { > target.addComponent(feedback); // show feedback > message in feedback > component > } > }; > > This works ok. > > > Edi wrote: >> >>

Important concept in wicket? Please advise

2007-12-04 Thread Edi
Hi to all, I want to display one label when I click one button. I have wrote the code. but i am not able to display that message. my code is looking like file name : FilterPanel.java public final class ReportForm extends Form { public ReportForm(String s, final Reports model)

Wicket Modal Window

2007-12-03 Thread Edi
I have displayed a Wicket modal window(pop-up). it contains one text box with button. I have done date validation, if i give wrong date in text box, I have set the message in label. But label have not displayed. Please explain... -- View this message in context: http://www.nabble.com/Wicket

Regarding POP-UP window

2007-11-29 Thread Edi
Hello, I have one combo box, I have selected one combo item, when I click the button, the selected combo item should be displayed in the pop-up window. how can i do this? please advise. -- View this message in context: http://www.nabble.com/Regarding-POP-UP-window-tf4901757.html#a14041182

float value problem?

2007-10-22 Thread Edi
Hello, I have one field name called Maximum value. It's a float value in DB. I have put 1000. This data have stored in DB. When I edit this data, It's looks like 1,000(one comma have added here). How can I avoid this problem? -- View this message in context: http://www.nabble.com/float-value-

How to validate wicket FileUploadField?

2007-10-22 Thread Edi
Hello, I have created one FileUploadField upload button. Support I do not select any file, It should be validated. How? I know fileuploadButtonName.setRequired(true); But I did not get any validation messages. How can I add validation message for FileUploadField button? Thanking You -- View

Java Swing with Wicket Question

2007-10-16 Thread Edi
. Regards, Edi -- View this message in context: http://www.nabble.com/Java-Swing-with-Wicket-Question-tf4632971.html#a13229774 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: How to match File Pattern?

2007-10-04 Thread Edi
any body have an Idea regarding this.?? Edi wrote: > > Hello Guys, > > I have different file patterns like > > *.xls (all the xls files) > n*.xls (xls file starts with n) - all the xls files starts with "n" > > > How can we do this pattern

How to match File Pattern?

2007-10-03 Thread Edi
Hello Guys, I have different file patterns like *.xls (all the xls files) n*.xls (xls file starts with n) - all the xls files starts with "n" How can we do this pattern matching in wicket? Please let me know. Thanking you. Regards, Edi -- View this message in cont

Re: Wicket + JExcel

2007-09-26 Thread Edi
please explain clearly. Jan Kriesten wrote: > > >> I have one excel file. I want to display only excel cell A1 and C2 only. >> How? >> (how to restrict the unwanted excel cells) >> Please explain. > > just add a1 and c2 as labels to the output (a repeater e.g.) and throw the > rest > away?! ;

Wicket + JExcel

2007-09-25 Thread Edi
I have one excel file. I want to display only excel cell A1 and C2 only. How? (how to restrict the unwanted excel cells) Please explain. Thanking You. Regards, Edi -- View this message in context: http://www.nabble.com/Wicket-%2B-JExcel-tf4514633.html#a12876741 Sent from the Wicket - User

Regarding Wicket Session

2007-09-17 Thread Edi
Hello, I am the newbie of wicket. I want to store some string in session. And i want to get that session and display into another page. How? in jsp, I can set session like session.setAttribute("session","session"); and easily get session.getAttribute("session"); Using the above getAttribute m

Re: Howto use AttributeModifier

2007-09-12 Thread Edi
Please send me the full class. Here it is not working. for e.g, I have a dynamic query like select * from tablename, I want to display the table values into gridview. how? thanks edi Newgro wrote: > > Hi *, > > i use wicket-1.2.6. I try to change the background-color of an grid

How Dynamic ListView

2007-09-11 Thread Edi
How to display the dynamic Listview. for e.g, I have a dynamic query like select * from tablename, I want to display the table values into ListView. Is it possible. Please remember, table name is dynamic. I don't have setter and getter method for table name/class name. All suggestions welcome.

Re: Regarding Modification file Watcher

2007-09-04 Thread Edi
Please give me some more details. It's useful for me Jean-Baptiste Quenot-3 wrote: > > * Edi: > >> I have one server path folder. It contains .xls files. I want to >> check what are the current updated xls file. and insert that xls >> file name into db. &g

Regarding Modification file Watcher

2007-09-03 Thread Edi
immediately and insert that file and updated time. Is it possible in wicket? I saw wicket api, wicket.util.watch.ModificationWatcher, Is it useful to me? Thanking You for your Suggestions. Regards, Edi -- View this message in context: http://www.nabble.com/Regarding-Modification-file

Re: How to get path name?

2007-09-01 Thread Edi
getResourceAsStream("/WEB-INF/conf/database.properties") ) ; >> >> If you're in a static method of class initializer, you'll need to refer >> to >> the class using MyClass.class before the getResourceAsStream(). Note that >> you can actually use

How to get path name?

2007-09-01 Thread Edi
Hello, I have one sample project named as TMS, In my "WEB-INF/conf" foler contains database.properties file. It contains e.g hostname = some host name url= some url This project contains only one database.properties file. In java file, I want to get hostname and url from that property file. e.

Re: Wicket with Excel

2007-08-18 Thread Edi
, But that method have called first. And 2nd createLoop have executed. My question is 1. I want to call one function in before/after createLoop(). How? 2. What is grid.add(createLoop()); Edi wrote: > > I have one doubt in wicket with excel code. > > you have createLoop(). right? &

Wicket with Excel

2007-08-18 Thread Edi
I have one doubt in wicket with excel code. you have createLoop(). right? I want to call one function in before/after createLoop(). How? "grid.add(createLoop());" And how create Loop works. Please explain and let me know. -- View this message in context: http://www.nabble.com/Wicket-with-E

Re: How to Hide/View Fields at run time combo selection

2007-08-16 Thread Edi
I am using wicket1.2.3. I think this method is not available in that API Gerolf Seitz wrote: > > if you want to initially hide components and show them later via ajax, > you have to call .setOutputMarkupPlaceHolderTrag(true) for the component. > > gerolf > > On 8/16/07,

How to Hide/View Fields at run time combo selection

2007-08-16 Thread Edi
send your suggestions. Thanking You, Regards Edi -- View this message in context: http://www.nabble.com/How-to-Hide-View-Fields-at-run-time-combo-selection-tf4278782.html#a12178803 Sent from the Wicket - User mailing list archive at

Re: How to get the html combo value in wicket?

2007-08-16 Thread Edi
My Question is how to get the html combo value using wicket methods? igor.vaynberg wrote: > > the final value is put into the model > > -igor > > > On 8/15/07, Edi <[EMAIL PROTECTED]> wrote: >> >> >> any reply.. >> >> >>

Re: How to get the html combo value in wicket?

2007-08-15 Thread Edi
any reply.. Edi wrote: > > > Hi, > > I have ordinary html combo, > > > One > Two > > > How can I get the html combo value using wicket. > > if ordinary html text box means I can > get getRequest().getParameter("txtbox"); >

How to get the html combo value in wicket?

2007-08-15 Thread Edi
Hi, I have ordinary html combo, One Two How can I get the html combo value using wicket. if ordinary html text box means I can get getRequest().getParameter("txtbox"); But In combo? Please let me know. Thanking You -- View this message in context: http://www.nabble.com/How-to-get-the

Re: Import Validation using wicket

2007-08-13 Thread Edi
I saw that example, But I am not able to understand fully. Pls explain. Crash_neo wrote: > > Have you checked out the examples? > http://www.wicket-library.com/wicket-examples/ > all kinds of validators are mentioned here > > Thijs > Edi wrote: >> Hello, >&g

Import Validation using wicket

2007-08-13 Thread Edi
Hello, I am the newbie. I have one field. how can i notified whether the entered text is wrong. for. eg. i have int type texbox. But i entered only string. in this situation, i have to display "the entered value should be an integer." how to identify range between numbers. Thanks. -- View this

How to select server path using wicket?

2007-08-09 Thread Edi
Hi, In html, using we can select the file name path for e.g c:/test/test.doc. How can I select only folder name using html/wicket/any. Thanking You. -- View this message in context: http://www.nabble.com/How-to-select-server-path-using-wicket--tf4241870.html#a12070118 Sent from the Wicket

Compare JSP Vs Wicket?

2007-08-09 Thread Edi
Please send me all your suggestions. including the below question In jsp, I can pass the values using query string for eg. using request.getParameter("userName"); I can get the userName. using request.getParameter("password"); I can get the password. In wicket, how can we do that? And send