javax.servlet.ServletException: BeanUtils.populate

2003-08-01 Thread Yan, Charlene
All, I have been strugling with this for a while. I looked at the archive and found similar questions but no answers there. I have a form that has two fields - a bean and a String field. My jsp displays the two fields. I was able to get to the JSP by calling ssoXref.do?operation=showSsoXref.

RE: [OT]Java equivalent to ASP function

2003-07-24 Thread Yan, Charlene
gt; > now b should be set to 65. the ascii value of capital 'a'. > > for converting a number to hex you can use > Integer.toHexString(int) static > method. at the same time you can use Integer.valueOf(String, > int) to convert > hex number string back to int.

RE: [OT]Java equivalent to ASP function

2003-07-22 Thread Yan, Charlene
Asc(String) returns a asci number. For example, Asc("A") = 65. -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 4:42 PM To: Struts Users Mailing List Subject: Re: [OT]Java equivalent to ASP function Yan, Charlene wrote: > All, &

RE: [OT]Java equivalent to ASP function

2003-07-22 Thread Yan, Charlene
k to int. hope this helps. ATTA - Original Message - From: "Yan, Charlene" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 12:26 PM Subject: [OT]Java equivalent to ASP function All, I need to rewrite s

[OT]Java equivalent to ASP function

2003-07-22 Thread Yan, Charlene
All, I need to rewrite some ASP codes in Java. What are the Java equivalent to Asc(String) and Hex(Number) in VB? I appreciate any insight from you! Thanks. Charlene - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Intermediate screen before data is displayed

2003-07-16 Thread Yan, Charlene
All, I have a page that creates an Excel report. When the create button is clicked, it takes some time for the report to be displayed on the page. How can I give users some information such as "Please wait. Processing..." before the report stuff comes up? I did a search in the archives and

Struts 1.1 in iPlanet 6.0 Vs Tomcat 4.0.5

2003-05-30 Thread Yan, Charlene
All, I developed a web app using Tomcat 4.0.5 and struts 1.1. It is deployed in iPlanet 6.0. I use ActionErrors to validate the form. Somehow iPlanet is not displaying the errors at all. Tomcat does it correctly. iPlanet 6.0 is using servlet 2.2 and Tomcat is 2.3. I had to change the DOCT

RE: French Font in PDF (OT)

2003-03-24 Thread Yan, Charlene
;t know if this can help, but I solved definining in the xsl used to create the fo document the entities, like: ]> and then using the defined entities . Hope it helps. Best regards Enrico Yan, Charlene wrote: >All, > >I use a third party Java library to create PDF rep

French Font in PDF (OT)

2003-03-24 Thread Yan, Charlene
All, I use a third party Java library to create PDF report. Everything works fine except that some French products are not displayed correctly. Please look at the following: LSW Product Description in PDF Report: Ce cours, premier d'une s?rie constitu?e de deux parties, permet d'acqu?rir les

RE: Sort a collection in alphabetic order

2003-03-10 Thread Yan, Charlene
Try this: import org.apache.commons.beanutils.BeanComparator; Collections.sort(people, new BeanComparator("lastname")); Charlene -Original Message- From: Søren Blidorf [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 4:33 PM To: 'Struts Users Mailing List' Subject: SV: Sort a coll

RE: XML to PDF

2003-01-21 Thread Yan, Charlene
Thank you all for your information. I was told to take a look at http://www.rrsys.com/. We are going to buy the tool from Root River because someone here has experience with it. Charlene -Original Message- From: Durham David Cntr 805CSS/SCBE [mailto:[EMAIL PROTECTED]] Sent: Tuesday, J

XML to PDF

2003-01-21 Thread Yan, Charlene
Hello all, I just got assigned to convert XML to pdf to do reports. Is any of you working on it? Any insights where I should get started my research? I am looking at xmlmil and aparche xml home right now. Thanks in advance for your help! Charlene -- To unsubscribe, e-mail:

RE: ClassCastException using type attribute with iterate tag

2003-01-21 Thread Yan, Charlene
Does this work? If yes, make changes as the following: Let me know if it works. Charlene -Original Message- From: Jeremy Cavagnolo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 2:41 PM To: [EMAIL PROTECTED] Subject: ClassCastException using type attribut

RE: StoreFront

2002-10-15 Thread Yan, Charlene
Chuck, Could you send the package to [EMAIL PROTECTED] as well? Thanks a lot! Charlene -Original Message- From: Xue-Feng Yang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 10:56 AM To: Struts Users Mailing List Subject: RE: StoreFront Thank you Chuck, I recieved the pack

RE: IP Address

2002-09-18 Thread Yan, Charlene
Here is the correct one: request.getHeader("referer"); Charlene -Original Message- From: Emmanuel Boudrant [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 9:33 AM To: Struts Users Mailing List Subject: RE: IP Address I put getRemoteXxx() because you can retrice IP or Ho