where can get examples

2006-07-05 Thread wch zll
Hi, I am a newbie in myfaces. I am trying to download the myfaces-1.1.3-examples.zip file, but i cant find it anywhere. So can anyone help. >From website : http://www.irian.at/myfaces.jsf, there are working demos, but i want get a one that i can try out on my localhost. thanks! ch ___

RE: abt how to locate jsp file and the syntax of myfaces-config.xml

2006-01-13 Thread wch zll
uld want to use yyy.jsp as an > include later on, > rather than direct access to it. For example... > > <%@ include file="/WEB-INF/jsp/include.jsp" %> > > > I could be completely wrong about this. I've not > used the spring frame > work. > > JP

RE: abt how to locate jsp file and the syntax of myfaces-config.xml

2006-01-13 Thread wch zll
you would want to use yyy.jsp as an > include later on, > rather than direct access to it. For example... > > <%@ include file="/WEB-INF/jsp/include.jsp" %> > > > I could be completely wrong about this. I've not > used the spring frame > work. >

RE: abt how to locate jsp file and the syntax of myfaces-config.xml

2006-01-13 Thread wch zll
u have the yyy.jsp under WEB-INF ? > > > > > -----Original Message- > From: wch zll [mailto:[EMAIL PROTECTED] > Sent: 13 January 2006 12:50 > To: myfaces > Subject: abt how to locate jsp file and the syntax > of myfaces-config.xml > > Hi, > > I h

abt how to locate jsp file and the syntax of myfaces-config.xml

2006-01-13 Thread wch zll
Hi, I have a standard web application, it's arranged in very normal way. The structure of folders like: mywebapp index.jsp xxx.jsp --css --some css files --jscript --some js files --images --some images --WEB-INF --web.xml --myfaces-config.xml --classes --com --work

NullPointerException of running tabpane

2006-01-12 Thread wch zll
Hi, I just faced a very simple problem, but i just cant it figure out. I make a very simple test.jsp like: <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h"%> <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f"%> <%@ taglib uri="http://myfaces.apache.org/tomahawk"; prefix="t"%>

abt tree2 collapse other node, just open select one

2006-01-12 Thread wch zll
Hi, I am wondering how to configure the tree2 has behavior as Click to expand a node, but collapse the other opened node. And where to get more doc about using tree tags, as in the -->> , the usage of the varNodeToggler="t", "t". Like from the sample jsp, i saw t.nodeExpanded, t.nodeSelected, but

ABt Tree2 documents

2006-01-08 Thread wch zll
Hi, In the tree2 example, there are some jsp tags. I can find the doc abt t.tree2 tag-->, but where to find the more doc abt the tree2 tags, say like -->varNodeToggler="t", the "t" 's atrributes/methods? Best Wishes! chaohe __ Yahoo! D

ABt Tree2 to become dynamic tree

2006-01-06 Thread wch zll
Hi All, Is it possible to get the tree2 have function of adding/deleting/editing node by right click on a node? So means: if right click on a node, first select option "add/delete/edit", 1.then shows a dialog and then filling some infor, then a new node become the child of the node just clicked