RE: master-detail redirection with annoteded request bean and tomahawk updateActionListener

2007-08-04 Thread �rico
way I appreciate all the help that I had from the list []s Érico Gary VanMatre <[EMAIL PROTECTED]> wrote: >From: > > Hi > > Wrong list - Try the MyFaces list for questions regarding Tomahawk > Unless you are using Shale Clay, as Hermod stated, myfaces would be the be

Re: SV: master-detail redirection with annoteded request bean and tomahawk updateActionListener

2007-08-04 Thread �rico
ok I got that already thanks Hermod Opstvedt <[EMAIL PROTECTED]> wrote: Hi Please redirect questions regarding Tomahawk to the MyFaces list. Hermod -Opprinnelig melding- Fra: Érico Teixeira [mailto:[EMAIL PROTECTED] Sendt: 30. juli 2007 20:26 Til: user@shale.apache.or

master-detail redirection with annoteded request bean and tomahawk updateActionListener

2007-07-30 Thread �rico
I have an use case where I need to load a dataTable with all monthly fees from a student and put a link in id column to redirect to an annotaded Fee Request Bean where I can visualize all details ... I've tried to use : ... In my faces_config.xml I have : *

Re: Integrating Shale with Facelets

2007-07-20 Thread �rico
the package. > > > > > > i.e. mvn clean package > > > > > > That will get rid of the dependencies that are > already copied to the > > > target directory but not in your pom. > > > > > > On 7/20/07, Érico Teixeira > <[EMAIL PROTE

Re: Integrating Shale with Facelets

2007-07-19 Thread Érico Teixeira
javax.el el-api 1.0 el-impl el-impl 1.0 On 7/18/07, Érico Teixeira <[EMAIL PROTECTED]> wrote: > > Hi > > I'm trying to create a > project using Maven, Shale, Facelets

Re: Integrating Shale with Facelets

2007-07-18 Thread Érico Teixeira
1.0 el-impl el-impl 1.0 On 7/18/07, Érico Teixeira <[EMAIL PROTECTED]> wrote: > > Hi > > I'm trying to create a > project using Maven, Shale, Facelets and MyFaces > > I added the folowing dependency im my P

Integrating Shale with Facelets

2007-07-17 Thread Érico Teixeira
Hi I'm trying to create a project using Maven, Shale, Facelets and MyFaces I added the folowing dependency im my POM : com.sun.facelets jsf-facelets 1.1.11 commons-el commons-el 1.0 In m