ClassNotFoundException

2003-03-04 Thread Shivani
i am using weblogic server and jsp's. i create a javabean which is called by the jsp page.example: with i get following error.. Parsing of JSP File '/beanuser.jsp' failed: /beanuser.jsp(1): Could

Re: ClassNotFoundException

2003-03-05 Thread Shivani
ld look like this (I don't know if "public_html" is your webapp root or not): public_html/WEB-INF/classes/com/foostuff/user/UserDataBean.class public_html/beanuser.jsp > -Original Message- > From: Shivani [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003

form action in jsp

2003-03-05 Thread Shivani
;s "package" statement, and adding a "<%@ page import='com.foostuff.user.UserDataBean'%> line, your directory structure would look like this (I don't know if "public_html" is your webapp root or not): public_html/WEB-INF/classes/com/foostuff/user/

Re: problem creating a PDF using https

2003-03-05 Thread Shivani
which web server are you using? does it support https? -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] Behalf Of Murphy, Todd Sent: Wednesday, March 05, 2003 6:32 PM To: [EMAIL PROTECTED] Subject: problem creating a PDF

TLD- custom tag library

2003-03-07 Thread Shivani
hi, is TLD(custom tag libraries) used mostly? it's basically a xml file i read. but what's the advantages of this over xml? what are it's applications? is it used in industry more? please give me some idea. (i am reading in books but no idea where it's used practically) ==

architecture question

2003-03-07 Thread Shivani
hi, i see that architecture wise it's : MVC model(jsp, servlets)->javabean->EJB->database is this also correct? MVC model(jsp, servlets)->javabean->TBL(custom tag library i.e.xml file)->database (is it ok not to have a EJB here?) (-> implies communicates with.) thanks. =

Re: TLD- custom tag library

2003-03-08 Thread Shivani
pe this helps, Best regards, Peter Dolukhanov -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] On Behalf Of Shivani Sent: 07 March 2003 22:07 To: [EMAIL PROTECTED] Subject: TLD- custom tag library hi, is TLD(custom tag li