Re: Console error message for a working tag

2006-11-14 Thread Bradley Wagner
Hi, I think u have to set the scope to session ...just try it... and let us know.. Regards, Mano Yes, for some reason, when I change the scope of the action mapping to "session" the message in the console goes away. I don't understand at all. Why it the JSP function correctly in both case

RE: Console error message for a working tag

2006-11-13 Thread Mano Chinthaka Dasanayaka
a working tag Hi, I think u have to set the scope to session ...just try it... and let us know.. Regards, Mano -Original Message- From: Bradley Wagner [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 10:11 AM To: Struts Users Mailing List Subject: Re: Console error message for

RE: Console error message for a working tag

2006-11-13 Thread Mano Chinthaka Dasanayaka
Hi, I think u have to set the scope to session ...just try it... and let us know.. Regards, Mano -Original Message- From: Bradley Wagner [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 10:11 AM To: Struts Users Mailing List Subject: Re: Console error message for a working tag

Re: Console error message for a working tag

2006-11-13 Thread Bradley Wagner
Do you think this something to do with the session using scope="request"? Blah, I can't talk. Do you think this has anything to do with the action mapping using a scope="request"? - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Console error message for a working tag

2006-11-13 Thread Bradley Wagner
Hi Brad, Double check your Struts-config whether u have set the scope="session" for this action. And also try using simple Bean writes before using For link creations... Regards, Mano The struts config file uses scope="request" for this action. I tried adding a before the and it work

RE: Console error message for a working tag

2006-11-13 Thread Mano Chinthaka Dasanayaka
r 14, 2006 5:06 AM To: [email protected] Subject: Console error message for a working tag I'm not too worried about this because it seems to be working, but here goes. I'm running Struts 1.2.9 on Apache Tomcat 5.5.x. One of my JSPs has the fol

Console error message for a working tag

2006-11-13 Thread Bradley Wagner
I'm not too worried about this because it seems to be working, but here goes. I'm running Struts 1.2.9 on Apache Tomcat 5.5.x. One of my JSPs has the following section in it. id="accountSummaryView"> property="accountType"/> I have verif