You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Maris Orbidans <M....@datapro.lv> on 2002/02/21 18:35:24 UTC

Struts tag for label

hello

What if I want to just display some property of form bean (without any
input field) ?
Is there a tag for it ?


thanx in advance

Maris Orbidans
Data Pro


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Struts tag for label

Posted by Martin Fekete <fe...@zoznam.sk>.
<bean:write name="yourFormBeanName" property="yourProperty" />

work's fine for me ...

Feky

PS: don't forget bean taglib directive ...

----- Original Message -----
From: "Maris Orbidans" <M....@datapro.lv>
To: "Struts Users Mailing List" <st...@jakarta.apache.org>
Sent: Thursday, February 21, 2002 6:35 PM
Subject: Struts tag for label


>
> hello
>
> What if I want to just display some property of form bean (without any
> input field) ?
> Is there a tag for it ?
>
>
> thanx in advance
>
> Maris Orbidans
> Data Pro
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Struts tag for label

Posted by Jay sissom <js...@toybox.uits.indiana.edu>.
http://jakarta.apache.org/struts/doc-1.0.2/api/org/apache/struts/taglib/bean/package-summary.html#doc.Output

<bean:write property="beanProperty"/>

Jay

On Thu, 21 Feb 2002, Maris Orbidans wrote:

> 
> hello
> 
> What if I want to just display some property of form bean (without any
> input field) ?
> Is there a tag for it ?
> 
> 
> thanx in advance
> 
> Maris Orbidans
> Data Pro
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>