I'm not sure why this would cause a problem. So looking at your code, you're
saying that the titles for BeanForm "bf" print correctly, but the title for
BeanForm "bf_inner" doesn't? Or neither of them work?

What do you mean by "all I see is the [PROPERTY_NAME] coming out"?

As an aside, what is the following binding on "bf_inner" supposed to be
doing?

          text="literal:possibility"


On 1/11/07, Steve Wells <[EMAIL PROTECTED]> wrote:

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