Re: bean:write not displaying the intended values

2006-11-16 Thread robin bajaj
Hope that helps. Chris Loschen -Original Message- From: robin bajaj [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 3:38 PM To: Struts Users Mailing List Subject: bean:write not displaying the intended values Hi Folks, At Struts 1.x level, I am writing the value of bean

RE: bean:write not displaying the intended values

2006-11-16 Thread Chris Loschen
en -Original Message- From: robin bajaj [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 3:38 PM To: Struts Users Mailing List Subject: bean:write not displaying the intended values Hi Folks, At Struts 1.x level, I am writing the value of bean's property on a jsp page usi

RE: bean:write not displaying the intended values

2006-11-16 Thread Richard Allwood
. To: Struts Users Mailing List Subject: bean:write not displaying the intended values Hi Folks, At Struts 1.x level, I am writing the value of bean's property on a jsp page using tag , but nothing gets displayed on the web page. Infact the generated HTML (view source in the browser), shows

bean:write not displaying the intended values

2006-11-16 Thread robin bajaj
Hi Folks, At Struts 1.x level, I am writing the value of bean's property on a jsp page using tag , but nothing gets displayed on the web page. Infact the generated HTML (view source in the browser), shows the tag's code as-is. scope="request"/> However, I can display the value of bean's p