RE: The pdfExport component released ;)

2008-04-07 Thread Jesse Alexander (KSFH 323)
Hi From the sample code it seems that your component will just put the content of one table into the PDF. For the PDF-export it would make sense to also allow - multiple tables - forms - even complete views to be exportable. Would this require a big refactoring to be possible? regards

Re: The pdfExport component released ;)

2008-04-07 Thread Hazem Saleh
Hi Alexander, I will do these changes as soon as I complete the excel and pdf export integration. Your suggestions are really nice! Thank you! On Mon, Apr 7, 2008 at 9:24 AM, Jesse Alexander (KSFH 323) [EMAIL PROTECTED] wrote: Hi From the sample code it seems that your component will just

[TRINIDAD] Scrolling Table - again...

2008-04-07 Thread Danny Robinson
Guys, For a while now I've been coming back to the table scrolling issue (TRINIDAD-656) we have in Trinidad. RIght now, it doesn't because the headers are rendered in the tbody, but also I believe it's overly difficult because of the complexity in how tr:table is rendered. Anyway, I created a

Re: [ANNOUNCE] AspectEL code donation

2008-04-07 Thread Manfred Geiler
Incubation is definitely not necessary. The bits of code that you can download at http://people.apache.org/~manolito/aspectel-1.0-SNAPSHOT.zip where built from scratch. The Aspect stuff that Gerald mentioned is not this library. He used a slightly different proprietary implementation. But the

[jira] Created: (TOBAGO-644) sheet whithout paging ingnores silently rows 100

2008-04-07 Thread Volker Weber (JIRA)
sheet whithout paging ingnores silently rows 100 -- Key: TOBAGO-644 URL: https://issues.apache.org/jira/browse/TOBAGO-644 Project: MyFaces Tobago Issue Type: Improvement Reporter:

[jira] Commented: (TOBAGO-644) sheet whithout paging ingnores silently rows 100

2008-04-07 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12586421#action_12586421 ] Volker Weber commented on TOBAGO-644: - I prefer the 2. solution sheet whithout paging

Re: tobago island logo :)

2008-04-07 Thread Udo Schnurpfeil
Hi Adonis, thank you for your effort. The logo looks nice, but in my opinion it is too far away from the tobago shape. Is it possible, to make it more like the shape. I've tried to make a sample, but very raw. Regards Udo inline: tobago-logo.jpg

[Trinidad] select*Shuttle JavaScript issues (with Orchestra)

2008-04-07 Thread Matthias Wessendorf
Hi, when using Trinidad's shuttle within an Orchestra application, the (re)move buttons are not usable. Why ? Because Trinidad creates the javascript calls like String url = javascript:TrShuttleProxy._moveItems(...; and than, we internally encode the url. Like

Re: [Trinidad] select*Shuttle JavaScript issues (with Orchestra)

2008-04-07 Thread Scott O'Bryan
Matthias, the bridge does url rewriting as well, and we ignore anything that has a javascript: prefix. Basically, queryStrings only make sense on URL's that are http and https (or stuff that resolves to them). I think that orchestra's encodeActionURL needs to be smart enough to handle this

Re: [Trinidad] select*Shuttle JavaScript issues (with Orchestra)

2008-04-07 Thread Matthias Wessendorf
On Mon, Apr 7, 2008 at 6:40 PM, Scott O'Bryan [EMAIL PROTECTED] wrote: Matthias, the bridge does url rewriting as well, and we ignore anything that has a javascript: prefix. Basically, queryStrings only make sense on URL's that are http and https (or stuff that resolves to them). I think

[jira] Created: (ORCHESTRA-21) URLs are always encoded

2008-04-07 Thread JIRA
URLs are always encoded --- Key: ORCHESTRA-21 URL: https://issues.apache.org/jira/browse/ORCHESTRA-21 Project: MyFaces Orchestra Issue Type: Bug Reporter: Matthias Weßendorf In Trinidad some components

Re: [Trinidad] select*Shuttle JavaScript issues (with Orchestra)

2008-04-07 Thread Matthias Wessendorf
On Mon, Apr 7, 2008 at 6:43 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: On Mon, Apr 7, 2008 at 6:40 PM, Scott O'Bryan [EMAIL PROTECTED] wrote: Matthias, the bridge does url rewriting as well, and we ignore anything that has a javascript: prefix. Basically, queryStrings only make

