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: > > You might be r

Re: InputTransferSelect problem in Struts 2

2007-09-26 Thread Adam Ruggles
You can specify an id in the tag and it will override the default. Shoaib Gauhar wrote: 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. Thank

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 don't know ab

Re: InputTransferSelect problem in Struts 2

2007-09-25 Thread Adam Ruggles
Well I don't know about the javascript piece but the id on your input is invalid. Your input should look something like this: Shoaib Gauhar wrote: Thanks for the reply. Actually the code which i have posted is valid for any other component than inputtransferselect and maybe other transfer sel

Re: InputTransferSelect problem in Struts 2

2007-09-25 Thread Shoaib Gauhar
Thanks for the reply. Actually the code which i have posted is valid for any other component than inputtransferselect and maybe other transfer select components. When the page is rendered it generates the following code: ID It gives a synt

Re: InputTransferSelect problem in Struts 2

2007-09-25 Thread Dave Newton
--- Shoaib Gauhar <[EMAIL PROTECTED]> wrote: > http://www.nabble.com/file/p12876594/Source%2BCode.zip > Source+Code.zip > > I am attaching my struts.xml, TestAction.java and > test.jsp, in which i have implemented > InputTransferSelect. It generates a java script error > when the page is rendere