Re: Formating outputText

2006-01-03 Thread Vladimir Coutinho
I'm trying to output a row of a table and I need a diferent format. There is a way to use a function to format the output in jsf?On 1/3/06, Simon Kitching [EMAIL PROTECTED] wrote:On Mon, 2006-01-02 at 15:41 -0300, Vladimir Coutinho wrote: I'm trying to use a function to format the text of the

Re: Formating outputText

2006-01-03 Thread gramani
Vladimir Coutinho [EMAIL PROTECTED] wrote on 01/03/2006 03:43:59 PM: I'm trying to output a row of a table and I need a diferent format. There is a way to use a function to format the output in jsf? On 1/3/06, Simon Kitching [EMAIL PROTECTED] wrote: On Mon, 2006-01-02 at 15:41 -0300,

Re: Formating outputText

2006-01-03 Thread Mike Kienenberger
You should use a converter to perform the formatting for you. A couple of links that a quick google search turned up. http://www.laliluna.de/assets/tutorials/jsf-converter-en.pdf http://www.jsf-faq.com/faqs/faces-conversion.html -- see the More details: section at the bottom. On 1/3/06, [EMAIL

Formating outputText

2006-01-02 Thread Vladimir Coutinho
I'm trying to usea function toformatthe text oftheoutputText:h:outputText value=#{util.text.FormatText.formatCNPJ_CPF(c.CNPJ_CPF)}/ But I'm having the following error: javax.servlet.ServletException: Invalid _expression_: '${util.text.FormatText.formatCNPJ_CPF(c.CNPJ_CPF)}' Could someone help

Re: Formating outputText

2006-01-02 Thread Simon Kitching
On Mon, 2006-01-02 at 15:41 -0300, Vladimir Coutinho wrote: I'm trying to use a function to format the text of the outputText: h:outputText value=#{util.text.FormatText.formatCNPJ_CPF(c.CNPJ_CPF)}/ But I'm having the following error: javax.servlet.ServletException: Invalid expression: