Accessing Simple Properties

Lets us first take a look at a simple property reference within a tag:

property="url"

This is converted to a method call on the corresponding bean. Based on standard JavaBeans naming conventions, our example would do a call to the method getUrl().