You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Richard Reyes <ri...@gmail.com> on 2005/02/28 07:59:31 UTC

help with bean:write

Hello Guys,

Please advise....

I have this code below... and i need to add the username property to
the javascript.

<td align="right" bgcolor="#ffffff"> 
               <bean:write name="idRuser" property="username"/>&nbsp;
                <html:button property="btnDelete" value="Delete" 
               
onclick="document.location.replace('delete-ruser.rr?ruser='+<bean:write
name="idRuser" property="username"/> )" />
</td>

thanks
richard

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


Re: help with bean:write

Posted by Richard Reyes <ri...@gmail.com>.
fyi

this http://www.jguru.com/faq/view.jsp?EID=993519 did the trick.


On Mon, 28 Feb 2005 14:59:31 +0800, Richard Reyes
<ri...@gmail.com> wrote:
> Hello Guys,
> 
> Please advise....
> 
> I have this code below... and i need to add the username property to
> the javascript.
> 
> <td align="right" bgcolor="#ffffff">
>                <bean:write name="idRuser" property="username"/>&nbsp;
>                 <html:button property="btnDelete" value="Delete"
> 
> onclick="document.location.replace('delete-ruser.rr?ruser='+<bean:write
> name="idRuser" property="username"/> )" />
> </td>
> 
> thanks
> richard
>

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