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.
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.