I am trying to implement the following:
<jbpm:dataform>
<f:facet name="header">
<h:outputText value="Permanent Address">
<h:outputLink value="" title="Make same as present">
<h:outputText value="(same as present)"/>
</h:outputLink>
</h:outputText>
</f:facet>
But I am getting
(same as present)Permanent Address
instead of
Permanent Address(same as present)
Typically I should get first what I write first and not its reciprocal
Can anyone solve this problem??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155917#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...