[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: all my richfaces imports all of a sudden underlined in r

2009-06-04 Thread Meghiddo
I had been messing around with JAR setup. I went ahead and made a new project though and it is better set up than this one was so Im just going to use that anyway, thanks for the reply though. It seems things are working better now that I put them all in the lib folder View the original post :

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: all my richfaces imports all of a sudden underlined in r

2009-06-03 Thread Meghiddo
and now this SEVERE: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener | com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! | Source Document: jndi:/localhost/NIRAP/WEB-INF/faces-config.xml | Cause: Unable t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: all my richfaces imports all of a sudden underlined in r

2009-06-03 Thread Meghiddo
I was able to retyp all the lines that were underlined in red, and they no longer had errors. But when I try to launch a page that uses the beans that were red, it still gives me the above error. For some reason the jsf pages are telling me I have deployment problems and my java code is saying

[jboss-user] [Installation, Configuration & DEPLOYMENT] - all my richfaces imports all of a sudden underlined in red,

2009-06-03 Thread Meghiddo
All of the org.richfaces imports are all of a sudden underlined in red, and of course any thing in the code that uses them. So of course my jsf pages that use these beans will not load. When i tried to load one I see: HTTP Status 500 - | | ---

[jboss-user] [Beginners Corner] - Re: How do I add the richfaces library to eclipse? (experien

2009-05-04 Thread Meghiddo
Well I did try with JBoss as well as per your instructions but I still got similar issues. Thanks for the tip though, I did not make the distinction View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228308#4228308 Reply to the post : http://www.jboss.org/index

[jboss-user] [Beginners Corner] - Is there a tag for creating simple line charts with data poi

2009-05-03 Thread Meghiddo
I'm needing to generate a line chart over time using a collection of data points. Ideally the data points will appear as dots along the line that you can hover over and see the values of. But that will be in the enhanced phase, for now I just want to get a line chart to show up after feeding i

[jboss-user] [Beginners Corner] - Re: How do I add the richfaces library to eclipse? (experien

2009-05-03 Thread Meghiddo
well icefaces gave me the same problem, but I have this problem fixed for richfaces at least. first I had to manually add each JAR to my project. Then restart eclipse. Then start tomcat. However all the JARs still were not being exported to tomcat/wtpwebapps/project/WEB-INF/lib, so I ahd to

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Does eclipse 3.4.2 have build path configuration bugs?

2009-05-02 Thread Meghiddo
thanks, I actually did post it there too, although not in that particular forum category (I went to tomcat). I posted this on many forums because I can't seem to find an answer to it from anyoneyet View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227898#422789

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Does eclipse 3.4.2 have build path configuration bugs?

2009-05-02 Thread Meghiddo
I am having probelsm creating a project with richfaces or icefaces. I can create them just fine, with no errors, but when I try to view them at localhost I get a 404 error (I dont get this error when I do a straightforward jsf project, only icefaces and richfaces). When I create a richfaces pr

[jboss-user] [Beginners Corner] - Re: How do I add the richfaces library to eclipse? (experien

2009-05-02 Thread Meghiddo
screw it I am using IceFaces lol View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227665#4227665 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227665 ___ jboss-user mailing lis

[jboss-user] [Beginners Corner] - Re: How do I add the richfaces library to eclipse? (experien

2009-05-01 Thread Meghiddo
I am using eclipse 3.4.2 btw I just found out, does that mean I need to change anything? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227652#4227652 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227652 _

[jboss-user] [Beginners Corner] - Re: How do I add the richfaces library to eclipse? (experien

2009-05-01 Thread Meghiddo
maybe it has something to do with the default file structure for projects in eclipse? I have noticed that sometimes I will download source files for a project, and sometims I cannot open it when I try to import it into eclipse. WHen I look around in the folder I notice all the files that are s

[jboss-user] [Beginners Corner] - Re: How do I add the richfaces library to eclipse? (experien

2009-05-01 Thread Meghiddo
I am obviously missing something here. I thought I could just download the richfaces binary zip file, and create a new library that had the richfaces components, and leave everything else as is. So I need to use JBoss as my target runtime? I have been using Apache Tomcat v6.0. I didn't even

[jboss-user] [Installation, Configuration & DEPLOYMENT] - cant run the greeter sample from richfaces developers guide

2009-04-28 Thread Meghiddo
I am trying to follow the tutorial here: http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/devguide/en/html/GettingStarted.html#DownloadingRichFaces I do everything to the letter, and I am getting no compile errors or warnings. However when i try to go to http://loca

[jboss-user] [Beginners Corner] - Re: How do I add the richfaces library to eclipse? (experien

2009-04-28 Thread Meghiddo
the greeter tutorial says to "create a project and call it greeter" then import all the necessary libraries. what librares is it referring to? I dont think I am supposed to import the richfaces library at this poit, because the tutorial then goes on to tell you how to add those three jar files.

[jboss-user] [Beginners Corner] - How do I add the richfaces library to eclipse? (experienced

2009-04-28 Thread Meghiddo
I made a post earlier but I don't think it is going to get any answers, there doesnt seem to be enough info to answer it and I dont know what else to add. So Im going to go from the beginning and make sure Im doing it all correctly. SO to add the library I go to the preferences window and go

[jboss-user] [Beginners Corner] - Re: trouble with greeter example...

2009-04-28 Thread Meghiddo
sorry for multiple replies, I am not seeing a way to edit a post.. I still cant figure this out at all. Im guessing the problem lies in how I added the richfaces library? I dont know. When I made the project (with eclipse) I got to the third page askin what implementation to use. I chose moj

[jboss-user] [Beginners Corner] - Re: trouble with greeter example...

2009-04-28 Thread Meghiddo
BTW, when I restart the tomcat server I get the followin, hopefully it will provide needed insight because I realize there isnt much info to go on here, I just dont knwo what else to post to help figure this out: Apr 28, 2009 2:09:21 PM org.apache.tomcat.util.digester.SetPropertiesRule begin WAR

[jboss-user] [Beginners Corner] - trouble with greeter example...

2009-04-28 Thread Meghiddo
Hi all, Im very new to most of this, I won a design challenge at my school so now Im working on a real project for a company, so I have been having to teach myself all kinds of new things. I have been joking that I have taught myself more in the last two months thans I have learned in the last