Populate <html:text> field from a <bean:write> tag.
- by komidore64
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.