Re: [proposal] jsf validation with annotations

2008-04-07 Thread Hazem Saleh
Hi All... There is already an ongoing activity to implement JSR#303 - http://www.jcp.org/en/jsr/detail?id=303 - and we started it as an Apache Commons Sandbox project. Following links for discussion threads and the svn repo of the new project:

[jira] Resolved: (ORCHESTRA-21) URLs are always encoded

2008-04-07 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/ORCHESTRA-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved ORCHESTRA-21. --- Resolution: Fixed Fix Version/s: 2.0 Assignee: Mario Ivankovits We

[jira] Commented: (MYFACES-1692) CommandLink does not execute action if no javascript is allowed

2008-04-07 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12586514#action_12586514 ] Jean-François Poirier commented on MYFACES-1692: I think there is no need

Re: [proposal] jsf validation with annotations

2008-04-07 Thread Gerhard Petracek
hello, (the sev-en core doesn't provide specific annotations. maybe there will be an annotation module to support jsr 303 annotations, which might act as adapter for the project you mentioned.) or are you suggesting to publish sev-en as a sub-project of the commons project? regards, gerhard

Re: [proposal] jsf validation with annotations

2008-04-07 Thread Hazem Saleh
Hello, Iam just suggesting a standard way of validation that we are going to implement in the next days which can be useful later for JSF or EJB projects. This project is currently a subproject of the apache commons project. IMHO if sev-en can support JSR-303 annotations, this will be great! Thank

[jira] Updated: (TRINIDAD-996) improvement of defaultCommand

2008-04-07 Thread David (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David updated TRINIDAD-996: --- Status: Patch Available (was: Open) improvement of defaultCommand -

[jira] Commented: (TRINIDAD-996) improvement of defaultCommand

2008-04-07 Thread David (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12586557#action_12586557 ] David commented on TRINIDAD-996: Is it possible to see your java script? I see your

[jira] Commented: (TRINIDAD-996) improvement of defaultCommand

2008-04-07 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12586567#action_12586567 ] Gerhard Petracek commented on TRINIDAD-996: --- hello david, you will find the

[jira] Created: (MYFACES-1851) the hidden field form:_link_hidden_ not works anymore (changed by form:_idcl on MYFACES-1539). This should be removed

2008-04-07 Thread Leonardo Uribe (JIRA)
the hidden field form:_link_hidden_ not works anymore (changed by form:_idcl on MYFACES-1539). This should be removed - Key: MYFACES-1851 URL:

[jira] Updated: (TRINIDAD-996) improvement of defaultCommand

2008-04-07 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated TRINIDAD-996: -- Status: Open (was: Patch Available) improvement of defaultCommand

[jira] Commented: (TRINIDAD-951) Printable output mode produces javascript errors

2008-04-07 Thread Cristi Toth (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12586596#action_12586596 ] Cristi Toth commented on TRINIDAD-951: -- btw, thanks to Harald Kuhn for most of the

[jira] Resolved: (TRINIDAD-951) Printable output mode produces javascript errors

2008-04-07 Thread Cristi Toth (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cristi Toth resolved TRINIDAD-951. -- Resolution: Fixed Fix Version/s: 1.2.8-core 1.0.8-core

[jira] Commented: (TOMAHAWK-616) Datatable AutoSort and Facelets Bug

2008-04-07 Thread Daniel Vidal Salvi Marson (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12586601#action_12586601 ] Daniel Vidal Salvi Marson commented on TOMAHAWK-616: I've the same

[jira] Updated: (TRINIDAD-921) Add/Fix Support for Windows Mobile 6/5 and BlackBerry

2008-04-07 Thread Gabrielle Crawford (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabrielle Crawford updated TRINIDAD-921: Resolution: Fixed Fix Version/s: 1.2.8-core

[jira] Created: (MYFACES-1852) autoscroll feature does not work with tomahawk and myfaces 1.2

2008-04-07 Thread Leonardo Uribe (JIRA)
autoscroll feature does not work with tomahawk and myfaces 1.2 -- Key: MYFACES-1852 URL: https://issues.apache.org/jira/browse/MYFACES-1852 Project: MyFaces Core Issue Type: Bug