if this is in a <html:form> tag, which it would need to be

then just use <html:text property="functionName" size="15"/>

this will automatically populate the bean providing there is a
getFunctionName() method in your form

Regards
Steve
----- Original Message -----
From: "Kalaiselvan" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, October 07, 2002 2:24 PM
Subject: Problem when writing bean value into textbox


Hii

<html:text property="functionName" size="15"  value="<bean:write
name="function" scope="request" property="functionName"/>"
/>
Its not working.  How can i write ( set ) the bean value for my textbox

<input type="text" size="15" name="functionName" value="<bean:write
name="function" scope="request" property="functionName"/>">

Its working.

May be it will be very simple.  But i couldnt get the solution yet.
Any suggestion will helpe me better.

Thanx
Kalaiselvan.



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

Reply via email to