Re: Problem with struts-EL example.war file

2002-11-27 Thread David Graham
Make sure your taglib declaration is up to date.  We've removed the version 
numbers from all taglib uris.

David






From: Sharma, Sanjay (LNG-DAY) [EMAIL PROTECTED]
Reply-To: Struts Users Mailing List [EMAIL PROTECTED]
To: '[EMAIL PROTECTED]' [EMAIL PROTECTED]
Subject: Problem with struts-EL example.war file
Date: Wed, 27 Nov 2002 13:50:01 -0500


I just downloaded nightly build from 11/26/02 and loaded the WAR file
strutsel-exercise-taglib.war into WSAD 5.0. I am using WAS 5.0 (Beta)
runtime environment. When I try to run the example (index.jsp), I get the
following strange error.

11/27/02 13:41:29:240 EST] 244dea57 SystemErr R
java.beans.IntrospectionException: No method setIndexId with 1 arg(s)
[11/27/02 13:41:29:250 EST] 244dea57 SystemErr R 	at
java.beans.Introspector.findMethod(Introspector.java:1013)
[11/27/02 13:41:29:270 EST] 244dea57 SystemErr R 	at
java.beans.PropertyDescriptor.init(PropertyDescriptor.java:103)
[11/27/02 13:41:29:270 EST] 244dea57 SystemErr R 	at
org.apache.strutsel.taglib.html.ELLinkTagBeanInfo.getPropertyDescriptors(ELL
inkTagBeanInfo.java:101)

I checked the source code and made sure that setIndexId method exists in
LinkTag which ELLinkTag inherrits from. The exception is thrown on the
following line in ELLinkTagBeanInfo.java.

result[5] = new PropertyDescriptor(indexId, ELLinkTag.class,
   null, setIndexId);


Sanjay


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


_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


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



RE: Problem with struts-EL example.war file

2002-11-27 Thread Sharma, Sanjay (LNG-DAY)
Does this mean I should change 
urihttp://jakarta.apache.org/struts/tags-html-el-1.0/uri
to
urihttp://jakarta.apache.org/struts/tags-html-el/uri
in the tld file.

Sanjay


-Original Message-
From: David Graham [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 27, 2002 1:56 PM
To: [EMAIL PROTECTED]
Subject: Re: Problem with struts-EL example.war file


Make sure your taglib declaration is up to date.  We've removed the version 
numbers from all taglib uris.

David






From: Sharma, Sanjay (LNG-DAY) [EMAIL PROTECTED]
Reply-To: Struts Users Mailing List [EMAIL PROTECTED]
To: '[EMAIL PROTECTED]' [EMAIL PROTECTED]
Subject: Problem with struts-EL example.war file
Date: Wed, 27 Nov 2002 13:50:01 -0500


I just downloaded nightly build from 11/26/02 and loaded the WAR file
strutsel-exercise-taglib.war into WSAD 5.0. I am using WAS 5.0 (Beta)
runtime environment. When I try to run the example (index.jsp), I get the
following strange error.

11/27/02 13:41:29:240 EST] 244dea57 SystemErr R
java.beans.IntrospectionException: No method setIndexId with 1 arg(s)
[11/27/02 13:41:29:250 EST] 244dea57 SystemErr R   at
java.beans.Introspector.findMethod(Introspector.java:1013)
[11/27/02 13:41:29:270 EST] 244dea57 SystemErr R   at
java.beans.PropertyDescriptor.init(PropertyDescriptor.java:103)
[11/27/02 13:41:29:270 EST] 244dea57 SystemErr R   at
org.apache.strutsel.taglib.html.ELLinkTagBeanInfo.getPropertyDescriptors(EL
L
inkTagBeanInfo.java:101)

I checked the source code and made sure that setIndexId method exists in
LinkTag which ELLinkTag inherrits from. The exception is thrown on the
following line in ELLinkTagBeanInfo.java.

result[5] = new PropertyDescriptor(indexId, ELLinkTag.class,
null, setIndexId);


Sanjay


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


_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


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

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




RE: Problem with struts-EL example.war file

2002-11-27 Thread David Graham
Yes.

David







From: Sharma, Sanjay (LNG-DAY) [EMAIL PROTECTED]
Reply-To: Struts Users Mailing List [EMAIL PROTECTED]
To: 'Struts Users Mailing List' [EMAIL PROTECTED]
Subject: RE: Problem with struts-EL example.war file
Date: Wed, 27 Nov 2002 14:06:40 -0500

Does this mean I should change
urihttp://jakarta.apache.org/struts/tags-html-el-1.0/uri
to
urihttp://jakarta.apache.org/struts/tags-html-el/uri
in the tld file.

Sanjay


