On 7/18/05, Rick Reumann <[EMAIL PROTECTED]> wrote: > To me, this is very confusing. Why doesn't the html:property tag perform > the same kind of logic as JSTL does? I would think I should be able to > just do... > > <html:text property="metadataObjectsMap['2'].metadataTypeID}"> > > and not need to create a new accessor method name and the odd syntax (x) ? >
This is likely to be an artifact that the expression language syntax used by <html:text> and friends, inherited from Commons BeanUtils, preceeded the existence of the expression language used in JSTL by a couple of years. JSTL's (and JSF's ... uses the same evaluation engine) expression languages are much more powerful and complete. > Rick Craig --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]