Hi, I don't know if what you are trying to do can de done without a scriptet code. If you don't care about using scriptlet you could write something like:
<bean:define id="bankCode" name="customerResults" property="bankID"/> <%=customerResults.banks(bankCode)%> Best wishes, Andras. > -----Original Message----- > From: Strichartz, Beth [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 18, 2001 3:41 PM > To: [EMAIL PROTECTED] > Subject: Help with bean:write\bean:define whn property requires an > argumen t > > > Hi, > > I need to call a method in my Formbean that returns an object but, requires > a string as an argument > > For example: > > <bean:define id="bankCode" name="customerResults" property="bankID"/> > > <bean:write name="customerResults" property="banks(bankCode)" > filter="true"/> > > > How can I pass arguments ?? or cant I? > > Thanks...please help -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

