dataTable question

2005-12-08 Thread hilz
Hi I have a dataTable where the data is a list of objects... now if in my table, i have something like this: h:dataTable var=currentRow h:column ... h:outputText ... value=#{currentRow.unitPrice}/ the objects in the list associated with the table have a method public

Re: dataTable question

2005-12-08 Thread hilz
hilz wrote: Hi I have a dataTable where the data is a list of objects... now if in my table, i have something like this: h:dataTable var=currentRow h:column ... h:outputText ... value=#{currentRow.unitPrice}/ the objects in the list associated with the table have

f:verbatim problem

2005-12-07 Thread hilz
Hi all... I have the following dataTable: h:dataTable binding=#{CreateInstance.dataTable1} id=dataTable1 value=#{CreateInstance.dataTable1Model} var=currentRow f:verbatim colgroup col width=200px/ col width=200px/ col width=200px/ col width=500px/

Re: f:verbatim problem

2005-12-07 Thread hilz
[EMAIL PROTECTED] wrote: news [EMAIL PROTECTED] wrote on 12/07/2005 02:46:07 PM: Hi all... I have the following dataTable: h:dataTable binding=#{CreateInstance.dataTable1} id=dataTable1 value=#{CreateInstance.dataTable1Model} var=currentRow f:verbatim

Re: f:verbatim problem

2005-12-07 Thread hilz
[EMAIL PROTECTED] wrote: news [EMAIL PROTECTED] wrote on 12/07/2005 03:39:11 PM: Thanks for the answer Geeta Adding them in the h:column will show up in the html file, but it won't give the results i want. the table looks weird if i do that... I think the style suggestion is

Re: f:verbatim problem

2005-12-07 Thread hilz
Paul and Geeta... thank you s much After Paul's explanation of Geeta's solution, i was able to get it to work using the columnClasses Now i can control every column's width separately... Thank you so much for the patience it is all appreciated :)

Re: h:outputLink question

2005-12-04 Thread hilz
problem. Would you please be kind enough and provide me with a link or something of the sort I am kind of new to this area and would appreciate any help. thanks Hilz

h:outputLink question

2005-12-03 Thread hilz
Hi all... I have a h:outputLink element where the link points to an XML file. when a user clicks the link in the browser, the XML file is opened. I want to make it in such a way that when the user clicks on the link, it saves the file on the client (by opening the save as dialog). Does anyone