Trouble processing JSP containing variable number of parameters

2006-02-08 Thread billy
I'm trying to capture a variable number of records from a JSP page and place those records into an ArrayList in a form bean. I know I should be able to figure it out, but I'm stuck. My jsp page contains:

How to get form from JSP

2005-04-21 Thread Billy Ng
Hi all, Is there a way to get the ActionForm obj in the JSP instead of using tag Thanks! Billy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Will struts handles any methods other than get and post?

2005-02-14 Thread Billy Ng
Thank you very much! Billy Ng - Original Message - From: "Craig McClanahan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Cc: "Joe Germuska" <[EMAIL PROTECTED]> Sent: Monday, February 14, 2005 9:18 PM Subject: Re: Will struts handles any

Re: Will struts handles any methods other than get and post?

2005-02-14 Thread Billy Ng
Sorry, my question was misleading. Basically, I expect Struts to just accept the GET and POST methods because some of my customers concern other methods would cause security problem. Billy Ng This mailbox protected from junk email by

Will struts handles any methods other than get and post?

2005-02-11 Thread Billy Ng
Hi folks, Would anybody please tell me if Struts handles any methods other than get and post? Thanks! Billy Ng - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

null shows in tag

2004-04-30 Thread Billy Ng
enter a username. null Billy Ng - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to get a value from the from bean

2004-04-24 Thread Billy Ng
Thank you. It works perfectly. Billy Ng This mailbox protected from junk email by Matador from MailFrontier, Inc. http://info.mailfrontier.com - Original Message - From: "Riyad Kalla" <[EMAIL PROTECTED]> To: "

How to get a value from the from bean

2004-04-23 Thread Billy Ng
In the JSP, I need to a get a value from a form bean's property. How can I do it in the JSP? I tried to pageContext.findAttribute("org.apache.struts.taglib.html.BEAN") to get the form bean, but it returned me null. Please help! Billy Ng --