[jboss-user] [Beginners Corner] - Re: JSF and JBoss

2006-11-08 Thread angbellavia
Yes I did close the tag... I recieved the files from the Sun web siteI was told that you need the following JARs in the /lib directory of your project: commons-beanutils.jar, commons-collections.jar, commons-digester.jar, commons-logging.jar, jsf-api.jar jsf-impl.jar, jstl.jar and standard

[jboss-user] [Beginners Corner] - JSF and JBoss

2006-11-06 Thread angbellavia
I'm trying to run a JSF example in my application and I allways get the following error: org.apache.jasper.JasperException: Exception in JSP: /searchForm.jsp:5 2: <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %> 3: <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %

[jboss-user] [Beginners Corner] - Re: Trying to compile with javax.servlet.jsp.tagext.*...

2006-10-20 Thread angbellavia
I'm currently compiling with JCreator. Do I just add javax.servlet.jsp to the same directory and then compile my Java file? I've tried this and I still recieve the same build errors cause it can't find those libraries. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [Beginners Corner] - Trying to compile with javax.servlet.jsp.tagext.*...

2006-10-20 Thread angbellavia
I have a class that I am trying to compile that has the following libraries: import java.util.*; import javax.servlet.jsp.tagext.*; import javax.servlet.jsp.*; import java.io.*; I was told that I need some sort of .jar file to make this file compile. Does anyone know what I am looking for and h

[jboss-user] [Beginners Corner] - Re: EL does not get picked up

2006-10-18 Thread angbellavia
Here is a JSP from an example I'm reading from a book that does'nt work on my systesm: <%@ page import="java.util.*" %> Topic Questions Topic Questions The number of questions in topic ${questions.topic} is ${questions.numQuestions} <% Map topic = questions.getQuestions(); Iterator keys = to

[jboss-user] [Beginners Corner] - Re: EL does not get picked up

2006-10-16 Thread angbellavia
Yes, I am doing that. It still does not work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978642#3978642 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978642 ___ jboss-u

[jboss-user] [Beginners Corner] - EL does not get picked up

2006-10-16 Thread angbellavia
I'm trying to use EL statements within my pages and it seems to just pick it up as template data. If I have: ${...} where '...' is some expression, it will just print ${...} It does not evaluate my EL statements. I know that EL statements are on by default so that can't be the problem. Any i

[jboss-user] [Beginners Corner] - Re: Cannot see page

2006-10-12 Thread angbellavia
I have a follow up question: I'm trying to create a helloworld app to test. I put the helloworld.ear file that I created into: c:\jboss\server\all\deploy but when I go to "http://localhost:8080/hello"; it does not run and says page cannot be found. my application.xml file in my META-INF folde

[jboss-user] [Beginners Corner] - Re: Cannot see page

2006-10-12 Thread angbellavia
This is weird. Currently I had the environment variable named JAVA_HOME set to: C:\Program Files\Java\jdk1.5.0_09 I changed this location and the environment variable location to: C:\jdk1.5.0_09 And now everything works fine!!!:) So I guess I'm up and running... View the original post :

[jboss-user] [Beginners Corner] - Re: Cannot see page

2006-10-12 Thread angbellavia
The file name is: jboss-4.0.4.GA.zip And in that folder there are: 2 folders: manager WEB-INF and 4 files: favico.ico index.html jboss.css logo.gif Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977966#3977966 Reply to the p

[jboss-user] [Beginners Corner] - Re: Cannot see page

2006-10-12 Thread angbellavia
OS is Windows XP (for now) JVM is 1.5.0._09 I just downloaded JBoss yesterday so I am assuming the newest version. I uncompressed the files to C:\jboss (did not use the installer) When I run jboss I was told to run like: ...\bin\run -c all This seems to work fine and in the end says that the

[jboss-user] [Beginners Corner] - Cannot see page

2006-10-12 Thread angbellavia
I start the JBoss Server and it says it starts fine in the console, but when I go to the Web and type: http://localhost:8080 It says page cannot be found. I am not behind any firewalls and this is just a standalone workstation. Any Ideas? View the original post : http://www.jboss.com/index.