RE: Max length of String - report in a single string for display

2007-01-02 Thread Sharon Jolly
. Thank you. Regards, Sharon Jolly From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Wed 1/3/2007 12:34 AM To: Struts Users Mailing List Subject: Re: Max length of String - report in a single string for display What about retrieving and storing byte chunks? This

Max length of String - report in a single string for display

2007-01-02 Thread Sharon Jolly
that would allow me to display the entire report to the user irrespective of the size of the report, that i retrieve from the host. (Any number of lines) Thank you and happy new year to one and all. Regards, Sharon Jolly DISCL

i18n usage when new window opened.

2006-07-05 Thread Sharon Jolly
Hi, There is a requirement in my application where i need to open a calendar popup from a link. The application that i am taking about here is a J2EE application where struts is being used which i18n complaint. The session object holds the locale information and that is what is used to determi

RE: A util class for EJB tier similar to BeanUtils?

2006-01-24 Thread Sharon Jolly
ct: Re: A util class for EJB tier similar to BeanUtils? What about, uhm, BeanUtils? What's your hestitation in using BeanUtils in your EJB tier? AFAIK there's nothing that limits BeanUtils to the presentation tier. Hubert On 1/24/06, Sharon Jolly <[EMAIL PROTECTED]> wrote: > Hi,

A util class for EJB tier similar to BeanUtils?

2006-01-24 Thread Sharon Jolly
Hi, Am working in a project where I need to get information from a legacy system and delegate is back and forth in my application using various objects, dto's and form. The application is Struts1.1 based and I have 3 layers in this. My question is if our forms and vo's have the same set of

Custom Currency Validation.

2005-01-20 Thread Sharon Jolly
Hi, I am part of a project where in a form i have 3 field where the user can enter amount values and my requirement is i need to allow the user to enter amount in the following formats. 1. user can enter the amount alone. 2. It should allow only 2 decimal places to be entered. 3. User can app

indexedlistproperty validation problem

2004-04-03 Thread jolly
Hi, I have face another validation problem to validate indexedListProperty. My validator is like folloeing min0 max1 But this doesnt work. What is the wrong here? Please reply ASAP. -- jolly

Re: integer validation problem

2004-04-03 Thread jolly
String. And I pass that String attribute to the jsp and then I set the validated value to my integer or double variable. This type of solution cant satisfy me. I dont want to write another bean form class. So I have to comprise myself with that solution. thanks again for your help -jolly On Sat, 03

integer validation problem

2004-04-02 Thread jolly
. I cant use copyproperties of beanutils because of the ha a relationship. I dont want to write another actionForm class that represent my DTO. How can I solve my problem. please help me. I am in great trouble. JOlly -- jolly - To