Fw(5): rameau rameau1982

2016-12-21 Thread rameau rameau1982
Unable to display full message. You can view it by clicking here Wed, 21 Dec 2016 20:56:42 + Mail error code: snvht

From rameau1...@hotmail.com

2014-02-20 Thread rameau rameau1982
http://SUDHAVINDU.CO.IN/images/scores.php

RE: jdbc sql update doesn't work

2007-12-30 Thread rameau rameau1982
The logs don't say anything because there's no errors. It simply doesn't update the database without giving errors. > Date: Sun, 30 Dec 2007 10:38:45 +> From: [EMAIL PROTECTED]> To: > users@tomcat.apache.org> Subject: Re: jdbc sql update doesn't work&g

jdbc sql update doesn't work

2007-12-30 Thread rameau rameau1982
hi!When trying to do an update on my database via JDBC it doesn't do anything. I give you the sources and if somebody can help me it would be great! thank's! PS: everything else works perfectly. _ La vida de los famosos al desnudo en

RE: javax.servlet.ServletException

2007-12-30 Thread rameau rameau1982
ry are you using for this purpose? and how the index.jsp/index.html is> presented to the client's browser?> > M--> - Original Message -> From: "rameau rameau1982" <[EMAIL PROTECTED]>> To: "Tomcat Users List&q

javax.servlet.ServletException

2007-12-26 Thread rameau rameau1982
If somebody wants to know I've solved my problem. The UserVO class has to be: package webusr31.pracfinal.model.dao; public class UserVO { public int id; public String name; public String password; public int getId() { return id; } public String getName() { return name; } } And I w

RE: javax.servlet.ServletException

2007-12-26 Thread rameau rameau1982
getAttribute( "srv" > > ).receivedMessages()> > > Overall, the EL expression language was designed > around the idea of > accessing information via JavaBean patterns and doesn't > work with > straight function calls like your are attempting. Use the >

RE: javax.servlet.ServletException

2007-12-26 Thread rameau rameau1982
alsoplace the login.html in the webapp folder you should have copy login.html $CATALINA_HOME/webapps/practica3/login.htmlonce the browser client files are in place we can start to concentrate on the taglibs (jstl or struts) and then the controller code..Martin-- - Original Message - From: rameau

RE: javax.servlet.ServletException

2007-12-24 Thread rameau rameau1982
mechamismyour web.xml should contain at least 1 welcome display file such as this input declaration in web.xml Login.html Good LuckM-- - Original Message - From: rameau rameau1982 To: [EMAIL PROTECTED] Sent: Sunday, December 23, 2007 6:00

javax.servlet.ServletException

2007-12-23 Thread rameau rameau1982
ok, the problematic one is thi .rar archive, the other one is a copy of my partner that runs ok. But I still want to know what I do wrong beacause I can't see the difference between my project and my partner's project.Can somebody help me? ___

RE: javax.servlet.ServletException

2007-12-23 Thread rameau rameau1982
; > List getUserListToSend() {> > List users .> return users;> }> > where User has a property 'name' > which would be a JavaBean with a method > something like:> > String > getName();> > In a normal JSP you would not expect the method to have () a

javax.servlet.ServletException

2007-12-23 Thread rameau rameau1982
Hi again, by a problem with hotmail I have only been sending messages with one person. I'll put it all again with a .rar that is all my project. Hi!I'm studying at the university an assignature based on web applications developement using java servlets, tomcat, Model-view-controller, and a fra

RE: javax.servlet.ServletException: Cannot execute view page '/mail.view'

2007-12-23 Thread rameau rameau1982
t java source files> > Bon Chance/> M--> - Original Message -> From: 'rameau rameau1982' <[EMAIL PROTECTED]>> To: > Sent: Sunday, December 23, 2007 6:28 AM> Subject: javax.servlet.ServletException: Cannot execute view page> '/mail.view'

RE: javax.servlet.ServletException: Cannot execute view page '/mail.view'

2007-12-23 Thread rameau rameau1982
lay all relevant java source files> > Bon Chance/> M--> ----- Original Message -> From: 'rameau rameau1982' <[EMAIL PROTECTED]>> To: > Sent: Sunday, December 23, 2007 6:28 AM> Subject: javax.servlet.ServletException: Cannot execute view page> '

javax.servlet.ServletException: Cannot execute view page '/mail.view'

2007-12-23 Thread rameau rameau1982
Hi! I'm studying at the university an assignature based on web applications developement using java servlets, tomcat, Model-view-controller, and a framework done by my teacher that is a simplification of struts (we use his .jar to implement all te classes of his framework and he has told us tha

error with javac

2007-12-03 Thread rameau rameau1982
hi, I have 2 java classes in the same directory. One of them (SlateServlet.java) creates a new object from the other class (UsersDB.java). When I compile UsersDB, everything is correct and the .class archive is in the same path as the other .java archives. But when I want to compile the SlateS