How to replace the value of skin parameter on the fly in Richfaces 4.3?
问题 We have 2 applications: client application and admin application. User in admin application can change theme of client application. If theme contains image and skin then it is doable. Image servlet is using for reading image from DB on the fly and skin is changing dynamically. I have already implemented it. Task is more complicated : admin should have the possibility to customize ANY of the skin's parameters. Environment : JSF 2, RichFaces 4.3 We can save parameters and create new skin file,