Forum: JSP May 17th, 2007 |
| Replies: 4 Views: 3,467 Thanks for your input guys. I followed the guides provided by peter_bude (thanks mate :]) and managed to create a JSP login page, I meant to close this thread as solved but got snowed under with... |
Forum: JSP May 11th, 2007 |
| Replies: 4 Views: 3,467 Hi all,
I'm currently building a login page for a JSP application, I've realised that im going to need to use sessions to recall the username on the login screen for other functionality.... |
Forum: JSP Apr 10th, 2007 |
| Replies: 4 Views: 3,475 Thanks for that jwenting, I have imported the JSTL library and now it appears to be working fine (except it doesnt seem to like the comparison- something i need to look into with my db i think)
... |
Forum: JSP Apr 9th, 2007 |
| Replies: 4 Views: 3,475 Thanks jwenting for your reply. However I don't think i'm managing to implement your code corrctly. I've tried numerous times and methods but <c:choose> is always reported as "element choose not... |
Forum: JSP Apr 9th, 2007 |
| Replies: 4 Views: 3,475 Hi there all,
Apologies if something similar has been posted before but I tried a search and couldn't find anything.
I have a combobox with 2 options "OPEN" and "CLOSED".
Tied to this... |