Re: a question about redirect

2011-02-13 Thread Scott O'Bryan
I agree with this. Now that said, Trinidad should not be committing the response until the render phases of the lifecycle. Can you let me knew what version of Trinidad you're running? Typically though, your redirect should happen in response to an event, though, like an action event. Scott On

Re: a question about redirect

2011-02-13 Thread Anton Gavazuk
Nina, 1) as for me the decision to send redirect looks very ...strange. Please review your design 2) This error basically means that response is already flushed, there is no possibility to make another redirect/forward 2011/2/13 נינה נפטולייב משה > Hello, > > We have a jspx page that includes a

Re: A question about integration of JSF and Spring

2008-02-04 Thread Laurie Harper
See also Spring's own documentation: http://static.springframework.org/spring/docs/2.5.x/reference/webintegration.html#jsf and, linked from there: http://jsf-spring.sourceforge.net/ or just try: http://www.google.com/search?q=spring+jsf&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&cl

Re: A question about integration of JSF and Spring

2008-02-03 Thread Gerald Müllan
Hi, a nice introduction with code examples was published by cagatay on his blog: http://cagataycivici.wordpress.com cheers, Gerald On Feb 3, 2008 1:32 PM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > check code.google.com/p/facesgoodies > > > On Feb 3, 2008 1:17 PM, Thomas Chang <[EMAIL PR

Re: A question about integration of JSF and Spring

2008-02-03 Thread Matthias Wessendorf
check code.google.com/p/facesgoodies On Feb 3, 2008 1:17 PM, Thomas Chang <[EMAIL PROTECTED]> wrote: > Hi all, > > I am looking for tutorials, documentations about inegration of JSF/MyFaces > and Spring. Could someone help me? > > Regards > > Thomas > > > > > Ihre

RE: A question

2007-12-05 Thread Carlos Adolfo Ortiz Quiros
07 12:21 PM Para: MyFaces Discussion Asunto: Re: A question when doing JSF dev., why picking JSP frameworks? I'd stick with one frameworks. The more you add to your project, the more "fun" you see... But that is your call :-) -Matthias On Dec 5, 2007 6:19 PM, Carlos Adolfo

Re: A question

2007-12-05 Thread Matthias Wessendorf
9:09 AM > > Para: MyFaces Discussion > Asunto: Re: A question > > On Dec 5, 2007 2:58 PM, Carlos Adolfo Ortiz Quiros > <[EMAIL PROTECTED]> wrote: > > OK, sorry for not explaining correctly. I will try to do this right now. > > 1. If the demo is in source, to which v

RE: A question

2007-12-05 Thread Carlos Adolfo Ortiz Quiros
: MyFaces Discussion Asunto: Re: A question On Dec 5, 2007 2:58 PM, Carlos Adolfo Ortiz Quiros <[EMAIL PROTECTED]> wrote: > OK, sorry for not explaining correctly. I will try to do this right now. > 1. If the demo is in source, to which version targets. How do I get that? > and how? How

Re: A question

2007-12-05 Thread Matthias Wessendorf
Sitemesh. > What is a good recommendation. Facelet, Tiles, Sitemesh? Take Facelets. Not Frameset needed. -Matthias > > Best Regards. > > -Mensaje original- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Matthias > Wessendorf > Enviado el: Wednesday,

RE: A question

2007-12-05 Thread Carlos Adolfo Ortiz Quiros
ee terms arise: Facelet, Tiles, Sitemesh. What is a good recommendation. Facelet, Tiles, Sitemesh? Best Regards. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Matthias Wessendorf Enviado el: Wednesday, December 05, 2007 8:39 AM Para: MyFaces Discussion Asunt

Re: A question

2007-12-05 Thread Matthias Wessendorf
ember 05, 2007 6:22 AM > Para: MyFaces Discussion > Asunto: Re: A question > > > tile2 is now supported by tomahawk (TRUNK), > the "old" demo works w/ the new ViewHandler > > -M > > On Dec 4, 2007 10:58 PM, Carlos Adolfo Ortiz Quiros > <[EMAIL PROTECTED]&

RE: A question

2007-12-05 Thread Carlos Adolfo Ortiz Quiros
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Matthias Wessendorf Enviado el: Wednesday, December 05, 2007 6:22 AM Para: MyFaces Discussion Asunto: Re: A question tile2 is now supported by tomahawk (TRUNK), the "old" demo works w/ the new ViewHandler -M On Dec 4, 2007 10:58 PM, Carl

Re: A question

2007-12-05 Thread Matthias Wessendorf
tile2 is now supported by tomahawk (TRUNK), the "old" demo works w/ the new ViewHandler -M On Dec 4, 2007 10:58 PM, Carlos Adolfo Ortiz Quiros <[EMAIL PROTECTED]> wrote: > > > > > Hi > > > > I World like to know where I can find a good tutorial about using Struts > Tiles 2 with JSF Tomahawk? > >

RE: A question about in web.xml

