Re: Bean write problem on emebedding an image

2005-11-11 Thread Richard Yee
Vineesh, You are nesting the bean:write tag within a html:img tag. You can't nest the tags. Either don't use the html:img tag or replace the bean:write with a scriptlet <%= %> -Richard vineesh . kumar wrote: Hi all, I am trying to create a page, so that based on some crieterial the

Re: Bean write problem on emebedding an image

2005-11-11 Thread Larry Meadors
On 11 Nov 2005 06:31:34 -, vineesh . kumar <[EMAIL PROTECTED]> wrote: > scope="session"> Was that just an email typo? lgic:iterate instead of logic:iterate? Larry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Bean write problem on emebedding an image

2005-11-11 Thread Bruno, Chris
Shouldn't it be more like: " height="20" width="20"/> - Message-ID: <[EMAIL PROTECTED]> From: "vineesh . kumar" <[EMAIL PROTECTED]> To: struts_user Subject: Bean write problem on emebedding an image Date: Fri, 11 Nov 2005 01:31:34 -

Re: Bean write problem on emebedding an image

2005-11-11 Thread amitava . basak
Write Just replace the qotes. Amitava Basak ASE Tata Consultancy Services Limited Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the

Bean write problem on emebedding an image

2005-11-11 Thread vineesh . kumar
Hi all, I am trying to create a page, so that based on some crieterial the image to be displayed is selected. So i made an Form bean in which i initialize a class array and i am using logic itereate and bean write to display the image accordingly so i wrote " /> so i am gettin