Export to Pdf a Trinidad Chart

2010-02-26 Thread vale_java_dev
Hi! I need to export my trinidad chart to PDF. How can I do? Thanks in advance for any suggestion! Valentina -- View this message in context: http://old.nabble.com/Export-to-Pdf-a-Trinidad-Chart-tp27716793p27716793.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: [TRINIDAD] SelectOneChoice preselection possible?

2010-02-26 Thread vale_java_dev
Hi Simon! In my application I used the Tomahawk selectOneMenu that is different to Trinidad. I think the concept base is the same. I post you my code and I hope help you. On the jsp. t:selectOneMenu id=typeRfxCriterioAggiudicazioneChoice

Re: Export to Pdf a Trinidad Chart

2010-02-26 Thread Matthias Wessendorf
not by default; you have to write some export logic on your own. On Fri, Feb 26, 2010 at 11:45 AM, vale_java_dev fabrizi_valent...@yahoo.it wrote: Hi! I need to export my trinidad chart to PDF. How can I do? Thanks in advance for any suggestion! Valentina -- View this message in

Re: Export to Pdf a Trinidad Chart

2010-02-26 Thread vale_java_dev
Hi Matthias, thanks for your reply! Can you explain me or indicate me an example to develop an export service? Thank you very much! Vale -- View this message in context: http://old.nabble.com/Export-to-Pdf-a-Trinidad-Chart-tp27716793p27717353.html Sent from the MyFaces - Users mailing list

Re: Export to Pdf a Trinidad Chart

2010-02-26 Thread vale_java_dev
Hi Matthias, thanks for your reply! Can you explain me or indicate me an example to develop an export service? Thank you very much! Vale -- View this message in context: http://old.nabble.com/Export-to-Pdf-a-Trinidad-Chart-tp27716793p27717354.html Sent from the MyFaces - Users mailing list

Re: [TRINIDAD] SelectOneChoice preselection possible?

2010-02-26 Thread schneidc
Hi Vale, your posting pointed me in the right direction. Now it's working, thank you. -- View this message in context: http://old.nabble.com/-TRINIDAD--SelectOneChoice-preselection-possible--tp27714456p27719132.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: [TRINIDAD] SelectOneChoice preselection possible?

2010-02-26 Thread vale_java_dev
I'm happy to help you! Bye, Valentina -- View this message in context: http://old.nabble.com/-TRINIDAD--SelectOneChoice-preselection-possible--tp27714456p27719445.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: How to elegantly replace line breaks with BR tag?

2010-02-26 Thread António Rodrigues
I add that problem also because I wanted to display the text exactly as it was entered in a text area. You can create a custom converter and then add it to the components where you want to use it. But the most elegant way is to create a facelet. This is what I did. - I have created a custom

Re: Export to Pdf a Trinidad Chart

2010-02-26 Thread vale_java_dev
Matthias sorry but I need help.%-| Can I use Apache Batik framework to convert the SVG chart template into an image (PNG, JPG, etc)? Thanks! Cheers, Valentina -- View this message in context: http://old.nabble.com/Export-to-Pdf-a-Trinidad-Chart-tp27716793p27720732.html Sent from the

Help with regular expression

2010-02-26 Thread laredotornado
Hi, I'm using MyFaces 1.1.5 and Tomahawk 1.1.7. I am using a regexp to validate a text field and I was wondering how do I rewrite/add to it to indicate that the total amount of characters should be between 1 and 320? Here is what I have now ... t:validateRegExpr

Nested s:modalDialog

2010-02-26 Thread Vinaya Tirikkovalluru
Hi, I have a requirement where a popup A calls another popup B. As popup A is of more size than B, B is hidden. Is there any way to show the popup always on top? Thanks Vinaya This electronic message is intended only for the use of the individual(s) or entity(ies) named above and

RE: Nested s:modalDialog

2010-02-26 Thread Vinaya Tirikkovalluru
Well, I could get the popup B to popup on A. However I am not able to enter any values in B. Thanks Vinaya -Original Message- From: Vinaya Tirikkovalluru [mailto:vinaya.tirikkovall...@converge.com] Sent: Friday, February 26, 2010 1:28 PM To: MyFaces Discussion Subject: Nested

Re: Regarding Trinidad 2.0

2010-02-26 Thread Andrew Robinson
We are trying to make it backwards compatible. If you can devote some time to running your application on Trinidad 2 and if there are any issues, please let us know. -Andrew On Tue, Feb 23, 2010 at 9:09 PM, venkat.rama...@thomsonreuters.com wrote: Thanks. Currently we use trinidad 1.2. Is