Diggy Lans

Greenhorn
+ Follow
since Jul 29, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Diggy Lans

Hello!
I display some data from a database to a user. The data lives in an ActionForm. A user may change the data and in this case I want to save it to the DB. But I am looking for a way not to save data if nothing was changed. Is there a way to do it with Struts?
thanks in advance
21 years ago
Hi, I've got the following problem:
I am trying to debug my WebApp under JBuilder. I've done it successfully for the first time, but all the following attempts failed. JBuilder showed the 503 error in place of my jsps and htmls. My collegues have the same thing.
thanks in advance for help
Actually what I ment was checking parameters passed to my servlet for occurence of invalid characters - html tags for example.
21 years ago
Can anyone help me with this - I need to validate an URL - meaning that i need to know whether the URL is correct and whether it conveys "rigth" (specific to me webapp) parameters' values - using weblogic API
21 years ago