ken knight

Greenhorn
+ Follow
since Sep 05, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by ken knight

Thanks for the replies everyone. I'll give it a try. David, I'm currently using JRun as my application server, I'll look and see if it supports a similar functionality.
Ken
22 years ago
Hi,
I have a page, "access.jsp that contains a scriplet that redirects to a logon screen if the session is null. But once the user logs on, how do I automatically send them back to "access.jsp"?
thanks,
kk
22 years ago
Hello,
I've programmed in Java Swing in the past but now I've been tasked by my company to convert an existing Java Swing application to a web based one. All of the requirements haven't been finalized, but the basics are:
A user logs in, does a key word search using a form which will dynamically build a table and populate text input fields with the results. The user could then edit the input fields and save the new info to the database. User's priveledges to view/edit/saved based on role.
I'm currently investigating 2 suggestions by my manager:
1) Create the app using Custom JSP tags.
2) Use the Jakarta Struts model.
Any help to get me started in the right direction would be extremely helpful.
22 years ago