Hi,

How do i call a jsp usebean property value in another jsp tag?
Problem Case:
I have an html:hidden element and I want to replace
"<%=transBean.getTransID()%>" by using <jsp:getProperty name="mybean"
property="transID"/> in below statement,

   <html:hidden   property="<%=transVar%>"
value="<%=transBean.getTransID()%>" />

I failed to get the result by coding the below statement:

<html:hidden   property="<%=transVar%>" value="<jsp:getProperty
name="mybean"   property="transID"/> " />
The jsp is not parsing the statement full.

TAI
RAYAKU


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to