Posted By:
shn_hj
Posted On:
Sunday, February 8, 2004 11:03 PM
hello,
am a newbie in struts..i want to include a run-time parameter in my html:link tag.Accordiing to the struts html:link syntax the following is valid.
paramProperty="tg_InternalId" paramId="tg_InternalId">
But my form is not populated.The populated bean is TaxGroupTo.Should i include the TaxGroupTo in paramName..
Even if included i am getting bean TaxGroupTo not found in any scope.even thougth i have imported the TaxGroupTo class
Can anyone suggest how i should go about it..if i should include the bean how should i go abt it..
Thanks in advance