>>>>> "Peter" == Peter Pilgrim <[EMAIL PROTECTED]> writes:

    Peter> In Struts 1.1

    Peter> RequestUtils.populate ( BeanUtils.populate) does not seem to be populate
    Peter> my action forms which explicityly have a mapped attributes.

    Peter> I defined a bean like this

    Peter>    public CcyItem getCurrenyItem( String ccy ) {
    Peter>       return (CcyItem)mapItem.ge( ccy );

    Peter> In my JSP I wrote a HTML Input Text field like so

    Peter> <html:text property="currencyItem(USD).amountAsText"  size="10" 
maxlength="20" />

    Peter> but it does not work because I think that Struts 1.1 does not populate 
mapped properties!

    Peter> Is it me or is it Struts?
    Peter> Can someone else verify that it is working?

Just in case, did you paste in this code from your actual code, or did you type
it in directly?  If this is pasted from your code, then you might want to
change "getCurrenyItem" to "getCurrencyItem".

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