Not exactly JavaBeans, but pretty close... If anybody knows a better resource on usenet for just JSP, please feel free to let me know. Another day, another stupid question proving how little I know about this language that I'm supposed to be coding in right now...
I have a large project that I'm working on right now written primarily in .jsp. It is used primarily to enter, sort, and process data from several MySQL tables on the back-end. Unfortunately the previous coder has written it almost entirely in JSP; to the point where almost all
Okay, this posting is about JSP, not pure Java, but I couldn't find a more proper newsgroup(s) for it. I am doing an <sql:insert> from within a .jsp file. Unfortunately at this point doing the insert from within a bean is not possible.