Re: Help - struggling this for days !

2004-09-11 Thread lixin chu
thanks. it dislpays a nice table but no actual items. am i suppose to modify anything in this file ? --- Bill Siggelkow [EMAIL PROTECTED] wrote: You might try using the following JSP fragment (compliments of James Mitchell) on your page -- it will show you objects in the request, etc.

Re: Help - struggling this for days !

2004-09-11 Thread lixin chu
yes, I have a few pages, forms and actions. the strange thing is that some works fine. I in one particula action, I copy the key used in another action which works, but it does not work in this action. Here is the action defintion: action path=/admin/SearchTemplate name=searchTemplateForm

Re: Help - struggling this for days !

2004-09-11 Thread James Mitchell
Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: lixin chu [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Saturday, September 11, 2004 2:44 AM Subject: Re: Help - struggling this for days ! thanks. it dislpays a nice table but no actual

Help - struggling this for days !

2004-09-10 Thread lixin chu
Hi, Appreciate your help, I have been trying to find out why for days. Here is my JSP: bSearch Templates/b font color=red size=2 logic:messagesPresent ul html:messages id=error libean:write name=error//li /html:messagesbr /ul /logic:messagesPresent /font font color=blue size=2

RE: Maybe Spam: Help - struggling this for days !

2004-09-10 Thread Jim Barrows
-Original Message- From: lixin chu [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 8:48 AM To: [EMAIL PROTECTED] Subject: Maybe Spam: Help - struggling this for days ! Hi, Appreciate your help, I have been trying to find out why for days. Here is my JSP

RE: Help - struggling this for days !

2004-09-10 Thread Jim Barrows
-Original Message- From: lixin chu [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 10:04 AM To: Struts Users Mailing List Subject: Re: Help - struggling this for days ! Here is how I prepare action messages in Action: ActionMessages messages = new ActionMessages