Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 28846 invoked from network); 6 Dec 2007 19:49:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2007 19:49:39 -0000 Received: (qmail 90026 invoked by uid 500); 6 Dec 2007 19:49:13 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 90001 invoked by uid 500); 6 Dec 2007 19:49:13 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 89919 invoked by uid 99); 6 Dec 2007 19:49:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 11:49:13 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [83.136.131.247] (HELO mail.valtech.de) (83.136.131.247) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 19:48:49 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: AW: AW: Action Method not called using Myfaces 1.1.5 Date: Thu, 6 Dec 2007 20:48:49 +0100 Message-ID: <2FAA1F5E4DDAEB4BAE2346562E4B060CA68A30@dedus-mail03.DE.valtech.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: AW: Action Method not called using Myfaces 1.1.5 Thread-Index: Acg2fAVGpzI6DttzRZS9GZZB2Wox0gBxBI+b References: <2FAA1F5E4DDAEB4BAE2346562E4B060CA68A19@dedus-mail03.DE.valtech.com><71235db40712040414s6a6d8c7dj89c77a4fec44c96@mail.gmail.com><2FAA1F5E4DDAEB4BAE2346562E4B060CA68A1A@dedus-mail03.DE.valtech.com><475548D2.4070402@sirma.bg><71235db40712040439g7c5163b1ia4bad2d79f5cf78b@mail.gmail.com><2FAA1F5E4DDAEB4BAE2346562E4B060CA68A1D@dedus-mail03.DE.valtech.com><71235db40712040529n49ed1bcfoe0ff2efbcbfc3ef7@mail.gmail.com><2FAA1F5E4DDAEB4BAE2346562E4B060CA68A1E@dedus-mail03.DE.valtech.com> <955e5f3b0712040544u252cdbeey1e84354255f5d076@mail.gmail.com> From: "Andreas Grund" To: "MyFaces Discussion" X-Virus-Checked: Checked by ClamAV on apache.org Hi, I found the error. MyFaces within the BEA Weblogic Server seems to have = problems with <%=3D include ... %> and Tags. After = deleting these two Tags, it works fine. But why that? Where is the = problem? Why can=B4t I use both? I meen include and JSF? Greetings, Andreas -----Urspr=FCngliche Nachricht----- Von: Hasnain Badami [mailto:hasnainbadami@gmail.com] Gesendet: Di 04.12.2007 14:44 An: MyFaces Discussion Betreff: Re: AW: Action Method not called using Myfaces 1.1.5 =20 Hi This is ofcourse weird, but I have noticed that some components dont act properly if they are enclosed within tags like verbatim. Is it possible = for you to post your JSP On Dec 4, 2007 1:36 PM, Andreas Grund wrote: > no, nothing. > > Greetings, > Andreas > > > -----Urspr=FCngliche Nachricht----- > Von: mwessendorf@gmail.com im Auftrag von Matthias Wessendorf > Gesendet: Di 04.12.2007 14:29 > An: MyFaces Discussion > Betreff: Re: AW: Action Method not called using Myfaces 1.1.5 > > any JS error or something else ? > > > On Dec 4, 2007 2:24 PM, Andreas Grund = wrote: > > Hi, > > > > I added the tag directly after my tag and = got > no output. So, as far as I can say, no error occurs. Very = mysterious... > > > > Greetings, > > Andreas > > > > > > -----Urspr=FCngliche Nachricht----- > > Von: mwessendorf@gmail.com im Auftrag von Matthias Wessendorf > > Gesendet: Di 04.12.2007 13:39 > > An: MyFaces Discussion > > Betreff: Re: AW: Action Method not called using Myfaces 1.1.5 > > > > > > :-) > > Yes, that is one of the odd things, that may happen during = development > w/ JSF. > > Using Trinidad fixes that (no need for ). > > > > -Matthias > > > > On Dec 4, 2007 1:32 PM, Svilen Ivanov = wrote: > > > Do you have input fields marked as "required" or validators? Put a > > > to see if there is validation error. > > > > > > Regards, > > > Svi > > > > > > > > > Andreas Grund wrote: > > > > Hi Matthias, > > > > > > > > yes, it is the last element within a h:form-tag. > > > > > > > > Greetings, > > > > Andreas > > > > > > > > > > > > -----Urspr=FCngliche Nachricht----- > > > > Von: mwessendorf@gmail.com im Auftrag von Matthias Wessendorf > > > > Gesendet: Di 04.12.2007 13:14 > > > > An: MyFaces Discussion > > > > Betreff: Re: Action Method not called using Myfaces 1.1.5 > > > > > > > > Is the link/button nested w/in a form ? > > > > > > > > -M > > > > > > > > On Dec 4, 2007 1:06 PM, Andreas Grund > wrote: > > > >> Hi Mailing-List, > > > >> > > > >> I have a little Problem with my command button. I declared it > within my > > > >> jsf-Page as following: > > > >> > > >> style=3D"position:absolute;left:230px;top:400px;" > > > >> value=3D"#{msg.button_schedule_new_job}" /> > > > >> > > > >> The method testAction looks so: > > > >> public String testAction() { > > > >> logger.info("testAction called"); > > > >> return "success"; > > > >> } > > > >> > > > >> But when I press my button, nothing happens. I do not see the > log-output > > > >> created by the testAction-Method. To ensure, that I check the > correct > > > >> log-File, I implement the default constructor in the following = way: > > > >> public JobDetailBackingBean() { > > > >> logger.info("Creating an instance of the > JobDetailBackingBean"); > > > >> } > > > >> > > > >> This text is logged, but the action method seems not to be = called. > Can > > > >> anybody tell me, why? > > > >> > > > >> Thanks for your help and best regards, > > > >> Andreas Grund > > > >> > > > >> PS: I use MyFaces 1.1.5 (as told above) on a Weblogic 8.1 with = java > 1.4.2 > > > >> > > > >> -- > > > >> Andreas Grund > > > >> externer Mitarbeiter Projet GUTS bei Conti > > > >> mailto:andreas.grund@valtech.de > > > >> Mobile: > > > >> > > > >> > > > >> > > > >> > > > >> Germany > > > >> > > > >> Phone: > > > >> Fax: > > > >> > > > >> > > > >> > > > >> Gesch=E4ftsf=FChrer: Ingo Kriescher > > > >> Amtsgericht D=FCsseldorf HRB48672 > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > Matthias Wessendorf > > > > further stuff: > > blog: http://matthiaswessendorf.wordpress.com/ > > sessions: http://www.slideshare.net/mwessendorf > > mail: matzew-at-apache-dot-org > > > > > > > > -- > Matthias Wessendorf > > further stuff: > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendorf > mail: matzew-at-apache-dot-org > >