cedric
cedric

Reputation: 3147

Mojarra for JSF Encoding

Can anyone teach me how to use mojarra to encode my JSF files. I downloaded mojarra and expected some kind of jar but what i had downloaded was a folder of files i don't know what to do with

Upvotes: 0

Views: 791

Answers (1)

BalusC
BalusC

Reputation: 1108782

You can find jsf-api.jar and jsf-impl.jar in the lib folder. That are the Mojarra JAR's.

By the way, I do not quite understand what you mean with "JSF encoding". That makes at its own no sense. Mojarra is just the Sun-provided basic JSF implementation.

Upvotes: 1

Related Questions