[Wicket-user] 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. form action=actionJSP.jsp?userName=edipassword=edi using request.getParameter(userName); I can get the userName. using request.getParameter(password); I can get

Re: [Wicket-user] Compare JSP Vs Wicket

2007-08-09 Thread Edi
to do.. think differently On 8/9/07, Edi [EMAIL PROTECTED] wrote: Please send me all your suggestions. including the below question In jsp, I can pass the values using query string for eg. form action=actionJSP.jsp?userName=edipassword=edi using request.getParameter(userName); I can

[Wicket-user] Regarding Wicket Run-time exceptions?

2007-07-26 Thread Edi
your suggestions to solve this problem Thanking you. Regards, Edi -- View this message in context: http://www.nabble.com/Regarding-Wicket-Run-time-exceptions--tf4149569.html#a11804823 Sent from the Wicket - User mailing list archive at Nabble.com

Re: [Wicket-user] Regarding Wicket Run-time exceptions?

2007-07-26 Thread Edi
Ok. I will Check. But When I get the cellType of each cell. It shows wrong type. for e.g Testing shows :: Date - wrong 12/12/07 shows :: Date- correct 200.00 shows :: Date - wrong. It looks like confusing. Please advise. Thanking You. Regards, Edi Ayodeji Aladejebi wrote

Re: [Wicket-user] Regarding Wicket Run-time exceptions?

2007-07-26 Thread Edi
any reply, please Edi wrote: Ok. I will Check. But When I get the cellType of each cell. It shows wrong type. for e.g Testing shows :: Date - wrong 12/12/07 shows :: Date- correct 200.00 shows :: Date - wrong. It looks like confusing. I am using cell.getType

Re: [Wicket-user] Wicket Excel Example

2007-07-25 Thread Edi
Hello Ayodeji Aladejebi, Could you tell me where can I download your file? Ayodeji Aladejebi wrote: Hi Edi, I have an excel example that you might like :) Attach the src.rar to any of your existing excel application and try it Features Update: 1. You can now write your

Re: [Wicket-user] Wicket Excel Example

2007-07-25 Thread Edi
I have downloaded. I think you are spending your good time for me. Thank you so much. I will check. Regards, Edi Ayodeji Aladejebi wrote: You can download the Wicket Example at this link http://www.dabarobjects.com/downloads/ExcelExample.war and the src at http

Re: [Wicket-user] Regarding Wicket with Dynamic Data

2007-07-24 Thread Edi
i am the newbie of wicket, so please provide some more hints to do the above problem Oleg Taranenko-2 wrote: Hello Edi, please visit www.databinder.net if you still have questions, welcome. Cheers, Monday, July 23, 2007, 2:24:47 PM, you wrote: Hi, my database is mssql

Re: [Wicket-user] Wicket with JExcel

2007-07-24 Thread Edi
translates it to Column 2, Row 4 ? On 7/17/07, Edi [EMAIL PROTECTED] wrote: Hello Ayodeji Aladejebi, Thank you so much for your kind consideration regarding paginations. and my question is how to find the each cell name. for. eg. First cell name is A1 in the xl sheet, and its value may

[Wicket-user] Regarding Wicket with Dynamic Data

2007-07-23 Thread Edi
be displayed and search button also should be displayed. Is it possible? without declaring field id's(username, password), how can I display all the fiedls from DB? Please send your suggestions. Thanking You. Regards, Edi -- View this message in context: http://www.nabble.com/Regarding

Re: [Wicket-user] Wicket with JExcel

2007-07-19 Thread Edi
have the 1,2,3,4,. Then you have Cell[row][col] array or IModel[row][col] or TextField[row][col], any one you choose, then when you need the value of B4, then your interpreter translates it to Column 2, Row 4 ? On 7/17/07, Edi [EMAIL PROTECTED] wrote: Hello Ayodeji Aladejebi

Re: [Wicket-user] Wicket with JExcel

