I created a facelet tag and faced the problem that ivy components can not be rendered. Following are the steps which I created and used facelet tag:

  1. Create file template alt text
  2. Create file xml tag lib alt text
  3. Register the context-param FACELETS_LIBRARIES with xml file in web.xml config alt text
  4. Use the facelet tag on the page alt text
  5. Result alt text

I realized that whenever I register the context-param FACELETS_LIBRARIES with xml file in web.xml config, the ivy components can not work. Do you have any idea for this problem?

asked 17.08.2018 at 03:49

dangnguyen's gravatar image

dangnguyen
(suspended)
accept rate: 0%


The ivy component is no more rendered as your context parameter in the web.xml seems to override the defaults supplied in [designer]/webapps/ivy/WEB-INF/faces-config.xml

To register your tag you could enrich the existing config files of the Axon.ivy product.

link

answered 17.08.2018 at 04:32

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

Hi Requel, Firstly, thank for your answer. Where could I enrich the config files of the Axon.ivy product?

(17.08.2018 at 04:42) dangnguyen dangnguyen's gravatar image

Just modify the files in your product [designer]/webapps/ivy/WEB-INF/faces-config.xml . And maybe also [designer]/webapps/ivy/WEB-INF/facelets/tags . Once you have a working solution you should think about automating that modification with a script so that other devs and production deployments can be done with it.

(17.08.2018 at 06:05) Reguel Werme... ♦♦ Reguel%20Wermelinger's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×147
×79
×4

Asked: 17.08.2018 at 03:49

Seen: 1,966 times

Last updated: 17.08.2018 at 06:05