Try using the struts-el tag library
It's an extension of the struts taglib that allows you to use JSTL EL
So you example becomes...
<html-el:text style="${styleVar}" .../>

-----Original Message-----
From: Rahul Mohan [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 08, 2004 2:48 AM
To: struts
Subject: <c:out> tag inside <html:text> tag

Hi...I am facing some problems with using JSTL tags inside struts tags.

This is the piece of code I wrote for my application:

 <html:text
 name="Customer" 
 property ="Name" 
 maxlength="256" 
 size="256"
 style="<c:out value="${styleVar}"/>"
 />

the problem is that it is getting traslated to

<html:text
 name="w_CustomerWin" 
 property ="wca_Name" 
 maxlength="256" 
 size="256"
 style="width:100;height:22;position:absolute;top:20;left:56;display:none;"
 />

in the final html page!! 

can anybody please tell me why the <html:text> tag is not getting translated
to <input type="text .....> ?

thank you..






Rahul Mohan
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MasterCraft Group
Tata Consultancy Services
Tata Research Development and Design Center 54B, Hadapsar Industrial Estate
Pune - 411 013
Phone: +91 4042333 or 4031122 Extn 2541
            +91 471 3129787  ( Mobile )
Fax:     +91 20 4042399
email : [EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to