Re: Can't insert picture on a XSSFWorkbook

2012-01-20 Thread Felipe Issa
too many lists. Sry about that Em 20/01/2012 10:13, Christian Grobmeier escreveu: wrong list, use u...@poi.apache.org instead Cheers Christian - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional comman

Can't insert picture on a XSSFWorkbook

2012-01-20 Thread Felipe Issa
Hi. I'm using apache poi 3.8 beta 5 (20111217) and i can't get it to insert a picture on a XSSFWorkbook. It works just fine when i try to insert it on a HSSFWorkbook, but when i change the type of the file it doesn't show anything on the sheet. Does anyone knows how to fix this? Is it a bug?

Re: getText returns NULL when formating number using l10n

2011-11-22 Thread Felipe Issa
It's not a definitive solution, but it works. Thanks Li Ying! Em 21/11/2011 23:07, Li Ying escreveu: or you can do the null check in the jsp code, before you create the param list for the format string. Code like: 2011/11/22 Felipe Issa: Hi. I'm trying to internationalize my a

getText returns NULL when formating number using l10n

2011-11-21 Thread Felipe Issa
Hi. I'm trying to internationalize my application, and for that i need to use the struts l10n. I have managed to parse the number according to the user locale, but I'm having some troubles to display the number using the user locale. On Struts 2 documentation it says: "to input a number, one