-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: bridge-ext-2.0.0, bridge-ext-3.0.0, bridge-ext-5.0.0
-
Fix Version/s: bridge-ext-2.0.1, bridge-ext-3.0.1, bridge-ext-5.0.1
-
Component/s: Liferay Faces Bridge Ext
-
Labels:None
Steps to Reproduce:
1. Type the following at the command line:
mvn archetype:generate \
-DgroupId=com.mycompany \
-DartifactId=com.mycompany.my.jsf.portlet \
-DarchetypeGroupId=com.liferay.faces.archetype \
-DarchetypeArtifactId=com.liferay.faces.archetype.jsf.portlet \
-DarchetypeVersion=5.0.0 \
-DinteractiveMode=false
2. Type cd com.mycompany.my.jsf.portlet
3. Type mvn clean package
4. Copy the .war file under the target folder to the $LIFERAY_HOME/deploy folder
5. Add the com.mycompany.my.jsf.portlet portlet to a portal page
6. Reload the portal page
Expected Results:
Hello com.mycompany.my.jsf.portlet! (bold style)
Actual Results:
Hello com.mycompany.my.jsf.portlet! (not bold)