Follow Lance, he knows the way.  I use JSTL whenever I can.  I also use
Struts-EL to give Struts a dash of JSTL's expression language flavor.

On 7/27/06, Lance <[EMAIL PROTECTED]> wrote:

You can also use JSTL c:out tag

<c:out value="${formName.propertyName}" />

Using The JSTL tags means you no longer require struts-bean or
struts-logic.
You'll find jsp coding much less verbose and easier to read.
(see http://java.sun.com/products/jsp/jstl/)

-----Original Message-----
From: Meenakshi Singh [mailto:[EMAIL PROTECTED]
Sent: 27 July 2006 07:35
To: 'Struts Users Mailing List'
Subject: RE: very urgent

Hi,

You can use
title='<bean:write name="xxx" scope="request" />'

Thanks & Regards,
MS.

-----Original Message-----
From: Abhimanyu Koul [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 27, 2006 11:49 AM
To: Struts Mailing list
Subject: very urgent


hi all!
I want to print the value of  a  variable in the formbean in request scope
inside a string in a jsp file.
eg.
title="---- the value of the variable------"
do i need to use bean : write . if yes how as I am not able to do it .

Thanks and Regards,
Abhimanyu Koul




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




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


Reply via email to