Questions tagged [uiinclude]

JSF/Facelets tag to include a composition.

The <ui:include> is a Facelets tag which allows you to include a composition.

78 questions
0
votes
1 answer

Creating a wizard using ui:include, rich:popupPanel and navigation-rules

I am trying to build a wizard using ui:include in a RichFaces 4 popupPanel and navigation-rules in the faces-config.xml, but on completing the actions in the backing bean, the page does not navigate to the target page. I have checked to ensure that…
Joegis
  • 1
  • 2
0
votes
0 answers

AutoComplete throwing nullpointer when in ui:include code

I am using a PrimeFaces autoComplete box in my code. I have used this components in various places in my application with no problem. When I have it in a block of code that is dynamically included via ui:include, I get: 14:32:30,115 SEVERE…
SteveS
  • 1,008
  • 3
  • 18
  • 32
-1
votes
1 answer

Facelet component ui:composition not passing value to Managed bean

I have a page with four parts (header, menu, content and footer); I used ui:include for that. In the content part, there is an inputText and a commandButton (submit). When I press the submit button, the inputText value I entered is not passed to the…
subhakar patnala
  • 319
  • 1
  • 4
  • 15
1 2 3 4 5
6