RE: application.properties

2003-12-29 Thread Peng, Meimin
I think you need to iterate the message out or pass the argument to get the error out. you might need to post more details about how you do the key in your resource and how you try to get the key. -Original Message- From: Otávio Augusto [mailto:[EMAIL PROTECTED] Sent: Monday, December

RE: [OT] Struts vs. XYZ

2003-12-16 Thread Peng, Meimin
I think I agree with Vic. My boss told me that we don't need to use the best technology, when it becomes to the best, it's old now. Why you want to use the old knowledge? He said why don't we use the most popular one and it's still on the up trend. That's the Struts for us now. So, it make us

RE: Struts and XSLT - solved

2003-12-12 Thread Peng, Meimin
Hello, (B (BI did the very similar approach which is I load the resource bundle in the (Bfirst beginning and put parameters in hashtable for future used. (BBut, when it comes out the struts way, it becomes very mess. If I could find (Ba better way to change it, I'll do it. (B (BThis is a

RE: Struts and XSLT - how to load taglib in stylesheet?

2003-12-11 Thread Peng, Meimin
: Struts and XSLT how can I load different resource bundles(if I have many message resources) from struts in stylesheet? Using XSLT makes no difference. You may use same struts custom tags in XSLT as you may use without XSLT. It works in our implementation. Manish Singla Peng, Meimin wrote

RE: Struts and XSLT

2003-12-09 Thread Peng, Meimin
many message resources) from struts in stylesheet? Using XSLT makes no difference. You may use same struts custom tags in XSLT as you may use without XSLT. It works in our implementation. Manish Singla Peng, Meimin wrote: Hi, I got a question with working structs and xslt together. If I

Struts and XSLT

2003-12-08 Thread Peng, Meimin
Hi, I got a question with working structs and xslt together. If I have a xml document which needs a stylesheet(xslt) to transform into different format, how can I load different resource bundles(if I have many message resources) from struts in stylesheet? if someone knows how to implement the

RE: Dallas struts user groups?

2003-11-11 Thread Peng, Meimin
http://planojava.org --Zoe -Original Message- From: Sasha Borodin [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 10:52 AM To: Struts Users Mailing List Subject: Dallas struts user groups? Are there any struts groups in the area? Or at least java web development groups that

hashtable newbie question

2003-10-14 Thread Peng, Meimin
Hi, I want to define a bean name called myBean which contains view hashtable. How can I approach it in jsp file? like this? bean:define id=myBean ?? /bean:define Thanks in advance. --Zoe CONFIDENTIALITY NOTICE: The information in this e-mail is privileged and confidential. Any use, copying

design question

2003-10-13 Thread Peng, Meimin
Hi, Please help about app design in struts. What I want to do is like tomcat manager tool to allow user stop or start certain services. For instance: I'll have a serviceview.jsp to populate all the services from servicesHashTable. In jsp page, I'll have service description which will display

html tag newbie question

2003-10-08 Thread Peng, Meimin
Hi, I am very new in struts and facing a problem now. Please help. What I want to do is when user click a image, it will link to yahoo.com which is defined as link.yahoo in the config property file. How can I approach this? After it generate the html source codes, it will be like a

RE: html tag newbie question

2003-10-08 Thread Peng, Meimin
Hi, I still don't know how to do it. I try to avoid hard code anything, have any logic, have html tag, and have javascripts in jsp file. Overall, jsp file will just display whatever I got from properties or beans. Is there a way to do like this for example: html:link href=bean:message