2007-09-26 Thread Thomas Chang
Thanks, you are right. I forgot to call chain.doFilter(). Thomas Fischer <[EMAIL PROTECTED]> schrieb: Did you call chain.doFilter(request, response) in your doFilter method ? The filter must explicitly tell the filter chain to proceed, otherwise it does just nothing and returns without renderi

RE: A question about in web.xml

2007-09-26 Thread Thomas Chang
Thanks, you are right. Bryan Sevilla <[EMAIL PROTECTED]> schrieb: v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Clean Clean DocumentEmail MicrosoftInternetExplor

RE: A question about in web.xml

2007-09-26 Thread Thomas Fischer
Did you call chain.doFilter(request, response) in your doFilter method ? The filter must explicitly tell the filter chain to proceed, otherwise it does just nothing and returns without rendering anything. regards, Thomas Thomas Chang <[EMAIL PROTECTED]> schrieb am 26.09.2007 12:44:

RE: A question about in web.xml

2007-09-26 Thread Bryan Sevilla
Seems like it interrupts execution of filter chain? Try adding adding chain.doFilter(request, response) on doFilter() method -Original Message- From: Thomas Chang [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 6:44 PM To: users@myfaces.apache.org Subject: A question about

Re: A question about "face-config.xml"

2007-03-20 Thread Werner Punz
Thomas Chang schrieb: > Hi all, > > In the "face-config.xml" there are so many different sections such as > , etc.. I wonder where can I get > infomation about all these sections in the "face-config.xml"? > Best place probably is to read the JSF tutorials on the net, the faces-config is one of t

Re: A question about log4j

2007-02-07 Thread Mike Kienenberger
I think how you add a file external from your war file to your container classpath depends on your container. You'll have to check your container documentation. On 2/7/07, Thomas Chang <[EMAIL PROTECTED]> wrote: Hi all, I am not sure if my question is put in a right place. Hope there is someon

Re: A question about log4j

2007-02-07 Thread Don Hill
Thomas, If you just want to change logging levels then I have attached a jsp that will allow this, I think there is a property that you can pass in like - Dlog4j.config=/path/to/file or something like that. Don On 2/7/07, Thomas Chang <[EMAIL PROTECTED]> wrote: Hi all, I am not sure if my qu

Re: A question about file-download

2007-01-29 Thread Thomas Chang
I've tried this example and it works quite well. But I have now another problem. I.e.: after I've saved the file and close the download dialog. It doesn't change to another xhtml-page (assumed downloadOK.xhtml. See my code shown as follow). It stay by myJSF.xhtml. Who knows why? Than

Re: A question about file-download

2007-01-26 Thread Thomas Chang
Perfect! Thanks! Adrian Mitev <[EMAIL PROTECTED]> schrieb: See here - http://wiki.apache.org/myfaces/Sending_Files 2007/1/26, Thomas Chang <[EMAIL PROTECTED] >:Hi, My code look as follow. What I want to do is: I generate a file in run-time and put it under a dir in server-side, assumed under

Re: A question about file-download

2007-01-26 Thread Adrian Mitev
See here - http://wiki.apache.org/myfaces/Sending_Files 2007/1/26, Thomas Chang <[EMAIL PROTECTED]>: Hi, My code look as follow. What I want to do is: I generate a file in run-time and put it under a dir in server-side, assumed under "c:\temp\myfile.txt". If one clicks the commmanlink, a pop-u

Re: A question about using Facelets with Tomahawk wiki entry.

2006-06-30 Thread Adam Brod
Brod Product Development Team "Mike Kienenberger" <[EMAIL PROTECTED]> 06/30/2006 04:18 PM Please respond to "MyFaces Discussion" To "MyFaces Discussion" cc Subject Re: A question about using Facelets with Tomahawk wiki entry. On 6/30/0

Re: A question about using Facelets with Tomahawk wiki entry.

2006-06-30 Thread Mike Kienenberger
On 6/30/06, Todd Patrick <[EMAIL PROTECTED]> wrote: Therefore, do I just copy the example content on the http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk into my tomahawk.taglib.xml? Yep. What does the following statement mean? "Please add additional component definitions to this e

Re: A question about managed beans , how MB methods treated ?

2006-01-09 Thread Alexandre Poitras
Craig McClanahan has said a couple of times that Shale can be seen as a testing ground for new features in JSF 2.0 (If I remember correctly). Since he was the JSF 1.0 cospecification leader, he's probably going to be on the JCR expert group. So you might see some hints there that some Shale feature

Re: A question about managed beans , how MB methods treated ?

2006-01-09 Thread Mikael Andersson
Hi, I have a question regarding the managed bean lifecyle. I have read in some blogs about EJB3 like annotations which can be used with managed beans to hook into different stages of the lifecycle, but that's about all I know about it. My question is, is this a feature for JSF 1.2 specification? W

Re: A question about managed beans , how MB methods treated ?

2006-01-08 Thread Simon Kitching
Legolas Woodland wrote: A question about managed beans , how MB methods treated ? Hi thank you for reading my post. I have a managed bean like the following defined in faces-config.xml Over all report Bean OAllReport publisher.OAllReport session publisher