Re: JSF - New window to confirm delete

2007-12-15 Thread URaj
i do have this doubt, please reply to this mail ASAP regards URAj JSF User wrote: Hallo, I have a windown, were I need to open another windown, like a popup windown. And in that windown, I will use to ask to the user if he wants to confirm delete the item, or cancel this operation.

Re: JSF - New window to confirm delete

2007-12-15 Thread Gerhard Petracek
hello, are you using trinidad? regards, gerhard 2007/12/15, URaj [EMAIL PROTECTED]: i do have this doubt, please reply to this mail ASAP regards URAj JSF User wrote: Hallo, I have a windown, were I need to open another windown, like a popup windown. And in that windown,

Re: Adding a property to a component and rendering it ... the magic way?

2007-12-15 Thread simon
On Fri, 2007-12-14 at 20:07 -0600, Ole Ersoy wrote: Hi, I have a attribute that I just need to get passed through to the corresponding html element. For example: h:form id=registrationForm anAdditionalAttribute=I need to get through to the form element /h:form In the

Re: Adding a property to a component and rendering it ... the magic way?

2007-12-15 Thread simon
Hmm..interesting suggestion, Andrew. So a custom responsewriter could potentially be written to allow the insertion of new attributes onto the html tag for any component? Is this what you were thinking of? startElement(String ename, UIComponent component) { // start xml element // if

Re: JSF - New window to confirm delete

2007-12-15 Thread Ali Ok
I use Richfaces modalPanel for that kinda things. 2007/12/15, Gerhard Petracek [EMAIL PROTECTED]: hello, are you using trinidad? regards, gerhard 2007/12/15, URaj [EMAIL PROTECTED]: i do have this doubt, please reply to this mail ASAP regards URAj JSF User wrote:

Re: [Trinidad] Issue with Tomahawk integration - Schedule component

2007-12-15 Thread Mario Ivankovits
Hi! And why not helping fixing the tomahak component? Shouldn't we stop duplicating work and making the user worring about which comp-lib to choose? Mario -Original Message- From: Andrew Robinson [EMAIL PROTECTED] Date: Friday, Dez 14, 2007 6:09 pm Subject: Re: [Trinidad] Issue with

Re: Adding a property to a component and rendering it ... the magic way?

2007-12-15 Thread Andrew Robinson
Yes, that is basically what I was thinking of. It would be better to use clientId instead of the component for the already processed list though as you would want to support looping components like dataTable. If this were to be made generic, being able to add a listener would be awesome, so

Re: [Trinidad] Issue with Tomahawk integration - Schedule component

2007-12-15 Thread Andrew Robinson
Because a trinidad component would have skinning and PPR support in trinidad, this cannot be done in tomahawk. The tomahawk component doesn't need fixing, I just want one that takes advantage of the trinidad framework. Maybe, way in the future, we can have trinidad skinning and PPR moved into the

newbie: How to start a JSF project

2007-12-15 Thread ying lcs
Hi, I am new to JSF, I would like to know what is the good way to start a JSF project running on tomcat. I am planning to Hibernate for database communication. What other things/framework do I need? Spring? Shale? Seam? Thank you.

Re: Adding a property to a component and rendering it ... the magic way?

2007-12-15 Thread Ole Ersoy
Hi Simon and Andrew, Thanks for the excellent advice. The f:attribute type of tag sounds like the right way to go, especially coupled with modification suggested on the response writer. I'll probably try to hack that in, assuming that f:attribute can be used with tags beside UICommand. If it

Re: [TRINIDAD] Dialog Framework behaving strange since Trinidad 1.2.3

2007-12-15 Thread Harald Stangl
Ok, I tried the newest version of Tomcat (6.0.14) which reduced the number of ClientAbortExceptions, although they still occur. The problem still persists that after closing a dialog, the link for opening it up again is not clickable for about 10 seconds (meaning nothing happens when you click

Seam fileUpload and Trinidad

2007-12-15 Thread Robert Morse
Hello, There appears to be an issue with Seam's fileUpload and Trinidad. (See: http://www.jboss.com/index.html?module=bbop=viewtopict=120188 ) The discussion stalled on the Seam forum, so I was wondering if this was a Trinidad issue. Any ideas about resolving it? Thanks!

Re: newbie: How to start a JSF project

2007-12-15 Thread Andrew Robinson
Check out the examples folder in the Seam download, there are many examples. As for the other two, someone else will have to answer On Dec 15, 2007 10:18 AM, ying lcs [EMAIL PROTECTED] wrote: Hi, I am new to JSF, I would like to know what is the good way to start a JSF project running on

Re: [TRINIDAD] Dialog Framework behaving strange since Trinidad 1.2.3

2007-12-15 Thread Simon Lessard
Hello, It seems linked to the new PPR code, but your specific problem sounds new to me so please log a JIRA issue. Thanks, ~ Simon On Dec 15, 2007 12:02 PM, Harald Stangl [EMAIL PROTECTED] wrote: Ok, I tried the newest version of Tomcat (6.0.14) which reduced the number of

Re: Adding a property to a component and rendering it ... the magic way?

2007-12-15 Thread Ole Ersoy
Hi Guys, I've been doing a little more investigating. The myfaces HtmlFormRenderer has this method in it: HtmlRendererUtils.renderHTMLAttributes(writer, htmlForm, HTML.FORM_PASSTHROUGH_ATTRIBUTES); So I'm assuming this method will let any attribute that is contained in

Re: newbie: How to start a JSF project

2007-12-15 Thread Bruno Aranda
And check: http://code.google.com/p/facesgoodies/ for a nice working out-of-the-box app that uses MyFaces Core+Trinidad+Spring+Orchestra+JPA+Maven (I am forgetting anything)? This demo app uses JPA with Toplink by default, but it is a matter of configuration to use JPA+Hibernate, Cheers,

Re: newbie: How to start a JSF project

2007-12-15 Thread ying lcs
On Dec 15, 2007 5:50 PM, Bruno Aranda [EMAIL PROTECTED] wrote: And check: http://code.google.com/p/facesgoodies/ for a nice working out-of-the-box app that uses MyFaces Core+Trinidad+Spring+Orchestra+JPA+Maven (I am forgetting anything)? This demo app uses JPA with Toplink by default, but

Re: newbie: How to start a JSF project

2007-12-15 Thread ying lcs
On Dec 15, 2007 3:18 PM, Andrew Robinson [EMAIL PROTECTED] wrote: Check out the examples folder in the Seam download, there are many examples. As for the other two, someone else will have to answer Thank you. The drawable of Seam is it ties to JEE. I either need to run it in a JEE container