RE: Menu Model Problems and ADF Source Code

2006-04-27 Thread Jeremy Sager
Sent: Thursday, April 27, 2006 11:48 AM To: adffaces-user@incubator.apache.org Subject: RES: Menu Model Problems and ADF Source Code Thank you, Felix. That was the option I was considering. I insisted using the model because it seemed so simple, if it worked. "Just pass a MenuModel and everythi

RES: Menu Model Problems and ADF Source Code

2006-04-27 Thread Fábio C . Ríspoli
C. Rispoli -Mensagem original- De: Frank Felix Debatin [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 27 de abril de 2006 12:40 Para: adffaces-user@incubator.apache.org Assunto: RE: Menu Model Problems and ADF Source Code Fabio, My 2 cents: I found the menu model stuff in ADF very confusing

Re: Menu Model Problems and ADF Source Code

2006-04-27 Thread Adam Winer
gt; using facelets with ADF). > > Frank Felix > > > -----Original Message- > > From: Fábio C. Ríspoli [mailto:[EMAIL PROTECTED] > > Sent: Thursday, April 27, 2006 5:12 PM > > To: adffaces-user@incubator.apache.org > > Subject: Menu Model Problems and ADF Sou

RE: Menu Model Problems and ADF Source Code

2006-04-27 Thread Frank Felix Debatin
> Sent: Thursday, April 27, 2006 5:12 PM > To: adffaces-user@incubator.apache.org > Subject: Menu Model Problems and ADF Source Code > > Hi, > > I am facing some problems trying to implement some menus > using ADF Menu Models. What is happening is that only the > first

Re: Menu Model Problems and ADF Source Code

2006-04-27 Thread Adam Winer
The component classes are generated during the build process from metadata and from Java templates (in adf-faces-api/src/main/java-templates). So, with the drop, you need to build it to get those components full source. When the full process begins (I'm workin' on it!) I suspect we'll release sou

Menu Model Problems and ADF Source Code

2006-04-27 Thread Fábio C . Ríspoli
Hi, I am facing some problems trying to implement some menus using ADF Menu Models. What is happening is that only the first level of the menuModel is shown and it does not work properly. I thought about examining the source code for the ADF components but found nothing useful in the apache-dro