-Original Message-
From: David Graham [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 27, 2002 1:56 PM
To: [EMAIL PROTECTED]
Subject: Re: Problem with struts-EL example.war file


Make sure your taglib declaration is up to date.  We've removed the version
numbers from all taglib uris.

David






From: Sharma, Sanjay (LNG-DAY) [EMAIL PROTECTED]
Reply-To: Struts Users Mailing List [EMAIL PROTECTED]
To: '[EMAIL PROTECTED]' [EMAIL PROTECTED]
Subject: Problem with struts-EL example.war file
Date: Wed, 27 Nov 2002 13:50:01 -0500


I just downloaded nightly build from 11/26/02 and loaded the WAR file
strutsel-exercise-taglib.war into WSAD 5.0. I am using WAS 5.0 (Beta)
runtime environment. When I try to run the example (index.jsp), I get the
following strange error.

11/27/02 13:41:29:240 EST] 244dea57 SystemErr R
java.beans.IntrospectionException: No method setIndexId with 1 arg(s)
[11/27/02 13:41:29:250 EST] 244dea57 SystemErr R 	at
java.beans.Introspector.findMethod(Introspector.java:1013)
[11/27/02 13:41:29:270 EST] 244dea57 SystemErr R 	at
java.beans.PropertyDescriptor.init(PropertyDescriptor.java:103)
[11/27/02 13:41:29:270 EST] 244dea57 SystemErr R 	at
org.apache.strutsel.taglib.html.ELLinkTagBeanInfo.getPropertyDescriptors(EL
L
inkTagBeanInfo.java:101)

I checked the source code and made sure that setIndexId method exists in
LinkTag which ELLinkTag inherrits from. The exception is thrown on the
following line in ELLinkTagBeanInfo.java.

result[5] = new PropertyDescriptor(indexId, ELLinkTag.class,
null, setIndexId);


Sanjay


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


_
Protect your PC - get McAfee.com VirusScan Online
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


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

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


_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail


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



RE: Problem with struts-EL example.war file

2002-11-27 Thread Sharma, Sanjay (LNG-DAY)
I am still having the problem. I installed Tomcat 4.1 and used it within
WSAD 5.0 and the example runs fine. So it seems like this is a problem with
introspection mechanism (based on the stack trace) in WAS5.0 Beta.

Sanjay


-Original Message-
From: David Graham [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 27, 2002 2:14 PM
To: [EMAIL PROTECTED]
Subject: RE: Problem with struts-EL example.war file


Yes.

David






From: Sharma, Sanjay (LNG-DAY) [EMAIL PROTECTED]
Reply-To: Struts Users Mailing List [EMAIL PROTECTED]
To: 'Struts Users Mailing List' [EMAIL PROTECTED]
Subject: RE: Problem with struts-EL example.war file
Date: Wed, 27 Nov 2002 14:06:40 -0500

Does this mean I should change
urihttp://jakarta.apache.org/struts/tags-html-el-1.0/uri
to
urihttp://jakarta.apache.org/struts/tags-html-el/uri
in the tld file.

Sanjay


-Original Message-
From: David Graham [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 27, 2002 1:56 PM
To: [EMAIL PROTECTED]
Subject: Re: Problem with struts-EL example.war file


Make sure your taglib declaration is up to date.  We've removed the version
numbers from all taglib uris.

David






 From: Sharma, Sanjay (LNG-DAY) [EMAIL PROTECTED]
 Reply-To: Struts Users Mailing List [EMAIL PROTECTED]
 To: '[EMAIL PROTECTED]' [EMAIL PROTECTED]
 Subject: Problem with struts-EL example.war file
 Date: Wed, 27 Nov 2002 13:50:01 -0500
 
 
 I just downloaded nightly build from 11/26/02 and loaded the WAR file
 strutsel-exercise-taglib.war into WSAD 5.0. I am using WAS 5.0 (Beta)
 runtime environment. When I try to run the example (index.jsp), I get the
 following strange error.
 
 11/27/02 13:41:29:240 EST] 244dea57 SystemErr R
 java.beans.IntrospectionException: No method setIndexId with 1 arg(s)
 [11/27/02 13:41:29:250 EST] 244dea57 SystemErr R at
 java.beans.Introspector.findMethod(Introspector.java:1013)
 [11/27/02 13:41:29:270 EST] 244dea57 SystemErr R at
 java.beans.PropertyDescriptor.init(PropertyDescriptor.java:103)
 [11/27/02 13:41:29:270 EST] 244dea57 SystemErr R at

org.apache.strutsel.taglib.html.ELLinkTagBeanInfo.getPropertyDescriptors(EL
L
 inkTagBeanInfo.java:101)
 
 I checked the source code and made sure that setIndexId method exists in
 LinkTag which ELLinkTag inherrits from. The exception is thrown on the
 following line in ELLinkTagBeanInfo.java.
 
 result[5] = new PropertyDescriptor(indexId, ELLinkTag.class,
 null, setIndexId);
 
 
 Sanjay
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]


_
Protect your PC - get McAfee.com VirusScan Online
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


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

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


_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail


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

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