Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~908 People Reached
Favorite Forums
Favorite Tags
jsp x 7
Member Avatar for saasbs

Hi im a new member in this forum.. i really need your help as soon as possible, im doing my final project for graduating, its about doing a website for a hotel in jsp. i almost finished everything, now which im stock in it, and dont know how to do …

Member Avatar for yafa
0
253
Member Avatar for suigion

Hi All, I want to develope database-driven application using JSP and JRun as the server. THe thing I want to know is how do I connect to the MSSQL Server 2000 database using JSP? What type of JDBC? And how to install the JDBC driver? Thanks in advance... :)

Member Avatar for alimirmd
0
159
Member Avatar for alimirmd

Hi, My program is something like this: [code] java.util.Vector v1991=new java.util.Vector(30); int f1=1; int f2=10; v1991=mb1.Sel(f1,f2); [/code] // Here,mb1 is the bean and sel is the function where I select the // records between employee number f1 and f2 [code] if(request.getParameter("submitxyz")!=null) { f1=f1+10; f2=f2+10; v1991=mb1.Sel(f1,f2); } [/code] // submit xyz …

Member Avatar for jwenting
0
113
Member Avatar for alimirmd

Hi, I think I have already posted this,but may be in some other forum. I need to post this in JSP forum. Here,all I need is a replacement of goto statement.I want to check for a condition,and if that condition is true,I want the compilet to goto if() statement and …

Member Avatar for ~s.o.s~
0
250
Member Avatar for hegRT

Hi there, I have a class that returns a value based on a calculation with in the class 2 of the variables are called from a database, which is working however when I try to output the result on a jsp page ie. calling the property 'rating' I am told …

Member Avatar for alimirmd
0
133