Forum: JSP May 5th, 2008 |
| Replies: 35 Views: 21,827 Dear Mr. Electron33,
Thanks a lot for your help.
Kusno. |
Forum: JSP May 5th, 2008 |
| Replies: 3 Views: 1,433 Yes, I know my false. I have read these matter in others threads.
I put connection in JSP because I still don't know how to connect it to servlet.
But my problem is in my query select.
Thanks,
... |
Forum: JSP May 5th, 2008 |
| Replies: 35 Views: 21,827 Dear Mr. Electron33,
Yes, I want to know how to implement it.
Please...:$ |
Forum: JSP May 5th, 2008 |
| Replies: 3 Views: 1,433 Dear all,
I filter my query select with parameter from previous page.
SQL = "select a.KodePenyanyi, p.NamaPenyanyi, p.WebSite, a.KodeAlbum, a.NamaAlbum, NamaLabel, Tahun, a.Kaset, a.CD,... |
Forum: JSP May 5th, 2008 |
| Replies: 35 Views: 21,827 How do I implement this class in JSP page ?
Thanks,
Kusno. |
Forum: JSP Apr 30th, 2008 |
| Replies: 7 Views: 880 I read from some JSP books and their connection put it JSP page and I think it's not flexible.
So I'm still anxious if there is any solution to solve my question.
If Peter said, I should use... |
Forum: JSP Apr 30th, 2008 |
| Replies: 7 Views: 880 I think I know what you mean.
But, I only wonder how I declare my class Conn in JSP page ?
So I don't have to write these code in every pages
Connection cn = null;
try {
... |
Forum: JSP Apr 30th, 2008 |
| Replies: 7 Views: 880 Dear all,
I'm newbie in Java/JSP. I have created project with Java Desktop for university lecture subject. But I still have one task, still with Java but in Web environment.
I have this class. This... |