DynaValidatorActionForm

2004-04-12 Thread Shoaib
doing it. Regards Shoaib - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: struts1.1 validation in nested tag elements

2004-07-26 Thread Mohammad Shoaib
Hello, I am also facing same problem , can anybody please give any pointers how to do it. Regards Shoaib -Original Message- From: Bharathiraja [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 9:37 AM To: Struts Users Mailing List Subject: Re: struts1.1 validation in nested tag

RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-17 Thread Mohammad Shoaib
You have to specify the Size here type="com.test.Line[]" Or whatever is the initial size you specify in your action the zise should remain less that or equal to that size otherwise you will get this error. Regards Shoaib -Original Message- From: [EMAIL PROTECTED] [mai

RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-17 Thread Mohammad Shoaib
Can you elaborate a bit more , what are you trying to do. And send that part of code. Regards Shoaib -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 1:28 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: DynaActionForm

RE: IE Globe issue

2005-07-08 Thread Mohammad Shoaib
Hi, I am also facing same problem, does anybody have any idea how to handle it. As per my understanding the control comes back to client but if there is more data then page will wait for all data to loaded first. Because in my case the whole page was under one . Regards Shoaib -Original

Re: InputTransferSelect problem in Struts 2

2007-09-25 Thread Shoaib Gauhar
nt change the quotes to legal characters and that is the reason why it generates error and the buttons doesnt work. It has nothing to do with setters and getters of HashMap. Your help will be highly appreciated. Thanks in advance Shoaib --- Dave Newton <[EMAIL PROTECTED]> wrote: &

Re: InputTransferSelect problem in Struts 2

2007-09-25 Thread Shoaib Gauhar
You might be right but the code that is rendered is not in my control. Is it??? There seems to be problem with the inputtransferselect component renderer or something. Still waiting for the solution. Thanks for the reply Shoaib --- Adam Ruggles <[EMAIL PROTECTED]> wrote: > Well I d

Re: InputTransferSelect problem in Struts 2

2007-09-26 Thread Shoaib Gauhar
Mate you are a genious. Thanks alot. It has solved my silly problem. I should have thought of that before:(. Thanks once again. Shoaib --- Adam Ruggles <[EMAIL PROTECTED]> wrote: > You can specify an id in the tag and it > will override the default. > > Shoaib Gauhar wrote

Override the default behavior of Add/Remove in Select Components

2007-10-04 Thread Shoaib Gauhar
Hello: I am working in Struts 2 and would like to override the default behavior of Add and Remove button which are rendered by the OptionTransferSelect tag. Can I do this? Regards, Shoaib Ahmad

Struts 2 validation off at page load

2007-11-21 Thread Shoaib Gauhar
all the error messages (ideally it should not validate the fields, because the first time the page loads, all the fields are empty). So, what i want is not to validate when the page opens for the first time and after that it should. I hope you guys understand my query. Shoaib Ahmad

Re: Struts 2 validation off at page load

2007-11-21 Thread Shoaib Gauhar
Thanks alot. This has solved my problem. I really appreciate it. Thanks once again. Regards, Shoaib Ahmad - Original Message From: Dave Newton <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Thursday, November 22, 2007 10:42:10 AM Subject: Re: Struts 2 validation off a

Upgradation problem from 2.0.8 to 2.1.0

2007-11-27 Thread Shoaib Gauhar
s that the blank application which i downloaded from the same URL is working fine so it must be something wrong with my settings but somehow i have been unable to track it down. That is why i need your help. My application also runs with struts 2.0.11 version perfectly. Regards, Sh

Upgradation from 2.0.8 to 2.0.11

2007-11-27 Thread Shoaib Gauhar
t is why i need your help. My application also runs with struts 2.0.11 version perfectly. Regards, Shoaib Ahmad Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it now. htt

Re: Upgradation from 2.0.8 to 2.0.11

2007-11-27 Thread Shoaib Gauhar
Thanks. it works fine now. From now on i will be reading the trouble-shooting first before migrating anything. Regards, Shoaib - Original Message From: Jeromy Evans <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Wednesday, November 28, 2007 12:12:04 PM Subje

Re: Pitfall of , etc. tags in Struts2???

2007-11-28 Thread Shoaib Gauhar
Try the following code. item1 item2 - Original Message From: DJR <[EMAIL PROTECTED]> To: user@struts.apache.org Sent: Thursday, November 29

Token problem in Struts 2.1

2007-11-28 Thread Shoaib Gauhar
hrowing errors. Your guidance is needed. Regards, Shoaib Ahmad Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs

Create DateTimePicker

2008-01-14 Thread Shoaib Gauhar
ere a way to solve my problem??? I have tried the following code but it does not work. djConfig.searchIds.push("FIS_VOUCHERDET1"); Thanking in advance, Shoaib Ahmad Be a better fr

Struts 2 + GWT problem

2008-03-05 Thread Shoaib Gauhar
. Maybe the problem is that i dont know where to put Struts2GWTHelper.java and its class file. I think the GWT is unable to locate this file and hence it does not work. It would be very helpful if someone could share his experience regarding this with me. Thanks in advance, Shoaib Ahmad Gauhar

Resulting HTML for InputTransferSelect generates errors

2007-09-18 Thread Shoaib Gauhar
n the name attribute. Thanks in advance. Shoaib -- View this message in context: http://www.nabble.com/Resulting-HTML-for-InputTransferSelect-generates-errors-tf4478887.html#a12771048 Sent from the Struts - User mailing list archive at

InputTransferSelect problem in Struts 2

2007-09-25 Thread Shoaib Gauhar
first time i didnt get any reply (maybe because i didnt post any code of mine). It would be highly appreciable if you could help me in this regard. Shoaib Ahmad (PS: I need to pass value through HashMap so please dont ask me to change it. Thanks) -- View this message in context: http

Struts 2.1 & AjaxAnywhere

2008-03-25 Thread Shoaib Gauhar
Hello, Has anyone tried AjaxAnywhere with Struts 2.1? My action class is never called. Actually, i am using ajax to achieve pagination in displaytag. I have used the example from the following link raibledesigns.com/rd/entry/the_future_of_the_displaytag. But the control doesnt reach my action cla

Struts 2.1 TabbedPanel scenario

2008-04-02 Thread Shoaib Gauhar
urthermore, i am quite new to tabbed panel and would require clear tips and ideas. Thanks in advance, Shoaib Ahmad Gauhar -- View this message in context: http://www.nabble.com/Struts-2.1-TabbedPanel-scenario-tp16446729p16446729.html Sent from the Struts - User mailing list archi

Re: Struts 2.1 TabbedPanel scenario

2008-04-02 Thread Shoaib Gauhar
action class. There is no other idea which is coming to my mind at the moment. So, any other idea will be highly appreciated. The worst thing is that the solution must be generic. :,( Thanks again, Shoaib Ahmad Gauhar Laurie Harper wrote: > > Shoaib Gauhar wrote: >> Hello, >&g

Re: Struts 2.1 TabbedPanel scenario

2008-04-04 Thread Shoaib Gauhar
h tab ajax based. Here is my jsp code. I have put false in refreshOnShow attribute so the tab is not refreshed once it gets selected. What i want is to maintain the history of the changes made to other tabs which were not submitted. Thanks, Shoaib Ahmad Gauhar S

Re: Struts 2.1 & AjaxAnywhere

2008-08-02 Thread Shoaib Gauhar
I did achieve the desired functionality but not with ajax anywhere. Rather i used Javascript and DWR to make it REFRESH free. Search google for DWR and displaytag it will provide you some examples. If you dont find any, you can always contact me. Shoaib dynamicd wrote: > > Hey Shoib,