Re: Export datatable to excel problem with pagination

2008-11-04 Thread Ayub Khan
Check out this link http://www.jroller.com/mert/entry/jsfexcelcreator_is_now_in_jsf Hope it helps --Ayub On Wed, Nov 5, 2008 at 11:07 AM, mrfarhankhan <[EMAIL PROTECTED]>wrote: > > Actually i am using JSF 1.2, and downloaded the latest Tomahawk and sandbox > 1.1.7 libs. But i did not find any e

Re: Export datatable to excel problem with pagination

2008-11-04 Thread mrfarhankhan
Actually i am using JSF 1.2, and downloaded the latest Tomahawk and sandbox 1.1.7 libs. But i did not find any exportActionListener component in the sandbox. So ??? Farhan ! Cagatay Civici wrote: > > Instead of this, > > Try the exportActionListener, so you dont need to write any java code:)

Tomahawk & Spring Webflow : enctype="multipart/form-data" doesnt work

2008-11-04 Thread djohnjimmy
My uploadedFile is null. If I put the then the page never goes to the next view. If the enctype="plain/text" then it navigation works but the uploadedFile is null. Environment : Spring WebFlow : 2.0.3.Release Myfaces : 1.2.4 Tomahawk : 1.1.6 tomahawk-facelets (google project) : 1.1.6.2 We

Re: [TOBAGO,BUG] better description what went wrong

2008-11-04 Thread GroovieMan
Salut Volker, for the first, thanks for your help. Your example runs perfect and i am beginning to understand, what went wrong in my code/head. There's another feature i need, cause some lines, that have to act like section will span over some columns (like colspan in html). This will cause an i

FMT messages in Facelets

2008-11-04 Thread m4rkuz
Hi every one, I'm trying to migrate to facelets (from JSPs) my project before is to late, I've found that this is sometimes easy but I Still have dificulties, like changing all my to use something like message['key.key'], because my old fmt: tags did not work on my new facelets pages. My questio

Problem with h:dataTable styling

2008-11-04 Thread laredotornado
Hi, I'm using MyFaces 1.1.5. Does anyone know how to make a dataTable's main header row class different from that of the cell's header rows? For example, if you look at the screen shot http://screencast.com/t/T7sN6r3B I want the "Results 1-20" row to have a different class than the row with the

[OT] ApacheCon live video streaming available; keynotes and Apache 101 are free

2008-11-04 Thread Manfred Geiler
Can't make ApacheCon this week in New Orleans? You can still watch all the keynotes, Apache 101 sessions, and system administration track in live video streams: http://streaming.linux-magazin.de/en/program_apacheconus08.htm?ann Keynotes and the Apache 101 lunchtime sessions are free; the full

Re: [TOBAGO,BUG] better description what went wrong

2008-11-04 Thread Volker Weber
Hi Groovie, 2008/11/4 GroovieMan <[EMAIL PROTECTED]>: > > Salut Volker, > > (1) sorry to say this, but i need exactly an altering rendering > of different controls. My job is to bring an Excel-Sheet > into a web application, so -hello- the source (was) excel. This should be possible with tc:sheet

Re: Export datatable to excel problem with pagination

2008-11-04 Thread Cagatay Civici
Instead of this, Try the exportActionListener, so you dont need to write any java code:) http://myfaces.apache.org/sandbox/tlddoc/index.html showDisplayedPageOnly attribute tunes the amount of data to be exported. It also support pdf and excel exporting. Cheers, Cagatay On Tue, Nov 4, 2008 a

Re: Export datatable to excel problem with pagination

