aspose file tools
The moose likes JSP and the fly likes JSP page wont call other jsp page!! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply locked New topic
Author

JSP page wont call other jsp page!!

campos teixeira
Ranch Hand

Joined: May 23, 2004
Posts: 51
HI

I trying to connect to the database through jsps page but my main.sjp page just calls the process.page but doesnt connect to the database I cant see the problem in it??

Can anyone ??

Thiis is the code for the main.jsp page:



and this is the process.jsp page:


So what I am doing wrong!!
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56521
    
  14

Aside from performing database access from a JSP page, which I consider an abomination against nature, just saying "it doesn't work" doesn't help anyone help you. What symptoms are you seeing? Any error messages? What are you expecting to happen that isn't?
[ May 31, 2004: Message edited by: Bear Bibeault ]

[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56521
    
  14

campos, it is against JavaRanch policy to post the same question in multiple forums. It just wastes people's time whne mutliple redundant conversations take place. Since you already posted this here, any continuing discussion should take place in that topic.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JSP page wont call other jsp page!!
 
Similar Threads
creating a Loginpage.jsp in JSP with LOGIN id and Password.
What is the problem with this code!!!
JSP validation
Help with this code!
problem with JSP