2007-07-17 Thread Edi
already get the value and displayed) Hope you understand my question. Thanking you. Regards, Edi Ayodeji Aladejebi wrote: hi Edi, Concerning your question on Horizontal and vertical paging strategy, it wont be quite simple as ABC, i havent gotten time to do it but when i am less busy i

Re: [Wicket-user] Wicket with JExcel

2007-07-17 Thread Edi
ColumnName1 A1 Ediname should be atleast 20 characters ColumnName2 B4(Column 2, Row 4) not-set name should not be empty

Re: [Wicket-user] Wicket with JExcel

2007-07-16 Thread Edi
to the corresponding Cell instances from the Workbook // NOte: that the code assumes every data in the Excel is a String. to support multiple data types is another beast of code //so place your logic code here } } Regards, On 7/4/07, Edi [EMAIL PROTECTED

[Wicket-user] Regarding onchange DropDown

2007-07-13 Thread Edi
. If I did not select anything, both textbox and textarea should be hided. I have done using javascript. But I don't know how it is in Wicket? I am newbie. So please give me your suggestions. Thanking You. Regards, Edi -- View this message in context: http://www.nabble.com/Regarding-onchange

Re: [Wicket-user] Regarding onchange DropDown

2007-07-13 Thread Edi
Could you please explain in detail manner? igor.vaynberg wrote: On 7/12/07, Edi [EMAIL PROTECTED] wrote: Hi! I have one drop down like selectoptiontextbox/optionoptiontextarea/option/select in the above case, I have 2 items, 1.textbox 2.textarea. If I select textbox, text box

Re: [Wicket-user] Regarding onchange DropDown

2007-07-13 Thread Edi
That's fine. How to get the value of selected item in dropdown box? Regards, edi Dipu Seminlal wrote: can you try target.addjavascript(javascript) or target.appendjavascript (javascript) regards Dipu On 7/13/07, Edi [EMAIL PROTECTED] wrote: When onchange the DropDown box, how

Re: [Wicket-user] Regarding onchange DropDown

2007-07-13 Thread Edi
) { target.addComponent(models); //how to call javascript function here. } }); igor.vaynberg wrote: On 7/13/07, Igor Vaynberg [EMAIL PROTECTED] wrote: On 7/13/07, Edi [EMAIL PROTECTED] wrote: Could you please explain

Re: [Wicket-user] Wicket with JExcel

2007-07-11 Thread Edi
Hello Ayodeji Aladejebi and all, Please help me the regarding below feature. thanking you Regards edi Edi wrote: Thank you for all valuable solutions, Consider I have one xls file with lot of data. How can I paginate that xls file and Search the particular column data in the document

Re: [Wicket-user] Wicket with JExcel

2007-07-09 Thread Edi
Thank you for all valuable solutions, Consider I have one xls file with lot of data. How can I paginate that xls file and Search the particular column data in the document and update the xls document. Thanking You. Regards, Edi Ayodeji Aladejebi wrote: thats why the source is open for you

[Wicket-user] Get the input and diplay in the same page in xml format?

2007-07-06 Thread Edi
type = string cellvalue=A1/ /field Is it possible at run time? Thanking You Regards, Edi -- View this message in context: http://www.nabble.com/Get-the-input-and-diplay-in-the-same-page-in-xml-format--tf4034497.html#a11461311 Sent from the Wicket - User mailing list archive at Nabble.com

Re: [Wicket-user] Wicket with JExcel

2007-07-03 Thread Edi
much for all your kind reply. It's really helpful to learn lot. Regards, Edi Ayodeji Aladejebi wrote: meanwhile for the AjaxExcelGirdPanel, you have to click on the cell labels to edit them and you will require wicket-extensions along with the wicket jar to make it work regards On 7/4

Re: [Wicket-user] Wicket with JExcel

2007-07-03 Thread Edi
igor's validation error notification code did not work with Loop until i modified it to ListView Either way, you could work your way from what is attached when i have more updates, i will let you know regards On 7/2/07, Edi [EMAIL PROTECTED] wrote: Excuse me, ANy updates

Re: [Wicket-user] Wicket with JExcel

2007-07-02 Thread Edi
dat...just buzz around ayyayay, i guess no matter how you try to engineer the api people always find ways to abuse it :) TextField tf=new TextField() { oncomponenttag(tag) { if (!isvalid()) { tag.put(class,error); } }}; tf.add(StringValidator.maxLength(20)); -igor On 6/29/07, Edi

