Re: Retrieving table column names

2006-08-31 Thread Nick Westgate
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

RE: Retrieving table column names

2006-08-30 Thread Jasper Huzen
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

Re: Retrieving table column names

2006-08-30 Thread Peter Dawn
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]

Re: Retrieving table column names

2006-08-30 Thread Nick Westgate
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

Re: Retrieving table column names

2006-08-30 Thread Peter Dawn
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]

Re: Retrieving table column names

2006-08-30 Thread Peter Dawn
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]

Re: Retrieving table column names

2006-08-30 Thread Peter Dawn
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

Re: Retrieving table column names

2006-08-30 Thread Peter Dawn
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

Re: Retrieving table column names

2006-08-30 Thread Karthik N
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

Re: Retrieving table column names

2006-08-30 Thread Peter Dawn
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

Re: Retrieving table column names

2006-08-30 Thread Mind Bridge
--- > 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]

Retrieving table column names

2006-08-30 Thread Peter Dawn
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