RE: New to MyFaces

2007-04-06 Thread Iordanov, Borislav \(GIC\)
From: Grant Smith [mailto:[EMAIL PROTECTED] Sent: Friday, April 06, 2007 1:56 PM To: MyFaces Discussion Subject: Re: New to MyFaces On 4/6/07, Iordanov, Borislav (GIC) <[EMAIL PROTECTED]> wrote: The assertion is: beginning with year 2000, every s

RE: Re: New to MyFaces

2007-04-06 Thread Iordanov, Borislav \(GIC\)
t out and configure it on my page in a WYSIWYG manner. JSF hasn't reached that point yet, but it's at least a possibility. And facelets allows me to create composite components in less than a minute. On 4/6/07, Iordanov, Borislav (GIC) <[EMAIL PROTECTED]> wrote: > I thi

RE: New to MyFaces

2007-04-06 Thread Iordanov, Borislav \(GIC\)
F with Facelets. This a key element to being a programmer - moving with and keeping up with technology. If you find that this is too burdensome, you may wish to question your chosen profession. On 4/6/07, Iordanov, Borislav (GIC) <[EMAIL PROTECTED]> wrote: You've missed the point. Unfor

RE: New to MyFaces

2007-04-06 Thread Iordanov, Borislav \(GIC\)
I don't know any of them. -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Friday, April 06, 2007 11:38 AM To: MyFaces Discussion Subject: Re: New to MyFaces On 4/6/07, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > On 4/6/07, Iordanov, Borislav (GIC) <[EMA

RE: Re: New to MyFaces

2007-04-06 Thread Iordanov, Borislav \(GIC\)
doesn't, and it does with a lot of mistakes. From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Friday, April 06, 2007 11:53 AM To: MyFaces Discussion Subject: RE: Re: New to MyFaces >From: "Iordanov, Borislav (GIC)" <[EMAIL PROTE

RE: New to MyFaces

2007-04-06 Thread Iordanov, Borislav \(GIC\)
You've missed the point. Unfortunately, I don't know how to explain it more clearly. Sorry ;( -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Friday, April 06, 2007 11:30 AM To: MyFaces Discussion Subject: Re: New to MyFaces On 4/6/07, Iordanov, Bor

RE: New to MyFaces

2007-04-06 Thread Iordanov, Borislav \(GIC\)
Human beings are very flexible and adaptable, and we would generally get used to any type of crap given enough time ;) How come it took you so long to master JSF, even after reading books and tutorials? Well, I can give you a very simple example: to render an html img tag, you have to use . A

RE: New to MyFaces

2007-04-06 Thread Iordanov, Borislav \(GIC\)
ards Alexander -Original Message- From: taylan saldiray [mailto:[EMAIL PROTECTED] Sent: Friday, April 06, 2007 2:25 PM To: MyFaces Discussion; [EMAIL PROTECTED] Subject: Re: New to MyFaces Iordanov, Borislav (GIC) ++ i have worked 6 months on jsf and given it up and wrote my html code direc

RE: Re: New to MyFaces

2007-04-06 Thread Iordanov, Borislav \(GIC\)
007 4:36 AM To: users@myfaces.apache.org Subject: Re: New to MyFaces Iordanov, Borislav (GIC) schrieb: > I'm not sure what "statistics" you are looking for. I haven't done an > industry analysis. But in general, JSF is heavyweight machinery without > any substantial benefit.

RE: New to MyFaces

2007-04-05 Thread Iordanov, Borislav \(GIC\)
implementations available, it would help to get some real time user feedback. Thanks Balaji -Original Message----- From: Iordanov, Borislav (GIC) [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 5:45 PM To: MyFaces Discussion Subject

RE: New to MyFaces

2007-04-05 Thread Iordanov, Borislav \(GIC\)
Viraj, I would highly recommended that you avoid using JSF/MyFaces, unless your organization demands it, and save yourself countless hours of frustration with an overly hyped up technology based poorly implemented and incomplete ideas. Regards, Bolerio

RE: singleton validators and converters

2006-12-08 Thread Iordanov, Borislav \(GIC\)
are costly to create? ____ From: Iordanov, Borislav (GIC) [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 12:48 PM To: MyFaces Discussion Subject: singleton validators and converters Hi, Is there a standard way/practice to have singleton validators and converte

singleton validators and converters

2006-12-08 Thread Iordanov, Borislav \(GIC\)
Hi, Is there a standard way/practice to have singleton validators and converters? Those are mostly stateless and in a large application with aggressive input validation, it would make sense to avoid creating them on the fly each time and for each user. Thanks, Bolerio

converters and serialization

2006-12-06 Thread Iordanov, Borislav \(GIC\)
Hi I have a drop down that relies on a converter mapping object instances to item values. The converter simply stores the object id (a long) in the value. My objects are not serializable, so JSF complained about that. And I'm wondering why would JSF want to serialize the entities that make up

h:commandClick and a confirmation prompt

2006-11-03 Thread Iordanov, Borislav \(GIC\)
Hi,   How could I add a confirmation _javascript_ dialog box to a h:commandLink? The onclick event is taken by the renderer….   Thanks, Bolerio

RE: findComponent mistery

2006-10-03 Thread Iordanov, Borislav \(GIC\)
Actually, sorry, a form is NamingContainer, but then the lookup seems weird, why it’s returning null?     From: Iordanov, Borislav (GIC) [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 7:42 PM To: MyFaces Discussion Subject: findComponent mistery   Hi,   Given

findComponent mistery

2006-10-03 Thread Iordanov, Borislav \(GIC\)
Hi,   Given:         I try the following in my action:   FacesContext ctx = FacesContext.getCurrentInstance();   ctx.getViewRoot().findComponent(“in”)   this return null because HtmlForm is NOT a namingcontainer according to MyFaces/JSF. Is that normal? Seems like a form,

RE: deploy MyFaces as portlet into Websphere Portal 5.1

2006-09-29 Thread Iordanov, Borislav \(GIC\)
n't get any help from websphere > mailing > list. > 2. use Pluto 1.0.1 to test if want to deploy it into websphere portal > 5.1.X, > because from some trace log, I saw pluto stuff, so best try pluto first > before migrate it to websphere. > 3. dump all your jar files needed,

AddRessource implementation

2006-09-29 Thread Iordanov, Borislav \(GIC\)
Hi,   I’d like to customize the implementation of org.apache.myfaces.renderkit.html.util.AddResource. It seems that the implementation class is specified as an “init parameter” of the external context. This, in the case of portlets is mapped to the init parameter of an individual portlet.

RE: PhaseListener getting called multiple times

2006-09-28 Thread Iordanov, Borislav \(GIC\)
re created. 2006/9/26, Iordanov, Borislav (GIC) <[EMAIL PROTECTED]>: > > > > > Are you using this in portlets? > > > > > > > From: a k [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 26, 2006 4:29 PM > To: MyFac

RE: PhaseListener getting called multiple times

2006-09-26 Thread Iordanov, Borislav \(GIC\)
Are you using this in portlets?   From: a k [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 4:29 PM To: MyFaces Discussion Subject: Re: PhaseListener getting called multiple times   I have this in my Listener impl class:     public PhaseId getPhaseId() {    

RE: Refresh JSF Page

2006-09-21 Thread Iordanov, Borislav \(GIC\)
Hi, The wiki page notes that StateManager is pluggable. What's the proper way to plugin one's own StateManager? Application.setStateManager? Or through some factory implementation? Or is there a classname that I can configure somewhere? Regards, Bolerio -Original Message- From: Jeff Bisc

RE: Portlet wasn't show after portal link clicked

2006-09-18 Thread Iordanov, Borislav \(GIC\)
Really make sure you enable logging with myfaces – it has to habit of swallowing fatal exceptions that you can only see if you have a properly configured log4j.properties file. Here is mine (put in WEB-INF/classes):   log4j.rootLogger=WARN, stdout   log4j.logger.org.apache.myfaces = IN

RE: the sinful JSF in JSP

2006-09-15 Thread Iordanov, Borislav \(GIC\)
[mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 3:19 PM To: MyFaces Discussion Subject: RE: the sinful JSF in JSP Try the following: In my project, it generated the following: Hello world Hope this helps... - Damon -----Original Message- From: Iordanov, Boris

RE: the sinful JSF in JSP

2006-09-15 Thread Iordanov, Borislav \(GIC\)
They have been fixed in JSF 1.2 . Dennis Byrne >-Original Message- >From: Iordanov, Borislav \(GIC\) [mailto:[EMAIL PROTECTED] >Sent: Friday, September 15, 2006 02:46 PM >To: 'MyFaces Discussion' >Subject: RE: the sinful JSF in JSP > >Thanks for the pointer!

RE: the sinful JSF in JSP

2006-09-15 Thread Iordanov, Borislav \(GIC\)
se to so much complexity and confusion >that comes w/ each new framework. > >Dennis Byrne > >[1] http://www.onjava.com/pub/a/onjava/2004/06/09/jsf.html > >>-Original Message- >>From: Iordanov, Borislav \(GIC\) [mailto:[EMAIL PROTECTED] >>Sent: Frida

RE: the sinful JSF in JSP

2006-09-15 Thread Iordanov, Borislav \(GIC\)
om the Tomahawk library. - Damon -Original Message- From: Iordanov, Borislav (GIC) [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 2:01 PM To: MyFaces Discussion Subject: the sinful JSF in JSP Guys, I know it's anathema to use JSF with JSPs, but since people have already

RE: the sinful JSF in JSP

2006-09-15 Thread Iordanov, Borislav \(GIC\)
e to so much complexity and confusion that comes w/ each new framework. Dennis Byrne [1] http://www.onjava.com/pub/a/onjava/2004/06/09/jsf.html >-----Original Message- >From: Iordanov, Borislav \(GIC\) [mailto:[EMAIL PROTECTED] >Sent: Friday, September 15, 2006 02:00 PM >To: '

RE: the sinful JSF in JSP

2006-09-15 Thread Iordanov, Borislav \(GIC\)
x27; Subject: RE: the sinful JSF in JSP or -Original Message- From: Damon Weyant [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 11:05 AM To: MyFaces Discussion Subject: RE: the sinful JSF in JSP Try using the component from the Tomahawk library. - Damon -Original Me

the sinful JSF in JSP

2006-09-15 Thread Iordanov, Borislav \(GIC\)
Guys, I know it's anathema to use JSF with JSPs, but since people have already invested in JSP, it's kind of unavoidable. Also, the mixup of the two technologies is promoted by the JSF spec team. Now, let's say I want to have a paragraph with text, where the text comes from some managed bean. I

RE: f:attribute problem

2006-09-15 Thread Iordanov, Borislav \(GIC\)
Ok, it's a bug then -Original Message- From: Thorbjørn Ravn Andersen [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 1:20 PM To: MyFaces Discussion Subject: Re: f:attribute problem Iordanov, Borislav (GIC) skrev den 15-09-2006 18:33: > Well, thanks, but still, is

RE: f:attribute problem

2006-09-15 Thread Iordanov, Borislav \(GIC\)
ap it is null? Nick -Original Message- From: Iordanov, Borislav (GIC) [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 11:33 AM To: MyFaces Discussion Subject: RE: f:attribute problem Well, thanks, but still, isn't that a bug in f:attribute? Don't want to use toma

RE: f:attribute problem

2006-09-15 Thread Iordanov, Borislav \(GIC\)
aces Discussion Subject: Re: f:attribute problem Iordanov, Borislav (GIC) skrev den 15-09-2006 18:25: > Hi, > > Given the code: > > > > > > > The value of #{sRequest.id} in the outputText tag is correctly evaluated > (it dis

f:attribute problem

2006-09-15 Thread Iordanov, Borislav \(GIC\)
Hi, Given the code: The value of #{sRequest.id} in the outputText tag is correctly evaluated (it displays), but not so for the f:attribute where the evaluation returns null. Any idea why? I need to attach this attribute to the command component as a parameter to m

RE: Portlet examples needed by portlet/MyFaces users

2006-09-14 Thread Iordanov, Borislav \(GIC\)
ent a specific alternative, that would be great! On 9/14/06, Iordanov, Borislav (GIC) <[EMAIL PROTECTED]> wrote: > Hi, > > Regarding portlets and myfaces integration, I noticed another "detail" > that will potentially become a serious headache: the FacesContext > instanc

RE: Portlet examples needed by portlet/MyFaces users

2006-09-14 Thread Iordanov, Borislav \(GIC\)
2006 6:48 PM To: MyFaces Discussion Subject: Re: Portlet examples needed by portlet/MyFaces users I'm sure it's possible. Facelets did it. I use jstl functions in my pages under facelets. On 9/13/06, Iordanov, Borislav (GIC) <[EMAIL PROTECTED]> wrote: > Hi, > > Does any

RE: Portlet examples needed by portlet/MyFaces users

2006-09-13 Thread Iordanov, Borislav \(GIC\)
Hi, Does anybody know whether it's possible and how to write a customer variable resolver for the standard implementation of JSTL? That'll solve another problem with portlets: JSF correctly puts managed beans in a portlet session (via the external context I guess), but the JSTL EL looks at the "se

RE: Portlet examples needed by portlet/MyFaces users

2006-09-13 Thread Iordanov, Borislav \(GIC\)
Hi again, Another thing I had to do to ease JSP development. 3) I wrote a replacement of the JSF link tag that works in both servlet and portlet environments seamlessly (actually I develop most of the code as plain standalone application and then portalize it). In a portlet context, JSP are passe

RE: Portlet examples needed by portlet/MyFaces users

2006-09-13 Thread Iordanov, Borislav \(GIC\)
Hi, I'm one of those portlet users. I could only make some suggestions and outline what has worked so far me. Then, committers could decide what and how to incorporate in the code. Subsequently, I could test releases of MyFaces that don't need workarounds. Here are a few things: 1) I reported a p

RE: initialization of state serialization within a portal environment

2006-09-12 Thread Iordanov, Borislav \(GIC\)
you using? If anyone has ideas as to how MyFaces can fix this, be heard here. Dennis Byrne >-Original Message- >From: Iordanov, Borislav \(GIC\) [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 12, 2006 04:21 PM >To: users@myfaces.apache.org >Subject: initialization

initialization of state serialization within a portal environment

2006-09-12 Thread Iordanov, Borislav \(GIC\)
Hi,   I get this in WebSphere Portal:   Caused by: java.lang.NullPointerException: serialFactory [9/12/06 16:00:33:839 EDT] 5fd004e0 SystemErr R   at org.apache.myfaces.shared_impl.util.StateUtils.getAsByteArray(StateUtils.java:174) [9/12/06 16:00:33:839 EDT] 5fd004e0 SystemEr

RE: very simple question regarding h:inputText

2006-08-23 Thread Iordanov, Borislav \(GIC\)
cate any business logic, and I keep the Model separate from and View or Control logic. -Original Message- From: Iordanov, Borislav (GIC) [mailto:[EMAIL PROTECTED] Sent: 22 August 2006 22:00 To: MyFaces Discussion Subject: RE: very simple question regarding h:inputText That's point. Y

RE: very simple question regarding h:inputText

2006-08-23 Thread Iordanov, Borislav \(GIC\)
instead, > and they carry business model objects as properties. > > e.g. I don't use person as a managed bean - instead I have a > PersonEditor bean which will allow me to edit not only the person, but > all accompanying information as well. > > regards, > > Martin > >

RE: very simple question regarding h:inputText

2006-08-22 Thread Iordanov, Borislav \(GIC\)
while retaining the purity MVC?   On 8/22/06, Iordanov, Borislav (GIC) <[EMAIL PROTECTED]> wrote: That's point. You are essentially duplicating your business model in order to fit the UI framework. -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED

RE: very simple question regarding h:inputText

2006-08-22 Thread Iordanov, Borislav \(GIC\)
will allow me to edit not only the person, but all accompanying information as well. regards, Martin On 8/22/06, Iordanov, Borislav (GIC) <[EMAIL PROTECTED]> wrote: > No, it's defined in a Java class that contains action methods for > several different (but conceptually related) f

RE: very simple question regarding h:inputText

2006-08-22 Thread Iordanov, Borislav \(GIC\)
Tuesday, August 22, 2006 4:14 PM To: MyFaces Discussion Subject: Re: very simple question regarding h:inputText Isn't the action method a method defined in the backing bean :-? -Behi On 8/22/06, Iordanov, Borislav (GIC) <[EMAIL PROTECTED]> wrote: > I don't have a backing bean

RE: very simple question regarding h:inputText

2006-08-22 Thread Iordanov, Borislav \(GIC\)
Listener or action of the submit, clear the submitted value and local value of the component. if you want the value to be cleared when a "normal" (non-immediate) action is run, just clear the value from the backing bean that the text box is bound to. On 8/22/06, Iordanov, Boris

very simple question regarding h:inputText

2006-08-22 Thread Iordanov, Borislav \(GIC\)
Hi,   I have an input box and an “Add” button next to it that allows the user to enter new entries of something. After each submit, the text of my input box must be cleared empty. But by default JSF keeps that last submitted value as the value of the component. How do I circumvent that? A

namespace qualification in link parameters

2006-08-17 Thread Iordanov, Borislav \(GIC\)
Hi guys,   In the following:        Shouldn’t the outputlink renderer encode the parameter using ExternalContext.encodeNamespace()? It’s not doing it – I’m using 1.1.4.   Regards, Bolerio

RE: swalled exception

2006-08-16 Thread Iordanov, Borislav \(GIC\)
s would point away from a programming mistake. My point remains - wouldn't this be a good addition to faces-trace? Having an EL-resolver, and maybe DefaultActionListenerImpl with a better error-handling? regards, Martin On 8/16/06, Iordanov, Borislav (GIC) <[EMAIL PROTECTED]> wrote: > Hi

RE: swalled exception

2006-08-16 Thread Iordanov, Borislav \(GIC\)
ection. I honestly don't like this myself. I wonder if faces-trace could be extended to show exceptions like this on the page during development? regards, Martin On 8/16/06, Iordanov, Borislav (GIC) <[EMAIL PROTECTED]> wrote: > As mentionned, time constraints prevented me from fig

RE: swalled exception

2006-08-16 Thread Iordanov, Borislav \(GIC\)
ttaching a patch to fix it. At minimum, you should include the stack trace or log message. Be aware that some behavior may be mandated by the JSF spec. In this particular case, there's not enough information to even comment on the specific problem. On 7/17/06, Iordanov, Borislav (GIC) &l

RE: extensionsfilter and portlet

2006-08-03 Thread Iordanov, Borislav \(GIC\)
issue. Iordanov, Borislav (GIC) wrote: > Hi Guys, > > > > In a previous post, somebody mentioned that the ExtensionsFilter does > not work in a portal environment and "alternatives are being explored". > Is somebody really working on this and should we expect a soluti

extensionsfilter and portlet

2006-08-02 Thread Iordanov, Borislav \(GIC\)
Hi Guys,   In a previous post, somebody mentioned that the ExtensionsFilter does not work in a portal environment and “alternatives are being explored”. Is somebody really working on this and should we expect a solution anytime soon? I could hack-in the file upload functionality easily (d

RE: where are src jars?

2006-07-31 Thread Iordanov, Borislav \(GIC\)
It's possible, but it's hard. This is a "hidden source" project ;) -Original Message- From: Leyzerzon, Simeon [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 5:29 PM To: 'users@myfaces.apache.org' Subject: where are src jars? Is it possible to obtain a jar with just the sources for

RE: searching the list

2006-07-27 Thread Iordanov, Borislav \(GIC\)
common questions etc. -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 4:47 PM To: MyFaces Discussion Subject: Re: searching the list On 7/27/06, Iordanov, Borislav (GIC) <[EMAIL PROTECTED]> wrote: > Thanks a lot for pointer! That would

RE: searching the list

2006-07-27 Thread Iordanov, Borislav \(GIC\)
's usually very fruitful. -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 4:47 PM To: MyFaces Discussion Subject: Re: searching the list On 7/27/06, Iordanov, Borislav (GIC) <[EMAIL PROTECTED]> wrote: > Thanks a lot for po

RE: searching the list

2006-07-27 Thread Iordanov, Borislav \(GIC\)
PROTECTED] Sent: Thursday, July 27, 2006 3:29 PM To: MyFaces Discussion Subject: Re: searching the list   Hi Iordanov, Here; http://www.nabble.com/MyFaces-f180.html Cagatay On 7/27/06, Iordanov, Borislav (GIC) <[EMAIL PROTECTED]> wrote: Hi guys,   Is this mailing list sear

searching the list

2006-07-27 Thread Iordanov, Borislav \(GIC\)
Hi guys,   Is this mailing list searchable from somewhere? There is good chance the following question has been asked before: how to configure the MyFaces extensions filter (for file upload) with the Apache Pluto portlet container?   Thanks Bolerio

RE: source code incomplete

2006-07-27 Thread Iordanov, Borislav \(GIC\)
; for the myfaces jar, and in "org.apache.myfaces.shared_tomahawk" in the tomahawk jar. This allow the two jars to share a set of sources, without name collision or problems when using only one of the two jars. Cosma org.apache.myfaces.shared_impl 2006/7/27, Iordanov, Borislav (GIC) <[

RE: source code incomplete

2006-07-27 Thread Iordanov, Borislav \(GIC\)
incomplete   Hi, Do you build the myfaces yourself ? is it 1.1.5-SNAPSHOT version you're saying about? Regards, Catalin "Iordanov, Borislav (GIC)" <[EMAIL PROTECTED]> wrote: Hi,   Whrere can I find sour

source code incomplete

2006-07-27 Thread Iordanov, Borislav \(GIC\)
Hi,   Whrere can I find source code of this class:   org.apache.myfaces.shared_impl.taglib.html.HtmlOutputLinkTagBase   it’s in the myfaces-impl jar, but not in the corresponding source bundle.   Thanks

outputlink in portal

2006-07-26 Thread Iordanov, Borislav \(GIC\)
Hi,   When using MyFaces in a portlet, the myfaces generic portlet manages display of faces views (JSP pages in my case) with the “VIEW_ID” parameter. But when I use the   …   It does not generate the proper link. Shouldn’t the output link renderer distinguish between portlet and serv

RE: Myfaces silently dropping exceptions??

2006-07-24 Thread Iordanov, Borislav \(GIC\)
I had the same issue with Myfaces, it's actually much worst than that because in some situation it even allows the application to continue running, after logging the exception (if you have set up log4j properly). Adam Brod was kind enough to post logging setup instructions that give more informa

wizard component

2006-07-21 Thread Iordanov, Borislav \(GIC\)
Hi guys,   Anybody knows of a wizard-like component that takes the end-user through a sequence of steps with next/back buttons, validating the input at each step…   Best, Bolerio

RE: swalled exception

2006-07-18 Thread Iordanov, Borislav \(GIC\)
Brod Product Development Team "Iordanov, Borislav \(GIC\)" <[EMAIL PROTECTED]> 07/17/2006 01:22 PM Please respond to "MyFaces Discussion" To "

RE: deploy MyFaces as portlet into Websphere Portal 5.1

2006-07-18 Thread Iordanov, Borislav \(GIC\)
Is that true? Does MyFaces really require JSP 2.0? Does JSF itself require it?   From: Storm Spire [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 7:03 AM To: users@myfaces.apache.org Subject: Re: deploy MyFaces as portlet into Websphere Portal 5.1   I can deploy my ap

swalled exception

2006-07-17 Thread Iordanov, Borislav \(GIC\)
Hi guys,   I’m sure there is a way to configure logging so that this doesn’t happen, but by default I notice tons of swallowed exceptions in MyFaces. The resulting behavior obviously is that something doesn’t work and there’s no indication why. Regardless of logging the error and of my no

JSTL, managed beans and portlets

2006-07-14 Thread Iordanov, Borislav \(GIC\)
Hi again,   In a portal environment, with the built-in MyFaces portlet integration, managed beans are stored in the portlet context objects, right? For instances, session-scoped managed beans are stored in the PortletSession, not the HttpServletSession, right?     So, in a JSP, accessi

using myfaces with pluto

2006-07-14 Thread Iordanov, Borislav \(GIC\)
Hi guys,   I’m trying to get myfaces to work with the Apache Pluto portlet container. Once I got everything working. I’ll try to find the time to do write-up for your wiki. My goal is to have the same code deployable as both a standalone webapp and a portlet-based webapp. First thing I no

RE: source code

2006-07-12 Thread Iordanov, Borislav \(GIC\)
: Re: source code not yet 1.1.4 (of core) will follow soon. with sources. Wendy deployed the stuff already to http://people.apache.org/maven-snapshot-repository/org/apache/myfaces/co re/myfaces-impl/1.1.4-SNAPSHOT/ -Matt On 7/12/06, Iordanov, Borislav (GIC) <[EMAIL PROTECTED]>

source code

2006-07-12 Thread Iordanov, Borislav \(GIC\)
Hi,   Does MyFaces, as an open-source project, offer source code. It’s just for debugging. It’s pretty hard without source since when simple, standard JSF tags don’t work, there’s no exception thrown, it’s impossible to figure out what went wrong, and having source code would be very help