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
~2K People Reached
Favorite Forums

9 Posted Topics

Member Avatar for arden_k

Hi All, I'm getting the following "Undefined type: ArrayList" for the following line of code "<jsp:useBean id="students" type="ArrayList<beans.UserBean>" scope="session" />" Could someone tell me what I did / didn't do the get this error and what I have to do to resolve it. Many thanks, AK

Member Avatar for arden_k
0
354
Member Avatar for hatrickwah
Member Avatar for hatrickwah
0
142
Member Avatar for Mazinger

Hi Eric, Why are you using 2 check boxes for one field? 1 will work and it is less complicated. [CODE]<% If synlig = "on" Then rsBok("status") = True else rsBok("status") = False End If %> [/CODE] You are setting both check boxed to "value=on", the field can not be …

Member Avatar for arden_k
0
437
Member Avatar for arunpgs

You need to close this post and repost this question in the ASP.NET forum

Member Avatar for arden_k
0
64
Member Avatar for jacksantho
Member Avatar for ZahidAliGul

When you say page, do you mean report? Step 1. To make the back end data you have to make a query that groups and counts the records of interest. Step 2. Make a report that uses the query for data. You can sum the records in the report for …

Member Avatar for ChrisPadgham
0
147
Member Avatar for arden_k

Hi All, I'm trying to get the JSP database connectivity according to (MVC) Model 2 tutorial to work but I'm missing something. I wanted to look at the files available for download to try to locate the answer to my question; danijsptutorial-database.zip and daniwebtutorial.zip. When I try to download the …

Member Avatar for peter_budo
0
219
Member Avatar for fatzky_04

Your question is vague, do you want the admin to go to one form and users to go to another after they login? If this is the case then use an if statement after login verification to direct users to their form and admins to the admin form. hth AK

Member Avatar for arden_k
0
104
Member Avatar for SamJoe1

You will need to learn the following: VB Script, Case statements, conditional statements, loops, SQL and database management. The page you referenced builds a where clause for a database query using the combo and check boxes. I suggest you look at ASP.net because Classic ASP does not have the nice …

Member Avatar for arden_k
0
173

The End.