Hi

I am trying to use few ASO's so share data across the pages. I have declared the following, but looks like if one gets a value, the second varaible also gets the same value. Is it not possible to define different ASO's of same type?



@ApplicationState
private String enterprisePrice;
        
@ApplicationState
 private String clientPrice;

i saw this in the T5 website

"Any other component or page that declares a field of the same type, regardless of name, and marks it with the ApplicationState annotation will share the same value. " . So is it not possible to have two different ASO's os same type?

Thanks!

Anjana Gopinath

[EMAIL PROTECTED]





Reply via email to