colm o'donnell

Greenhorn
+ Follow
since Apr 07, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by colm o'donnell

Hi,

I was just wondering if anyone could tell me the security fall backs on JSP. I am trying to do a report on the differences in security between JSP and PHP. If anyone has experience in both and could compare them that would be even better.

thanks a million
Colm
16 years ago
JSP
Hi

I'm trying to get JSTL working on my computer. I am using tomcat 5.5.17. I have put the standard.jar and JSTL.jar in my webapps/ROOT/WEB-INF folder but I'm still getting an error. This is my code for my test page -



When I run it tho I get this error:

java.lang.NoClassDefFoundError: org/apache/xpath/XPathException

Can somebody please please help me with this.

Thanks a Million

Colm
16 years ago
JSP
ok how do I know what version of JSP and what version of JSTL i'm using?
16 years ago
JSP
Thanks a million for all the help guys but unfortunately i changed the prefix and got rid of the bracket but now I am getting this error:

org.apache.jasper.JasperException: /website/test.jsp(8,1) According to TLD or attribute directive in tag file, attribute xml does not accept any expressions

Anybody know what this means?

Thanks a million again
Colm
16 years ago
JSP
ok i have a little sample on the JSTL tags but im getting this error

org.apache.jasper.JasperException: /website/test.jsp(3,0) Unterminated <%@ taglib tag

code for sample is:


do you know why i'm getting this error?

Thanks
Colm
16 years ago
JSP
because i don't know what they are!
16 years ago
JSP
Hi I was hoping for some help retrieving XML data using JSP. I have the following JSP page (home.jsp):


and I have the following XML page(clubs.xml):



What I want to do is straight forward enough - I want to replace their names in the HTML code with the values of the name nodes and replace their description in the HTML with the values of the story nodes.

I would really appreciate someones help.

Thanks in Advance
Colm
</clubs>
[ April 24, 2008: Message edited by: colm o'donnell ]
16 years ago
JSP
I haven't no. Whats that??
16 years ago
JSP
Hi
I am trying to access an XML file using JSP and I don't really have a clue. Can anyone help me. My XML is as follows:



it is in a file called clubs.xml.

I just want to be able to display the name and manager on a JSP page.

Thanks in advance

Colm
[ April 18, 2008: Message edited by: colm o'donnell ]
16 years ago
JSP
java. lang. ClassNotFoundException : com.mysql.jdbc.Driver


Hi

This is an error I'm getting when trying to create a website in netbeans. Can someone please help me. I'm using mysql and mysql-connector-java-5.0.8.
Thanks a million,
Colm
Hi I was on here yesterday trying to get some help but am still stuck exactly where I was yesterday. I am making a website for football clubs and i have a database witht the following fields:

ClubID
ClubName
ClubManger

On the first page,clubs.jsp, I want there to be a list of clubs names from the database. When their clicked on I want the database to be accessed and the the clubid to be retreived. I then want to be brought to the next page, profile.jsp and display the Club name and manager according to that ClubID. Please Please Please can some one help me with this code Please. I am a complete beginner at JSP so please be gentle.

Thanks,
Colm
16 years ago
JSP
is that using jsp?? can I get some full code off you if it wasn't too much trouble as I am really struggling with this. I have it working in PHP but want to change it to JSP. Shall i show you the PHP code to show you the way it is done??
16 years ago
JSP
Hi I am just starting with JSP and I was wondering if someone would be kind enough to help me. I want to use the get method to send a variable to the next page. I am making a website for football clubs and i have a database witht the following fields:

ClubID
ClubName
ClubManger

On the first page there is a list of clubs names. When you click on the clubs name I want it to bring you to the profile page of that club. So what i want is for when someone clicks on Arsenal, for example, their id number is sent onto the profile.php page and I can get the ClubName and ClubManager fields out of the database using the ClubID.

Please be gentle as I am only starting thanks!!

Thanks in advance,
Colm
16 years ago
JSP
I thought the same but its a project for college and they want me to do it in netbeans so I'm going to have to stay with that i'm afraid

thanks.
As i said I am kinda new at this. I am doing a comparison between JSP and PHP and I am building 2 simple website that access mysql. I don't really know much about JSP although I know PHP. I am using Netbeans to make the application. I have MySQL installed on the computer will Netbeans be able to access that??

Thanks again

Colm