Henry Chang-5 wrote:
>
>
> I would like to have a <tr:commandLink> and other text messages to appear
> on
> the same line of a page. I use the following:
> <tr:panelPage>
> <p>Please login <tr:commandLink text="here" action="login" />.</p>
> </tr:panelPage>
>
>
try panelHorizontalLayout like (errors included!)
<tr:panelHorizontalLayout valign="top">
<f:facet name="separator">
<tr:spacer width="10" height="1"/>
</f:facet>
<p>Please login<p>
<tr:commandLink text="here" action="login" />
<p>.</p>
</tr:panelHorizontalLayout>
don't know if <p> is necessary around text.
best wishes,
ido
--
View this message in context:
http://www.nabble.com/How-to-layout-the-page-with-commandLink--tp18353181p18356642.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.