Festus Tamakloe
Festus Tamakloe

Reputation: 11310

How to customize and personalize a jsf pages without ADF MDS?

I'am using Jdeveloper(12.1.2 & 12.1.3) since 2 years and untill now i use ADF MDS to customize and personalize my jsf pages.

Now i have to "customize and personalize my jsf pages" without ADF.

My questions:

  1. Is there a tools or framework which could help me to solv my issue?
  2. Does somebody deal already with this issue?
  3. What it's JSF own approach on this issue?

Thanks

Upvotes: 0

Views: 171

Answers (1)

Shay Shmeltzer
Shay Shmeltzer

Reputation: 3721

There is no equivalent declarative way of doing this in JSF - you'll have to write Java code that will do all of this for you and change your pages at runtime - Why wouldn't you use MDS for this?

Upvotes: 1

Related Questions