RE: How to access java object method from JSTL expression

2004-09-08 Thread Helen Ge
expression Are you using JSTL 1.0 (JSP 1.2) or JSTL 1.1 (JSP 2.0)? Quoting Helen Ge <[EMAIL PROTECTED]>: > Hi, > > > > I saw some examples to access standard java bean properties from JSTL > expression language on JSP page. I am wondering is there any way to acc

How to access java object method from JSTL expression

2004-09-08 Thread Helen Ge
Hi, I saw some examples to access standard java bean properties from JSTL expression language on JSP page. I am wondering is there any way to access regular java class methods from JSTL expression? Now in the JSP, I am trying to access a Java class, which has a business method return a stri

RE: currency format problem on different platform

2003-07-31 Thread Helen Ge
Unix box. You have two choices. Talk to your system administrator and make sure this is set properly on your Unix box, or explicitly define the locale in your JSP like so: On Thu, 31 Jul 2003, Helen Ge wrote: > > Hello, > Can someone help me with the

currency format problem on different platform

2003-07-31 Thread Helen Ge
Hello, Can someone help me with the following problem? I have following JSTL tag used to format currency in a format as $999,999.99. It shows '$1,154.51' correctly on my local webserver which is on window 2000. but it shows differently as 'ยค1,154.51' on test server which is on UNIX. How

RE: Can't find struts DynaActionForm property with JSTL

2003-07-16 Thread Helen Ge
, but for DynaActionForms you need to do this: Matt - Original Message - From: "Helen Ge" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 16, 2003 10:50 AM Subject: Can't find struts DynaActionForm property with JSTL > Hi, > >

Can't find struts DynaActionForm property with JSTL

2003-07-16 Thread Helen Ge
Hi, I am using Struts DynaActionForm object dataForm (session scope) to hold a form data. It is no problem to display that form bean property in the JSP page by using the Struts bean tag . However I'd like see how the JSTL works by using JSTL without specifying scope , it gave me exception like