2008-11-04 Thread mrfarhankhan
I am using the following code. Am i missing something ? public void exportHtmlTableToExcel() { String filename = "test.xls"; // Setup the output String contentType = "application/vnd.ms-excel"; FacesContext fc = FacesContext.

Re: Export datatable to excel problem with pagination

2008-11-04 Thread Cagatay Civici
Are you using the export actionlistener? On Tue, Nov 4, 2008 at 9:33 AM, mrfarhankhan <[EMAIL PROTECTED]> wrote: > > Hi ! > > I am following the following link to export my datatable to excel > http://wiki.apache.org/myfaces/Exporting_DataTable_To_MS-Excel > > The problem is that I am using pagin

RE: [tomahawk] single checkboxes are rendered inside label tags

2008-11-04 Thread Michael Heinen
-Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Dienstag, 4. November 2008 13:06 To: MyFaces Discussion Subject: Re: [tomahawk] single checkboxes are rendered inside label tags Michael Heinen schrieb: > > I recently updated tomhawk 1.1.5 to 1.1.7 and noticed that s

Re: Problem with the My Faces Wagon Plugin

2008-11-04 Thread Bernd Bohmann
Hello Praveen, can you use a relative inputDirectory target/gbi_backups. And can you send the debug output mvn -X Regards Bernd Durbha, Praveen (GE Healthcare) schrieb: > Hi, > > I am having a problem using the Wagon Plugin as described here > > http://myfaces.apache.org/wagon-maven-plugin/

Re: [TOBAGO,BUG] better description what went wrong

2008-11-04 Thread GroovieMan
Salut Volker, (1) sorry to say this, but i need exactly an altering rendering of different controls. My job is to bring an Excel-Sheet into a web application, so -hello- the source (was) excel. Finally, it is not a true table that needs to be transfered. It is called a sheet, with a head, some g

Re: [tomahawk] single checkboxes are rendered inside label tags

2008-11-04 Thread Simon Kitching
Michael Heinen schrieb: > > I recently updated tomhawk 1.1.5 to 1.1.7 and noticed that single > checkboxes are rendered inside an additional label tag. > > The html output is now: > > > > foo > > > > > > Why is this additional label tag rendered in 1.1.7? > > Is there any benefit? > I believe

[tomahawk] single checkboxes are rendered inside label tags

2008-11-04 Thread Michael Heinen
I recently updated tomhawk 1.1.5 to 1.1.7 and noticed that single checkboxes are rendered inside an additional label tag. The html output is now: foo Why is this additional label tag rendered in 1.1.7? Is there any benefit? It is in class org.apache.myfaces.renderkit.html.extHtmlC

Re: Myfaces portlet bridge

2008-11-04 Thread Bobby Quinne
Hi Deryk, Deryk Sinotte wrote: > > We'd be interested to know about the multiple rendering problem (and any > other issues) that you are facing. Have you tried our forums? Do you > have a simple test case that shows the issue? We had a customer who had > an issue with multiple renderings of

Re: [TOBAGO,BUG] better description what went wrong

2008-11-04 Thread Volker Weber
Hi Groovie, rendered works fine on tc:column. but you can't use the row variable for this, because the rendering of a column can't depend on the row. Or how would you expect e.g. exel to render a column in one row but not in the next? I thing what you want is to render different content, row de

Re: [TOBAGO] Usging jstl tags inside a tobago sheet-tag

2008-11-04 Thread GroovieMan
Simon, thank your for your good description. Anyway the solution does not work, because the row-variable declaration in tc:sheet has a bug, that prevents me to determine the value of the databean. Please look into the other branch of this thread. Simon Kitching wrote: > > GroovieMan schrieb:

Export datatable to excel problem with pagination

2008-11-04 Thread mrfarhankhan
Hi ! I am following the following link to export my datatable to excel http://wiki.apache.org/myfaces/Exporting_DataTable_To_MS-Excel The problem is that I am using pagination with the table but the excel file only contains the rows that are currently being displayed in the datatable. I want all

Re: [TOBAGO,BUG] better description what went wrong

2008-11-04 Thread GroovieMan
Hy Volker, the use of rendered will fail with tc:sheet variables, for (maybe the same reason as the JSTL problem). runs perfectly with variables, that have been defined as beans on inside faces-config.xml. For any reason, the use of variable-declaration inside the tc:sheet (here currentLine) fa