| Author |
Missing tag library for portletAPI
|
John Zwick
Ranch Hand
Joined: Mar 02, 2009
Posts: 34
|
|
I am seeing this warning in my JSP on the <portletAPI:defineObjects /> line:
The TagExtraInfo class for portletAPI:defineObjects
(com.ibm.ws.portletcontainer.tags.DefineObjectsTag$TEI) was not found on the build path
My classpath:
What is missing here?
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4967
|
|
Is this a warning that comes up in the development tool's problems tab, or is this an error that is being triggered at runtime.
If it's a design-time error that IRAD is kicking out, I wouldn't worry about it. When does it arise? Does it get written to any logs?
Which portal server?
-Cameron McKenzie
|
Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
|
 |
John Zwick
Ranch Hand
Joined: Mar 02, 2009
Posts: 34
|
|
Cameron Wallace McKenzie wrote:Is this a warning that comes up in the development tool's problems tab, or is this an error that is being triggered at runtime.
If it's a design-time error that IRAD is kicking out, I wouldn't worry about it. When does it arise? Does it get written to any logs?
Which portal server?
-Cameron McKenzie
Yes,
It is a warning that comes up in RAD 7.5 during design.
I am using WebSphere Portal 6.1
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4967
|
|
I don't think it's a problem. I'm pretty sure I've lived with it. For some reason the design time build path doesn't pick up on all the same files that are in the runtime classpath.
-Cameron McKenzie
|
 |
John Zwick
Ranch Hand
Joined: Mar 02, 2009
Posts: 34
|
|
Cameron Wallace McKenzie wrote:I don't think it's a problem. I'm pretty sure I've lived with it. For some reason the design time build path doesn't pick up on all the same files that are in the runtime classpath.
-Cameron McKenzie
Thanks! You were right!
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4967
|
|
I know my WebSphere.
-Cameron
|
 |
 |
|
|
subject: Missing tag library for portletAPI
|
|
|