Hi Anand

Anand Alagappa wrote:

> All
>
>  I am using JRun 2.3.3 servlet engine which also can
> parse JSP. But somehow in my .jsp page when I am
> trying to include a file the engine is not taking care
> of that line (I suppose)
>
>  the line in .jsp file looks like
>
>  <%include file="mmmm.html">
>

inorder to include file the syntax is
<%@  include=relativeFileURL  %>



>
>  My second question is
>
>  I have a bean component which processes the form
> details on the server side.  I am using the jsp use
> bean tag to and creating an instance
>  <jsp:useBean="...." id=....     />
>
>  but if I want to use a method in the bean to get some
> value , I think the jsp engine is not processing it. I
> wrote something like this
>  <jsp:getProperty name=.... property=....>
>

check  what is the scope of the bean you've defined moreover also see that whether
value of the name
attribute of getProperty is same as the attribute value of id in useBean tag

Cheers
Abhishek




>
> I am not getting any error...what should i do? Is
> there any log file where i can look in the jrun?
>
> __________________________________________________
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo! Messenger.
> http://im.yahoo.com/
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to