ur properties file, so its good for internationalization too.
Jasper
-Original Message-
From: Peter Dawn [mailto:[EMAIL PROTECTED]
Sent: donderdag 31 augustus 2006 4:13
To: tapestry-user@jakarta.apache.org
Subject: Retrieving table column names
guys,
i am running into this problem within my web a
r_password, lblsomevalue:some_value" and than place the
lbl.. in your properties file, so its good for internationalization too.
Jasper
-Original Message-
From: Peter Dawn [mailto:[EMAIL PROTECTED]
Sent: donderdag 31 augustus 2006 4:13
To: tapestry-user@jakarta.apache.org
Subject: Retrievi
so should i change the current implementation. or can i edit it.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi Peter.
You're looking for the PropertySelection component and IPropertySelectionModel:
http://tapestry.apache.org/tapestry3/doc/ComponentReference/PropertySelection.html
Cheers,
Nick.
Peter Dawn wrote:
guys,
i am running into this problem within my web app. please help me. i am
using tap3
why cant i just put all the output into a array or a list. and then
just manually do a replace on each term. i think this might work.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
and can this output to a drop down menu. i am not using a table within my html
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
i also looked at the source code for the generated page. the option
tag looks like this.
user_username
so essentially, the information sent back is the index of the column
and not the actual column name. i thought it would be like this,
user_username
didnt work. this thing would work if i had a contribtable and i could
specify the table header names in the corresponding properties file
but unfortunately not here.
i am still working on it though.
-
To unsubscribe, e-mail: [EM
Why don't you consider using @PropertySelection and implement the
IPropertySelectionModel which will wire up to your table columns.
On 8/31/06, Peter Dawn <[EMAIL PROTECTED]> wrote:
guys,
i am running into this problem within my web app. please help me. i am
using tap3.
now i am retrieving co
so i dont need to do anything within my java or html file. just within
my properties file, i need to associate each column name with a
corresponding text. and it would display the text but the underlying
functionality would still be the same.
i remember doing something like this for the foreach l
---
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/Retrieving-table-column-names-tf2194011.html#a6072165
Sent from the Tapestry - User forum at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
guys,
i am running into this problem within my web app. please help me. i am
using tap3.
now i am retrieving column name information from my tables and
displaying to the user in drop down menus. i retrieve the data using
List columns = new ArrayList();
int columnSize = columns.;
while (rsColumns
12 matches
Mail list logo