Good Morning Sander-

I found Log4j supports multiple implementations to log event activities
Information and binaries are available at
http://logging.apache.org/log4j/docs/

(2 cents from the wolf pack)
Sverige Altid

Martin Gainty

______________________________________________
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission.
(mobile) 001-603-438-5053





From: "Craig McClanahan" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <user@struts.apache.org>
To: "Struts Users Mailing List" <user@struts.apache.org>
Subject: Re: Shale's dialog manager is driving me nuts!
Date: Sat, 6 May 2006 12:48:23 -0700
MIME-Version: 1.0
Received: from mail.apache.org ([209.237.227.199]) by bay0-mc5-f18.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Sat, 6 May 2006 12:48:55 -0700
Received: (qmail 34033 invoked by uid 500); 6 May 2006 19:48:45 -0000
Received: (qmail 34022 invoked by uid 99); 6 May 2006 19:48:45 -0000
Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 May 2006 12:48:45 -0700 Received: pass (asf.osuosl.org: domain of [EMAIL PROTECTED] designates 64.233.184.228 as permitted sender) Received: from [64.233.184.228] (HELO wr-out-0506.google.com) (64.233.184.228) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 May 2006 12:48:44 -0700 Received: by wr-out-0506.google.com with SMTP id i32so801404wra for <user@struts.apache.org>; Sat, 06 May 2006 12:48:24 -0700 (PDT) Received: by 10.65.213.1 with SMTP id p1mr328162qbq; Sat, 06 May 2006 12:48:23 -0700 (PDT)
Received: by 10.64.178.2 with HTTP; Sat, 6 May 2006 12:48:23 -0700 (PDT)
X-Message-Info: txF49lGdW402uzBp+db8Lbl/11SjFklbKnCZg9d+Eus=
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Post: <mailto:user@struts.apache.org>
List-Id: "Struts Users Mailing List" <user.struts.apache.org>
Delivered-To: mailing list user@struts.apache.org
X-ASF-Spam-Status: No, hits=0.0 required=10.0tests=HTML_MESSAGE,SPF_PASS
X-Spam-Check-By: apache.org
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=UGP/mNYYcsKTIF7RSXGXj9LKBmyEA049tSELfAc9IakW/Swj4vFctcXHMjV1neAKIzApPqM9V5KbjRxiKeXoBvD2TriKQTz5/WFAvbil+gkz7KIVBqhVcj33M19F1fW4eIpDxiduop2dOwvAsHqRjvcbFHk3yGwvUz6SBAxDrjw=
References: <[EMAIL PROTECTED]>
X-Google-Sender-Auth: 66840ca01f882dc6
X-Virus-Checked: Checked by ClamAV on apache.org
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 06 May 2006 19:48:55.0985 (UTC) FILETIME=[1C1B7A10:01C67146]

On 5/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:

Hi,

I'm a software architect and we have a major project coming where I
thought our
dev team should try new things. So I decided to replace Struts (default
option
:P) with JSF and Shale. I thought that it would be good when I personally
know
the limits of JSF and Shale first before I put them into our proposal.
For this I've written a small app where the user has to input his personal
data
in wizard style (dialog) but somehow I cannot go further than the first
page
>:( No errors or exceptions or something but the first dialog screen keeps
opened again and again.
I tried to understand what goes on in the Shale's usecases example app
(the
login and profile creation is also a dialog) and mostly copy/pasted the
dialog-config.xml, the jsps and backing beans (I couldn't get the usecases
login part to run btw) but with no luck :'(


Then I thought my "lone wolf" time is up and I should go and ask someone
smarter
;)


Good plan :-).
One issue that often bites newbies to JSF (whether or not you use Shale) is
that the existence of any validation errors on a submitted page will cause
the input page to be redisplayed -- but if you have no way to see the error
messages, you don't know why that happened.  Try putting an <h:messages>
component in your page (set to display all messages for all input fields)
and see if that helps.

Craig



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to