RE: Where oh where is SourceCodeServlet in Tomahawk 1.1.3/MyFaces 1.1.3? ---------------- RE: Dennis Byrne is the MAN! WoooHooooooooo!!!!!!!!!!!!! RE: need to change renderer for tree column (for Tree

2006-06-24 Thread Rick
I have these jar files in my WEB-INF/lib myfaces-api-1.1.3.jar myfaces-impl-1.1.3.jar myfaces-shared-core-2.0.2.jar myfaces-shared-impl-2.0.2.jar myfaces-shared-tomahawk-2.0.2.jar tomahawk-1.1.3.jar I am still getting this message: 2006-06-23 23:24:12,281 ERROR

Thanks Dennis... Thanks Matthias RE: Where oh where is SourceCodeServlet in Tomahawk 1.1.3/MyFaces 1.1.3? ---------------- RE: Dennis Byrne is the MAN! WoooHooooooooo!!!!!!!!!!!!! RE: need to change r

2006-06-24 Thread Rick
I forgot to mention. It works now. I just changed the Servlet to org.apache.myfaces.shared_tomahawk.util.servlet.SourceCodeServlet. P.S. Matthias where are those pictures you promised from JavaOne. I am still waiting for the group picture. :o) -Original Message- From: Rick

how can i remove message from faces context

2006-06-24 Thread sarma
public String login(){ try{ check=false; openConnection(); System.out.println(login action); ps=con.prepareStatement(select userid,password from epr_users where userid=? and password=?); ps.setString(1,userid); ps.setString(2,password); ps.execute();

Re: Where oh where is SourceCodeServlet in Tomahawk 1.1.3/MyFaces 1.1.3? ---------------- RE: Dennis Byrne is the MAN! WoooHooooooooo!!!!!!!!!!!!! RE: need to change renderer for tree column

2006-06-24 Thread Dennis Byrne
You will probably want to remove these ones ... myfaces-shared-core-2.0.2.jar myfaces-shared-impl-2.0.2.jar myfaces-shared-tomahawk-2.0.2.jar The contents of these are sqeezed into the impl and tomahawk jars. Dennis Byrne -Original Message- From: Rick [mailto:[EMAIL PROTECTED] Sent:

need to change renderer for tree column (for Tree table Tomahawk feature)

2006-06-24 Thread Rick Hightower
I downloaded the source, but the tree column does not seem to have a renderer mentioned in the faces-config.xml file. What gives? I looked at the source for the tree column as well. It does not do inline rendering. So where is the renderer if it is not metioned in

MyFaces

2006-06-24 Thread mail.stargard.mm.pl
MyFaces 1.1.1 has duplicate ID problems. Upgrade to 1.1.2 or higher. On 6/23/06, Matt Hughes [EMAIL PROTECTED] wrote: I had been getting a duplicate id error in my JSF app whenever I did a postback.The stacktrace looks like:java.lang.IllegalStateException: Client-id : _id5 is

Re: ExtensionsFilter not correctly configured. JSF mapping missing. JSF pages not covered.

2006-06-24 Thread Martin Marinschek
Yes, in 2.4 there is a possibility to handle this. But I need to say that for portlets, we'd also run better without a filter.regards,MartinOn 6/23/06, Andrew Robinson [EMAIL PROTECTED] wrote: In the 2.4 servlet spec you can add DISPATCHER tags to the filter and specify FORWARD, INCLUDE and

Error page in JSF - facelets

2006-06-24 Thread Andrew Robinson
I am trying to get a JSF error page to work (error-page registered in web.xml). I am using the following jars: Facelets 1.0.14 MyFaces Core 1.1.3 Tomahawk 1.1.2 When I get a 404 error (or another error) I get the following error: java.lang.IllegalStateException: getOutputStream() has already

Nested popups - possible?

2006-06-24 Thread xzuma
Hello community! I've tried to nest one primitive tomahawk popup inside of another, and got a nullpointer exception. I guess it is not possible to create multilevel nested popups with this component. Right? Thanks. Z