Forum: JSP Nov 1st, 2007 |
| Replies: 2 Views: 4,370 the easiest solution is to just use scriptlets on the page the form is forwarded to. If you want to use jsp correctly, you should not use scriptlets but instead move this code to java classes. |
Forum: JSP Oct 12th, 2007 |
| Replies: 4 Views: 2,452 This problem is most likely related more with your HTML & CSS than the actual JSP code. |