Populate <html:text> field from a <bean:write> tag.

Posted by komidore64 on Stack Overflow See other posts from Stack Overflow or by komidore64
Published on 2010-06-17T17:26:36Z Indexed on 2010/06/18 4:43 UTC
Read the original article Hit count: 385

Filed under:
|
|

I want to populate a field from a session bean.

I attempted this:

`<html:text
    property="docId"
    value="<bean:write name="queryResponseBean" property="queryResults" />" />`

but to no avail.

thanks.

© Stack Overflow or respective owner

Related posts about html

Related posts about struts