Thursday, March 17, 2005
Tapestry: accessing validators from components
binding name="validator" expression="page.global.validXXX"
This works for accessing all global data from components, use judicisouly, as components make assumptions about page they're in
Comments:
<< Home
Also works for accessing DAOs
property-specification name="phoneContext"
type="org.sipfoundry.sipxconfig.phone.PhoneContext"
initial-value="page.global.phoneContext"
Post a Comment
property-specification name="phoneContext"
type="org.sipfoundry.sipxconfig.phone.PhoneContext"
initial-value="page.global.phoneContext"
<< Home