You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by st...@pandora.be on 2004/02/20 12:05:59 UTC

html:text question

Question,
how can i add the test value to the html:text like below

<bean:define id="test" name="testForm" property="testers.testerName"/>	
<html:text name="username" value='<bean:write name="test"/>'/>

but this is not working, any idea ?
thks





---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: html:text question

Posted by Rahul Mohan <ra...@pune.tcs.co.in>.
answer,
U cant nest tags!

either use html-el for getting the value or use scriptlets....


----- Original Message ----- 
From: <st...@pandora.be>
To: <st...@jakarta.apache.org>
Sent: Friday, February 20, 2004 4:35 PM
Subject: html:text question


> Question,
> how can i add the test value to the html:text like below
> 
> <bean:define id="test" name="testForm" property="testers.testerName"/> 
> <html:text name="username" value='<bean:write name="test"/>'/>
> 
> but this is not working, any idea ?
> thks
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org