To correct the first post it should have appeared as follows
| <h:form>
| <h:outputLabel for="name" value="Customer's
name: "/>
| <h:outputText id="name"
value="#{registration.customer.fullname}"/>
| <br/><br/>
| <h:outputLabel for="fair" value="Fair: "/>
| <h:commandLink id="fair"
value="#{registration.fair.title}"
action="#{advertManager.beginApplication(registration)}"/>
| <br/><br/>
| <h:outputLabel for="category" value="Product
category: "/>
| <h:outputText id="category"
value="#{registration.category.title}"/>
| <br/><br/>
| </h:form>
|
Changing to s:link does not help either
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018911#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...