>>>>> "Larry" == Larry Maturo <Maturo> writes:

    Larry> Hi David,
    Larry> I have tried endless variations of the hidden variable
    Larry> in each row trick you suggested.  It seems like it should
    Larry> be very simple, but each time I run into the problem of 
    Larry> the variable I pass in to "value" does not get evaluated,
    Larry> instead it comes through in the html as the literal I
    Larry> pass in to it.  Below is an example of what I have 
    Larry> tried doing.  As you can see, I have put two variations
    Larry> of the variable I am trying to use in the table to make
    Larry> sure that part is working, and it is.  Can I ask you how 
    Larry> you got this to work?

    Larry> Thank you in advance for any help.

    Larry>                  <html:hidden property="theOrgId" value="orgId" /> 

Read the taglib documentation for this tag.  The "value" attribute specifies
the exact value, not a variable name.  If you want to get the value from a
bean, you would most likely be using the "name" and "property" attributes.
>From your code, it's not clear to me exactly what bean or property you want
here.

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]


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

Reply via email to