> Thank you very much Mattias, the change you suggested seems to have
> rectified my problem. As I mentioned in my original message the
purpose
> of this exercise is to learn more about JSPs. Can you suggest a
> webstie/tutorial/book that would mention things such as this? Or are
> these the sort
OTECTED]
Subject: Re: Newbie Question - jsp:useBean help needed.
> <%@ page import='sample.invoice.*' %>
>
>
> name='invoice' property='status' value='pending'/>
> invoice =
InvoiceRepository.getInstance().getInvoice(1);
>
> <%@ page import='sample.invoice.*' %>
>
>
>
>
> invoice =
InvoiceRepository.getInstance().getInvoice(1);
>
I'll try to explain this and hopefully somebody corrects me if I get
some details wrong. You might need some knowledge about objects and
references/pointers to understand this.
One
Hi All,
I will attempt to make my question as clear as possible, though I am
sure it will sound a little vague given the fact that I am completely
muddled right now. I am conducting a simple exercise to learn about
JSPs. I have a simple database table in MS Access with 1 'Invoice'
record which ha