Yes, Tapestry creates the property, even if an abstract method does not exist. You can then use the property from ognl to bind a parameter of one of your components or set a Bean property or whatever.
Cheers,
Ron

ציטוט Steven Devijver:
Hey,

When I inject a value in a property that doesn't exist injection apparently fails silently.

public abstract class Home extends BasePage {
    public abstract Result getResult();
}

<inject property="resultxxxx" type="page" object="Result"/>

This code does not fail although the property does not exist. Is this expected behavior?

Steven Devijver
Senior consultant
@ Interface21
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to