What I can't understand is the fact,
that I have to have a "for="bogus" " on the outputText, to get the
value displayed:

            <t:column>
                <f:facet name="header">
                    <s:outputText value="Ort"/>
                </f:facet>
                <s:outputText for="bar" label="#{customer.address.city}"/>
            </t:column>


What is the reason? Or just a bug ?

-M

On 3/31/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
mmm,

mapping to
private final String QUERY_ALL = "select c from Customer c";

works...



On 3/31/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> hello,
>
> anyone using the latest table suggest ?
>
> My JPQL is returning a list sometimes the JSon string contains values;
> sometimes not...
>
> nothing happens :-)
>
> (I am on facelets...)
>
> -M
>
> --
> Matthias Wessendorf
> http://tinyurl.com/fmywh
>
> further stuff:
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>


--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com



--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to