RE: Apache Tomcat

2004-09-30 Thread Mazen, Tamer S
Dear Shailender, You can put those 200 rows in session and use paging mechanismto display part of those rows for example (20-30) row per page. BR -Original Message- From: Shailender Jain [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 9:01 AM To: [EMAIL PROTECTED] Subject: A

RE: How to add new events to HTML tag library objects

2004-07-29 Thread Mazen, Tamer S
struts-html.tld :( After I applying changes on struts-nested.tld I had > the follwing error 'Unable to find setter method for attribute: onpaste' > > -Original Message- > From: Mazen, Tamer S [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 28, 2004 8:04 PM > T

RE: How to add new events to HTML tag library objects

2004-07-28 Thread Mazen, Tamer S
Im sorry I was using nested:text and apply my changes on struts-html.tld :( After I applying changes on struts-nested.tld I had the follwing error 'Unable to find setter method for attribute: onpaste' -Original Message----- From: Mazen, Tamer S [mailto:[EMAIL PROTECTED] Sent:

How to add new events to HTML tag library objects

2004-07-28 Thread Mazen, Tamer S
Dears, I want struts HTML objects to support extra events like onpaste for text object, I tried to add that event in struts-html.tld and add it in my JSP, but when I run that JSP I had that error 'Attribute onpaste invalid according to the specified TLD' , I think there are other files must be c

FW: Validate at least one check box is checked

2004-07-21 Thread Mazen, Tamer S
> Dears, > Does any one know how to implement 'at least one check box is checked' validation on > a list of checkboxes. > Thanks > > Tamer Mazen > Information Analyst > > E > Egypt Solution Center (CMM L2 Organization) > Commercial Professionals Syndicate Building, 5th f

Validating list of inputs using Struts Validation

2004-07-21 Thread Mazen, Tamer S
Dears, I have order items form, which user enter list of the order's items in a list, I tried to validate user inputs using Struts validator, for server side it works fine but for unfortunality it does not work in client side validation. I heard that struts does not support client validation of arr

How to repopulate main page after returning from lookup page

2004-07-14 Thread Mazen, Tamer S
Hi All, I have question about passing form between pages: I have two pages 1- main page ==> main.jsp contains list of order's products and two buttons (add, save) 2- lookup page ==> lookup.jsp contains all the products in the system and select button In Main page when user needs to add new prod