Re: [Trinidad] commandButtons not reacting on first click

2009-02-12 Thread Robert Stokes
See http://wiki.apache.org/myfaces/Facelets_with_Trinidad - Using Trinidad PPR (Partial Page Rendering) with Facelets Rob Huettenkofer Michael michael.huettenko...@munich-airport.de wrote on 02/12/2009 12:55:15 AM: Hi all, I am developing an application based on Facelets, MyFaces and

Re: JSF + JasperReports Problem

2008-01-02 Thread Robert Stokes
Here is the method I use to create a PDF from Jasper reports, one think that might be missing is the call to responseComplete(). private void exportPdfReport(InputStream reportInputStream, String filename) { try { Map parameters = createParams(); Connection

Re: Facelets PPR id question (should I submit a JIRA?)

2007-07-10 Thread Robert Stokes
Dan, It's a facelet issue, I don't remember all of the specifics but on a ppr request, facelets is regenerating the component tree for some reason and will assign a new id if you don't have one set. The different id causes the action to never happen. A person I work with did a patch to facelets