Integrating Omega Template into existing Maven project: Menu not rendering, Menubutton not working. #1428
Unanswered
jakob-osl
asked this question in
PrimeFaces Templates
Replies: 1 comment 4 replies
-
Have you followed the Omega documentation? https://primefaces.org/omega/documentation.xhtml |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context:
I bought the Omega template for Primefaces with the goal to use it in my existing Spring/JSF/Primefaces application.
First of all, I didn't find good documentation for that and as I am not very familiar with Primefaces I was a bit overwhelmed.
However I got to get something working by following steps from an old dropbox tutorial:
This is what I did:
The first problem I encountered was that template.xhtml was using the java class GuestPreferences, so I just added that as well to fix that.
Current problem:
I can start my application without any problems and view the page empty.xhtml.
However, on the left side the menu isnt showing and in the profile section, I dont see any profile links like "Account" or "Notifications" specified in the template for sidebar.
Additionally the button to toggle the sidebar isnt working, nothing happens when I press it.
Questions:
First of all, is my way of integrating Omega into my project the right way to do it? Is there any Documentation I wasn't able to find?
How can I debug my Problems? Where can I look for causes? I just don't know how I can solve this by my self as I also wasn't able to find anything helpful online any I am not very fluent in web development.
I would be very helpful if someone is able to help me because I find it a bit frustrating to buy such a product and then not being able to use it correctly. Maybe it's just my stupidity but necessary explanations / docs are missing in my opinion.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions