Fórum

ResourceMapping not generated in RF project

Christophe Noel, modificado 10 Anos atrás.

ResourceMapping not generated in RF project

Junior Member Postagens: 99 Data de Entrada: 28/09/12 Postagens Recentes
Hello,

In version 6.1.2 GA3 (Liferay / SDK / ...), the context parameter for richfaces resource mapping is not generated in the web.xml:

 <!-- Enable RichFaces Resource Mapping -->
        <context-param>
                <param-name>org.richfaces.resourceMapping.enabled</param-name>
                <param-value>true</param-value>
        </context-param>


Therefore, I don't see how Richfaces could work without that.

Is it a mistake somewhere (and fixed in 6.2) or could my environment be the cause ?

Thanks for your support !

Christophe.
thumbnail
Juan Gonzalez, modificado 10 Anos atrás.

RE: ResourceMapping not generated in RF project

Liferay Legend Postagens: 3089 Data de Entrada: 28/10/08 Postagens Recentes
What Liferay Faces version are you using?

Richfaces version?
Christophe Noel, modificado 10 Anos atrás.

RE: ResourceMapping not generated in RF project

Junior Member Postagens: 99 Data de Entrada: 28/09/12 Postagens Recentes
Hello,

Liferay Plugin SDK 1.6.2 GA3 uses the following libraries:
- Richfaces: 4.3.2.Final
- Liferay Faces Bridge : 3.1.3-ga4

Thanks,
Christophe.
thumbnail
Vernon Singleton, modificado 10 Anos atrás.

RE: ResourceMapping not generated in RF project

Expert Postagens: 315 Data de Entrada: 14/01/13 Postagens Recentes
Christophe Noel:
Is it a mistake somewhere (and fixed in 6.2) or could my environment be the cause ?


Hi Christophe,

Thanks for reporting this issue.
I was able to reproduce this, so do not worry, you are doing nothing wrong that I can see.

You can click the watch link on the following page to get a notification of the resolution for this issue:
https://issues.liferay.com/browse/IDE-1313

Hope that helps,
Vernon
Christophe Noel, modificado 10 Anos atrás.

RE: ResourceMapping not generated in RF project

Junior Member Postagens: 99 Data de Entrada: 28/09/12 Postagens Recentes
Thanks a lot for your quick response.
Really fast fix too ! emoticon

Regards,

Christophe.