Help needed on Design

2002-04-17 Thread B Manikandan
Hi.. I have to design an application with the following layout. | HEADER MENU |--- |TABS 1)The header is common for a menu and all the tabs in that menu. 2)When a particular tab is selected and some input has been given in the

Urgent - Displaying multiple JSP's for a single action without a frame

2001-12-11 Thread B Manikandan
Hi, In my application,the JSP has lot of fields.And when I try to execute the JSP,I get the following error. = java.lang.VerifyError: (class: jsp_servlet/_jsp/_groupsNew, method: _jspService signature: (Ljavax/servlet/http/HttpServ

ActionErrors going out of request scope

2001-08-14 Thread B Manikandan
Hi, I have a frame based implementation. frame 2 frame 1 frame 3 All actions are invoked from frame 1.In frame 2 and 3 ,I have html:errors. Now in case of error, Iam populating ActionErrors and also calling saveErrors.But Iam displaying the

Enabling/Disabling of form fields on page load

2001-08-09 Thread B Manikandan
Hi, I have a requirement where I need to enable/disable form fields on page load up.The enabling/disabling depends on user access and I have the access rights as on object in context. How do I use this object ? I do not want to resort to logic:equal as my code will become big. Mani

Retrieving values from a Collection in JSP using tags

2001-08-07 Thread B Manikandan
Hi, I want to retrieve values from a Hashtable present in a Form as an attribute.Is it possible using any struts tags. I have the key available. Mani The Information contained and transmitted by this E-MAIL is proprietary to Wipro Limited and is intended for use only by the individual or

Re: ActionServlet.processInclude()-Error

2001-07-30 Thread B Manikandan
Further to this mail,I tried using the syntax as suggested ,but I get a page not found error. My web.xml entry is ... !-- Report Servlet -- servlet servlet-nameDisplayReportsServlet/servlet-name servlet-classcom.mizuho.rdw.reports.DisplayReportsServlet/servlet-class /servlet

Getting value of Button

2001-07-26 Thread B Manikandan
Hi, There was a post about getting the value of the button that was clicked. In my jsp I have html:cancel and it works fine.But if I replace it with a button having the same name as html:cancel and submit the form, Iam not getting the button name in my Action class. Is there a way to get

Error deploying struts in a war file

2001-07-16 Thread B Manikandan
Hi, My application which uses struts and EJB was working when the application was in their directories.] Now as part of deployment we made EJB jar's and a WAR file having struts.jar. But the application gives an exception saying that ActionServlet class was not found. What are the steps to

struts example application query

2001-05-24 Thread B Manikandan
Hi, In the example implementation, what is the reason for having Subscription and SubscriptionForm. They are essentially the same. Is this out of a cleaner design approach ?? Mani

Re: Iterate and Radio tags

2001-05-17 Thread B Manikandan
; // setters and getters private ArrayList indexedValue = null ; } -Original Message- From: B Manikandan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 3:05 PM To: [EMAIL PROTECTED] Subject: Re: Iterate and Radio tags Importance: High Hi, I have posted

Passing request to a common action class from multiple forms

2001-05-11 Thread B Manikandan
Hi, I have a common Action class,which will receive request from multiple forms. This action class will then forward request to a common jsp and on selection of a value from this jsp,the value has to be set in the input form(which called the common action class). Then,request has to be

Re: Passing request to a common action class from multiple forms

2001-05-11 Thread B Manikandan
everybody is trying to run away from it. cheers, Amar.. -Original Message- From: B Manikandan [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 9:25 AM To: struts Subject: Passing request to a common action class from multiple forms Hi, I have a common Action class,which

Hierarchical menus

2001-04-24 Thread B Manikandan
Can DHTML Lab's Hierarchical menu be implemented using Struts ? Mani

Multiple pages with struts

2001-04-20 Thread B Manikandan
Hi, I have the following requirements. 1.System can have multiple instances (through the new window feature of javascript) of the same browser and the session associated with each instance has to be treated as different sessions. 2.System has multiple pages, similar to shopping cart