Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 59524 invoked from network); 6 Mar 2007 10:40:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2007 10:40:55 -0000 Received: (qmail 14385 invoked by uid 500); 6 Mar 2007 10:40:53 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 14345 invoked by uid 500); 6 Mar 2007 10:40:53 -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 14330 invoked by uid 99); 6 Mar 2007 10:40:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2007 02:40:53 -0800 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gcjmu-myfaces-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2007 02:40:43 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HOX5Y-0002pv-52 for users@myfaces.apache.org; Tue, 06 Mar 2007 11:40:12 +0100 Received: from 195.78.47.10 ([195.78.47.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Mar 2007 11:40:12 +0100 Received: from werner.punz by 195.78.47.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Mar 2007 11:40:12 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@myfaces.apache.org From: Werner Punz Subject: Re: how do you pass/set parameters upon ActionListener execution? Date: Tue, 06 Mar 2007 11:39:57 +0100 Lines: 33 Message-ID: References: <9FC13A268225B946A0EA98D3A5C8A19402248439@PUNITPMSG02.ad.infosys.com> <9FC13A268225B946A0EA98D3A5C8A19402248479@PUNITPMSG02.ad.infosys.com> Reply-To: werner.punz@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 195.78.47.10 User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) In-Reply-To: <9FC13A268225B946A0EA98D3A5C8A19402248479@PUNITPMSG02.ad.infosys.com> Sender: news X-Virus-Checked: Checked by ClamAV on apache.org I had similar usescases (although not using internationalisation) in my current up a dozend times, the mechanism itself works, I can only guess here, first of all which myfaces version do you use and which tomahawk version. I can recommend to go to the latest 1.1.5 stable and use the tomahawk and sandbox nightlies. Secondly check for typos nav.msg.remiders seems like one there is an "n" missing in reminders typowise, which could be the cause for an empty string issued. Werner Madhav Bhargava schrieb: > Hi Werner, > > Yes, you are right. But I still cannot get the values in my backing bean. > > *Jsp code:* > > action="#{reminderController.showAddReminderScreen}" > > actionListener="#{breadCrumbNavigatorBean.updateBreadCrumb}" > rendered="#{!physicianHomeController.showRemindersMoreLink}"> > > property="#{breadCrumbNavigatorBean.participant.displayText}" > value="#{msg['nav.msg.remiders']}"/> > > >