You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Andreas Vombach <an...@psi.ch> on 2004/10/13 17:01:10 UTC

exclamation mark in column type

<table jwcid="table@contrib:Table" width="90%"
    source="ognl:@java.util.Locale@getAvailableLocales()"
    columns="Locale:toString(), Language, Country, Variant, ISO3Language, ISO3Country, !select"/>

I know this is an absolutely beginners issue, but what is the speciality with the !select exclamation mark?

Cheers Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: exclamation mark in column type

Posted by kd...@kcp.com.
Oh silly me, I didn't (a) notice that was the columns list (duh) and (b) 
realize that ! kept it from being sortable. Good to know!

Kevin

--
Kevin C. Dorff
IT Systems Engineer, Staff
National Nuclear Security Administrations Kirtland Operations
Operated by Honeywell Federal Manufacturing & Technologies, LLC
Phone: 505-844-3785
Fax: 505-844-3326
www.kcp.com



Markus Wiederkehr <as...@fantasymail.de> 
10/13/2004 09:07 AM
Please respond to
"Tapestry users" <ta...@jakarta.apache.org>


To
Tapestry users <ta...@jakarta.apache.org>
cc

Subject
Re: exclamation mark in column type






http://jakarta.apache.org/tapestry/doc/ComponentReference/contrib.Table.html:


Each column definition may be prefixed by the ! character, which
identifies the column as non-sortable.

Markus

On Wed, 2004-10-13 at 17:01, Andreas Vombach wrote:
> <table jwcid="table@contrib:Table" width="90%"
>     source="ognl:@java.util.Locale@getAvailableLocales()"
>     columns="Locale:toString(), Language, Country, Variant, 
ISO3Language, ISO3Country, !select"/>
> 
> I know this is an absolutely beginners issue, but what is the speciality 
with the !select exclamation mark?
> 
> Cheers Andreas
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org



Re: exclamation mark in column type

Posted by Markus Wiederkehr <as...@fantasymail.de>.
http://jakarta.apache.org/tapestry/doc/ComponentReference/contrib.Table.html:

Each column definition may be prefixed by the ! character, which
identifies the column as non-sortable.

Markus

On Wed, 2004-10-13 at 17:01, Andreas Vombach wrote:
> <table jwcid="table@contrib:Table" width="90%"
>     source="ognl:@java.util.Locale@getAvailableLocales()"
>     columns="Locale:toString(), Language, Country, Variant, ISO3Language, ISO3Country, !select"/>
> 
> I know this is an absolutely beginners issue, but what is the speciality with the !select exclamation mark?
> 
> Cheers Andreas
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: exclamation mark in column type

Posted by kd...@kcp.com.
"not" on a boolean field.

Kevin

--
Kevin C. Dorff
IT Systems Engineer, Staff
National Nuclear Security Administrations Kirtland Operations
Operated by Honeywell Federal Manufacturing & Technologies, LLC
Phone: 505-844-3785
Fax: 505-844-3326
www.kcp.com



Andreas Vombach <an...@psi.ch> 
10/13/2004 09:01 AM
Please respond to
"Tapestry users" <ta...@jakarta.apache.org>


To
Tapestry users <ta...@jakarta.apache.org>
cc

Subject
exclamation mark in column type






<table jwcid="table@contrib:Table" width="90%"
    source="ognl:@java.util.Locale@getAvailableLocales()"
    columns="Locale:toString(), Language, Country, Variant, ISO3Language, 
ISO3Country, !select"/>

I know this is an absolutely beginners issue, but what is the speciality 
with the !select exclamation mark?

Cheers Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org