Really need your helps - > Struts 1.1 and Websphere

2003-03-18 Thread Sutiwan Kariya
Hi there, I am using Struts 1.1 and WAS 4.04 and everything seems to work well. But after I enabled the Websphere Security and added the following tag to web.xml JSP *.jsp TD Resources:+: TDUser Trade

Re: Search list

2002-12-16 Thread Sutiwan Kariya
Me too,. Me too,. Sutiwan Wannapongsai Application Development Thai Information Technology Co.,Ltd. Tel: 0-2633-7657 E-mail : [EMAIL PROTECTED] "Pete

Can I pass parameter to getter method of bean?

2002-12-16 Thread Sutiwan Kariya
Can I pass parameter to getter method of bean? the has only "name" and "property" attribute but do not has the door the send the parameter to "property" example, I has the personForm which has name attribute I want to define getter method such getName(int language)... Can I? Wait wait wait f

Add some value to bean

2002-11-21 Thread Sutiwan Kariya
Hi all, I have one dull question but I really don't know how to do it.. I have yield attribute in form trading. The yield getting from database is 0.10 But I want to display it in JSP page as 10 % Can I use bean:write tag to display this attribute * 100 ? Thank in advance Sutiwan Wannapongsai

struts brief

2002-09-10 Thread Sutiwan Kariya
Hi All, I gotta brief the struts framework to junior developer team in next 2 hrs, Do you know where I can see the struts document or article about struts (include struts diagram) I remember that I've seen good article somewhere but ah i cannot find it. Help me pls.. Sutiwan W. ***

RE: Relative Path Error-- Pls help!

2002-09-09 Thread Sutiwan Kariya
List" Try using the html:rewrite tag... /institutionGeneralInfo.do?action=create' "> Joe -Original Message- From: Sutiwan Kariya [mailto:[EMAIL PROTECTED]] Sent: Tu

RE: Relative Path Error-- Pls help!

2002-09-09 Thread Sutiwan Kariya
I hope you meant A leading slash ( / ) refers to the *server* root and not the context root. Sri > -Original Message- > From: Sutiwan Kariya [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 09, 2002 6:06 AM > To: Struts Users Mailing List > Subject: RE

RE: Relative Path Error-- Pls help!

2002-09-09 Thread Sutiwan Kariya
Users Mailing List" Use tag before using any relative paths Rgds C.Bhaskaran -Original Message- From: Sutiwan Kariya [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 3:26 PM To:

Relative Path Error-- Pls help!

2002-09-09 Thread Sutiwan Kariya
I am using struts runs on IBM WebSphere 4.0 my web site 's name (context root) is 'td' I got an image location error when use or But, if I tried or The image was displayed correctly Why?? I feel like the "/" doesn't relate to the context root. but it relate to the root of context root.

Anybody knows or uses IntelliJIDEA

2002-08-22 Thread Sutiwan Kariya
Hi, Anybody knows or uses IntelliJ to develop Java family? Is it good ? Any comment about it? I've tried to browse www.intellij.com but the website seems have the problem, I could not reach that web site! Sutiwan W. This E-

Anybody knows or uses IntelliJIDEA?

2002-08-22 Thread Sutiwan Kariya
Hi, Anybody knows or uses IntelliJ to develop Java family? How is it ? Any comment about it? I've tried to browse www.intellij.com but the website seems have the problem, I could not go to that web site! Sutiwan W. This E-m

Anybody knows or use IntelliJIDEA?

2002-08-22 Thread Sutiwan Kariya
Hi, Anybody knows or use IntelliJ to develop Java family? Is it good ? Any comment about it? I've tried to browse www.intellij.com but the website seems have the problem, I could not go to that web site! Sutiwan W. This E-ma

RE: Non-Struts related : input one text field then show description inanother field

2002-08-20 Thread Sutiwan Kariya
the question you were asking. :) N -Original Message- From: Sutiwan Kariya [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 12:14 AM To: Struts Users Mailing List Subject: RE: Non-Struts related : input one text field then show description in another field Really Sorry if my que

RE: Non-Struts related : input one text field then show description inanother field

2002-08-19 Thread Sutiwan Kariya
to by MSIE. Also note that this implies making a lot of round trips to the server, which might decrease performance of you app in high-traffic scenarios. Cheers. Neal -Original Message- From: Sutiwan Kariya [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 11:25 PM To: [EMA

Non-Struts related : input one text field then show description in anotherfield

2002-08-19 Thread Sutiwan Kariya
Need somebody help! I have one jsp page with one zip code text field and one state text field. I want when user input the zipcode text , onblur that zip code field then the state text field shows the state related to that zipcode. what kind of bean or tag lib do I need to perform this task? I wa