Re: [Wicket-user] Wicket with JExcel

2007-06-29 Thread Edi
that is within the scope of the JExcel API and not a wicket thing. Refer to the JExcel API doc first On 6/28/07, Edi [EMAIL PROTECTED] wrote: Hi, I am Newbie of Wicket. I have downloaded sample example to read XLS file using Wicket with JExcel. It's working fine. My doubt is 1.How

Re: [Wicket-user] Wicket with JExcel

2007-06-29 Thread Edi
that we can attach that Behavior to each Textfield On 6/29/07, Edi [EMAIL PROTECTED] wrote: Hi, In your sample code, tx.add(new AttributeModifier(size,true, new Model(String.valueOf(8; It shows all the size of textbox is same. I want to change the size of text box value

Re: [Wicket-user] Wicket with JExcel

2007-06-29 Thread Edi
(style,true, new Model(background-color: normal-color;))); } } }); item.add(tx); something like dat...just buzz around On 6/29/07, Edi [EMAIL PROTECTED] wrote: Or, tell me how to validate, if the text box value exceeds 20 characters, I want to change the color

[Wicket-user] Wicket with JExcel

2007-06-28 Thread Edi
Hi, I am Newbie of Wicket. I have downloaded sample example to read XLS file using Wicket with JExcel. It's working fine. My doubt is 1.How can I retrieve the datatype of each cell? and 2. How to validate the each cell values? Please give me some Suggestions. Thanking You. Regards, Edi

[Wicket-user] Wicket Fields with HTML Fields

2007-06-23 Thread Edi
. Correct? How can I submit and get normal html text box values in wicket page? Please explain. Thanking You Regards, Edi -- View this message in context: http://www.nabble.com/Wicket-Fields-with-HTML-Fields-tf3968846.html#a11265481 Sent from the Wicket - User mailing list archive at Nabble.com

[Wicket-user] How to create Dynamic Label?

2007-06-13 Thread Edi
Hello Experts, I have one Label, and Text Box. If I enter any text in textbox, then it should be displayed in Label. How? Please explain. (I am newbie.) Thanking You. -- View this message in context: http://www.nabble.com/How-to-create-Dynamic-Label--tf3912921.html#a11093901 Sent from the

Re: [Wicket-user] How to create Dynamic Label?

2007-06-13 Thread Edi
it updated while typing, give the textfield an ajax updating behavior and repaint the label. Carl-Eric From: [EMAIL PROTECTED] on behalf of Edi Sent: Wed 6/13/2007 09:05 To: wicket-user@lists.sourceforge.net Subject: [Wicket-user] How to create Dynamic Label

Re: [Wicket-user] How to create Dynamic Label?

2007-06-13 Thread Edi
(msg, messageModel); msgLabel.setEscapeModelStrings(false); // Newly added Line add(msgLabel); Regards, Edi Carl-Eric Menzel-4 wrote: I think (didn't test it) that should work when you call setEscapeModelStrings(false) on the label

[Wicket-user] Wicket set initial value

2007-06-08 Thread Edi
Hi, In HTML, input type=text name=name value=Edward, if value = edward, I can view In html page, In wicket How can I set ? -- View this message in context: http://www.nabble.com/Wicket-set-initial-value-tf3888763.html#a11023479 Sent from the Wicket - User mailing list archive at

[Wicket-user] how to pass values to applet tags and display

2007-05-23 Thread Edi
Hi ! I have declared one applet file in display.html display.html looks like applet codebase=http://localhost:8080/project1; CODE=classname WIDTH=700 HEIGHT=350 /applet Using this hard coded values, I can view the person name Martin in applet. Consider I have one wicket button with text box