Hi,

Bit of extreme BF'ing here.  Titles are not printing; be it dynamically or
literally when I do something of the form:

form
   beanform1
   for (iterate over a list)
       new beanform from each list item

All I see is the [PROPERTY_NAME] coming out.

Detailed Code as follows:

<form jwcid="[EMAIL PROTECTED]" delegate="bean:delegate"
   clientValidationEnabled="ognl:false">

   <table jwcid="[EMAIL PROTECTED]:BeanForm" bean="prop:vote"

properties="literal:question=TextArea,explaination=TextArea,expiresOn"
       _title="ognl:messages.getMessage(components.bf.property.name +
'_title' )">
   </table>

   <span jwcid="@For" source="ognl:vote.possibilityList"
value="prop:possibility">
        <table jwcid="[EMAIL PROTECTED]:BeanForm" bean="prop:possibility"
           properties="text"
           text="literal:possibility"
           text_title="literal:possibility text">
          </table>
   </span>
   <input jwcid="[EMAIL PROTECTED]" value="literal:create Vote"
listener="listener:createVote"/>
</form>

Any ideas?

Thanks,

Steve

Reply via email to