[jboss-user] [JBoss jBPM] - h:outputLink related problem

varundoda do-not-reply at jboss.com
Thu Jun 5 06:17:42 EDT 2008


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#4155917

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155917



More information about the jboss-user mailing list