Search code examples
javaxpagesfaces-config

XPAGES : how have two faces-config which inherited one by one and the second keeps his specificities?


I have two bases :

Model A.ntf
Model B.ntf which inherited of A
Base B1.nsf from B

I have a faces-config in A and B, but i'd like change the faces-config of B. I can't do that because when i change it and update design, the faces-config became as it is at first...

So, i'd like use a file in the ressources to include a piece of faces-config by this way.

But what is the code to do that ?

An idea ? or another thinks to do ?

thanks


Solution

  • In fact, I add all my managed-bean in the first faces-config. And it's ok. Simple ! It's inherited for all my bases and there is no problem in the base or models which the class are not create if they aren't called ! thanks for all !