Re: EntityConverter

2006-07-23 Thread Cagatay Civici
Hi,I'm an hibernate user and cannot think of using hibernate-jsf without an entity converter. We've also written one for our project. http://www.jroller.com/page/cenkcivici?entry=binding_made_easy_with_jsfAlso I've written a lookup data resolver to load all the data of the given class to a

What does this error mean?

2006-07-23 Thread Boris Kovalenko
Hello! What does this error mean: /pages/admin/references/services/edit.xhtml @72,0 value=#{serviceform.periodicService.price}: Exception setting property price of base with class ru.tagnet.beans.references.services.PeriodicService It ocurred what I use f:convertNumber

newbie question : grabbing another page bean from the session

2006-07-23 Thread Paul Hussein
Hi,I am new to MyFaces and would like to know, if I have two page beanspage1bean and page2bean, they are defined in faces-config and have session scope managed-bean managed-bean-namepage1Bean/managed-bean-name managed-bean-classxxx.Page1Bean/managed-bean-class

Fwd: newbie question : grabbing another page bean from the session

2006-07-23 Thread Dennis Byrne
-Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Sunday, July 23, 2006 04:42 AM To: [EMAIL PROTECTED] Subject: Re: newbie question : grabbing another page bean from the session Hello Paul, Welcome to the MyFaces community. You want to configure your application to

Re: EntityConverter

2006-07-23 Thread Rogerio Pereira
Matthias and Cagatay (Validator man):Sure! I'll add to myfaces wiki.2006/7/23, Cagatay Civici [EMAIL PROTECTED]: Hi,I'm an hibernate user and cannot think of using hibernate-jsf without an entity converter. We've also written one for our project.

Re: EntityConverter

2006-07-23 Thread Rogerio Pereira
Wiki entry created.2006/7/23, Rogerio Pereira [EMAIL PROTECTED]: Matthias and Cagatay (Validator man):Sure! I'll add to myfaces wiki.2006/7/23, Cagatay Civici [EMAIL PROTECTED]: Hi,I'm an hibernate user and cannot think of using hibernate-jsf without an entity converter. We've also written one

some sort of chaining?

2006-07-23 Thread ragsta
Hi, there is in jsf some sort of chaining actions mechanism? I mean... I've an action method on a managed bean and based upon the result of that method i'd like to call one of two actions in another managed bean.. is that possible in some way? -- View this message in context:

Re: JSF-RI, ADF, MyFaces, Facelets. I'm lost.

2006-07-23 Thread Nicklas Karlsson
My suggestion is:MyFaces 1.1.4 (will be out soon ;)) as RuntimeTrinidad for the component set Facelets as View instead of JSP.Speaking of this combo, does anyone have a simple backing-bean-based hello world-war based on this combo that I could have a look at? Or should I just try to patch facelets

Re: How can I create Managed Beans during runtime?

2006-07-23 Thread Matthias Wessendorf
Normally, this would be no problem, because I would define a managed-bean in the faces-config.xml and use the createValueBinding-Method from the ApplicationFactory to bind my JSF-Input-components to the attribute values of my Bean. The problem now is: I want to create an independent

Tree2 rebuild node expansion

2006-07-23 Thread Daniel Haensse
Dear list, I implemented some simple code that rebuilds my tree if necessary (serverside). Now I would like to expand all nodes, that were previously expanded before the rebuild. Any idea how this could be done? Function that rebuilds the tree: private void rebuildTreeData() {

Re: breadcrumb navigation

2006-07-23 Thread Kuni
thats sounds good. it seems that trinidad has some nice components that i'll need. but how can i include trinidad in an existing project? maven returns alway's an error. here is my pom; repositories repository idMaven Snapshots/id

Re: How can I create Managed Beans during runtime?

2006-07-23 Thread Hendrik Neumann
Hi Matthias,Why not adding the MB to the faces-config of your component's faces-config.xml file?I already thought about such a solution as a emergency plan, but I would prefer the generic solution. A managed bean is just a simple javaBean which can be looked up fromthe VariableResolver. The method

Re: breadcrumb navigation

2006-07-23 Thread Matthias Wessendorf
Try that repository http://people.apache.org/repo/m2-snapshot-repository Or see wiki howto build it yourself http://wiki.apache.org/myfaces/Building_ADF_With_Maven -Matt On 7/23/06, Kuni [EMAIL PROTECTED] wrote: thats sounds good. it seems that trinidad has some nice components that i'll

Re: breadcrumb navigation

2006-07-23 Thread Kuni
the people.apache doesn't work... look at mvn output: Downloading: http://snapshots.maven.codehaus.org/maven2//org/apache/myfaces/adf/adf-faces/incubator-m1-SNAPSHOT/adf-faces-incubator-m1-SNAPSHOT.pom [WARNING] Unable to get resource from repository Maven Snapshots

Re: breadcrumb navigation

2006-07-23 Thread Matthias Wessendorf
i'll try to build trinidad myself no big deal w/ maven :) After the mentioned renaming and some repackaging (getting rid of adf inside the namespaces/packages, we'll ask the incubator_pmc for a milestone release. greetings to berlin :) HTH, Matthias

Re: breadcrumb navigation --- configuring existing webapp for adf-trinidad

2006-07-23 Thread Kuni
greetings back to from germany :-) the build was quite easy. i've installed the dependencies into my local repository. but i have a litte problem so configure my webapp. tomcat always sais: 24.07.2006 00:13:44 org.apache.myfaces.adfinternal.application.StateManagerImpl restoreView

Re: breadcrumb navigation --- configuring existing webapp for adf-trinidad

2006-07-23 Thread Matthias Wessendorf
Try to look at http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-demo/src/main/webapp/WEB-INF/web.xml?view=markup and please move Trinidad/ADF related questions to the adffaces-incubator list. thx, matt On 7/23/06, Kuni [EMAIL PROTECTED] wrote: greetings back to from

Re: breadcrumb navigation --- configuring existing webapp for adf-trinidad

2006-07-23 Thread Kuni
hey matthias, thanks for your fast help!! i solved the problem by setting context-param param-name org.apache.myfaces.adf.CLIENT_STATE_METHOD /param-name param-valueall/param-value /context-param i've to analyze the results of property in the nexnt time..

Re: multi column/row header with t:dataTable

2006-07-23 Thread nimisha sharma
Hi Kuni, What i meant was that whereever you have t:datatable ... h:column f:facet name=header/f:facet /h:column ... /t:datatable in t: datatable , you will have an attribute columnClasses, you can just set that to columnClasses=col1, col2 and in ur stylesheet, you can have .col1{

Re: JSF-RI, ADF, MyFaces, Facelets. I'm lost.

2006-07-23 Thread Kapil Kataria
Hi Cyrille, You can go Further with Spring + JSF + Hybernate + WebServices They shall fullfill your application requirement easily You can use IOC from Spring and Hybernate Compatibilty for Database Connectivity from Spring For UI use JSF My Faces. For Build Use Maven Use can even use

Re: Help Needed For JSFFramework Documentation

2006-07-23 Thread Kapil Kataria
try to open the file using index.faces It will Work - Kapil On 7/21/06, nimisha sharma [EMAIL PROTECTED] wrote: I tried to import the project given on springframework.org.. it doesnt seem to work. it gets deployed but index.jsp cannot be accessed. there is not faces servlet!! I tooneed