Re: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope (URGENT)

2003-10-22 Thread lover birds
I did not get single reply, so thought of posting this mail again.
I hope I am making some sense by asking this question.Please guide me ASAP as I am 
newbie and stuck very badly

lover birds [EMAIL PROTECTED] wrote:

Hi folks,

I am getting this error.

Cannot find bean org.apache.struts.taglib.html.BEAN in any scope

I am trying something as follows:

input=/pages/count/List.jsp path=/New scope=request/


content of List.jsp is





New.jsp is absolutely blank:













Click on the New image of the List JSP gives me this error.

I would appreciate help in this regard.

I would like to know the best way to forward to a specific page on an image click.





-
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search

-
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search

Re: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope (URGENT)

2003-10-22 Thread Caroline Jen
I am also in trouble.  My problem is sort of related
to yours although not directly relevant.  I am also
looking for org.apache.struts.taglib.html.BEAN

I am trying to modify Ted Husted's artimus_1_1 example
-  I want to add one more property to his articleForm.

To submit an article in the artimus_1_1 example, his
form.jsp in the /article/content folder asks for
title, author, and article.  I inserted one more text
field:

TR 
TD class=label nowrapJournal Category:/TD
TD class=input
html:text property=journal_category size=30
maxlength=75//TD
/TR

to indicate the academic field of the article.  I got
the error message:

ServletException in: /article/content/form.jsp
No getter method for property journal_category of bean
org.apache.struts.taglib.html.BEAN

Really wish someone could help me out.

--- lover birds [EMAIL PROTECTED] wrote:
 I did not get single reply, so thought of posting
 this mail again.
 I hope I am making some sense by asking this
 question.Please guide me ASAP as I am newbie and
 stuck very badly
 
 lover birds [EMAIL PROTECTED] wrote:
 
 Hi folks,
 
 I am getting this error.
 
 Cannot find bean org.apache.struts.taglib.html.BEAN
 in any scope
 
 I am trying something as follows:
 
 input=/pages/count/List.jsp path=/New
 scope=request/
 
 
 content of List.jsp is
 
 
 
 
 
 New.jsp is absolutely blank:
 
 
 
 
 
 
 
 
 
 
 
 
 
 Click on the New image of the List JSP gives me this
 error.
 
 I would appreciate help in this regard.
 
 I would like to know the best way to forward to a
 specific page on an image click.
 
 
 
 
 
 -
 Do you Yahoo!?
 The New Yahoo! Shopping - with improved product
 search
 
 -
 Do you Yahoo!?
 The New Yahoo! Shopping - with improved product
search


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope (URGENT)

2003-10-22 Thread David Friedman
Did you add the methods:

getJournal_category() 
setJournal_category()

To the form used by the action which goes to that
page?

Regards,
David

-Original Message-
From: Caroline Jen [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 23, 2003 12:58 AM
To: Struts Users Mailing List
Subject: Re: Cannot find bean org.apache.struts.taglib.html.BEAN in any
scope (URGENT)


I am also in trouble.  My problem is sort of related
to yours although not directly relevant.  I am also
looking for org.apache.struts.taglib.html.BEAN

I am trying to modify Ted Husted's artimus_1_1 example
-  I want to add one more property to his articleForm.

To submit an article in the artimus_1_1 example, his
form.jsp in the /article/content folder asks for
title, author, and article.  I inserted one more text
field:

TR 
TD class=label nowrapJournal Category:/TD
TD class=input
html:text property=journal_category size=30
maxlength=75//TD
/TR

to indicate the academic field of the article.  I got
the error message:

ServletException in: /article/content/form.jsp
No getter method for property journal_category of bean
org.apache.struts.taglib.html.BEAN

Really wish someone could help me out.

--- lover birds [EMAIL PROTECTED] wrote:
 I did not get single reply, so thought of posting
 this mail again.
 I hope I am making some sense by asking this
 question.Please guide me ASAP as I am newbie and
 stuck very badly
 
 lover birds [EMAIL PROTECTED] wrote:
 
 Hi folks,
 
 I am getting this error.
 
 Cannot find bean org.apache.struts.taglib.html.BEAN
 in any scope
 
 I am trying something as follows:
 
 input=/pages/count/List.jsp path=/New
 scope=request/
 
 
 content of List.jsp is
 
 
 
 
 
 New.jsp is absolutely blank:
 
 
 
 
 
 
 
 
 
 
 
 
 
 Click on the New image of the List JSP gives me this
 error.
 
 I would appreciate help in this regard.
 
 I would like to know the best way to forward to a
 specific page on an image click.
 
 
 
 
 
 -
 Do you Yahoo!?
 The New Yahoo! Shopping - with improved product
 search
 
 -
 Do you Yahoo!?
 The New Yahoo! Shopping - with improved product
search


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope (URGENT)

2003-10-22 Thread lover birds
In that case I would suggest to add setter and getter method for the new text field 
with exactlt same name for variable in your form bean, hope this helps.

Caroline Jen [EMAIL PROTECTED] wrote:I am also in trouble. My problem is sort of 
related
to yours although not directly relevant. I am also
looking for org.apache.struts.taglib.html.BEAN

I am trying to modify Ted Husted's artimus_1_1 example
- I want to add one more property to his articleForm.

To submit an article in the artimus_1_1 example, his
form.jsp in the /article/content folder asks for
title, author, and article. I inserted one more text
field:


Journal Category:

maxlength=75/


to indicate the academic field of the article. I got
the error message:

ServletException in: /article/content/form.jsp
No getter method for property journal_category of bean
org.apache.struts.taglib.html.BEAN

Really wish someone could help me out.

--- lover birds wrote:
 I did not get single reply, so thought of posting
 this mail again.
 I hope I am making some sense by asking this
 question.Please guide me ASAP as I am newbie and
 stuck very badly
 
 lover birds wrote:
 
 Hi folks,
 
 I am getting this error.
 
 Cannot find bean org.apache.struts.taglib.html.BEAN
 in any scope
 
 I am trying something as follows:
 
 input=/pages/count/List.jsp path=/New
 scope=request/
 
 
 content of List.jsp is
 
 
 
 
 
 New.jsp is absolutely blank:
 
 
 
 
 
 
 
 
 
 
 
 
 
 Click on the New image of the List JSP gives me this
 error.
 
 I would appreciate help in this regard.
 
 I would like to know the best way to forward to a
 specific page on an image click.
 
 
 
 
 
 -
 Do you Yahoo!?
 The New Yahoo! Shopping - with improved product
 search
 
 -
 Do you Yahoo!?
 The New Yahoo! Shopping - with improved product
search


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search