Over the past few days I have a serious problem with a portal bean that I have
developed. Specifically, I was unable to build the url´s to
change views. I think that the problem is in the function "getFullViewUrl" from the
PortalBean interface, (com.epicentric.portalbeans.PortalBean).
The specification of the method is as
follows:
name: "getFullViewUrl".
return value: [String]. The URL for a given view ID.
Param: viewId, [String]. View Identifier properly specified in the pbd file descriptor.
And always the same error:
Page could not be built -- module may not support this view.
Anyone can help me!!!
constructing url's
Hi,
Its not the problem with the method getFullViewURL, instead there might be a syntax error in your view jsp's due to which the container is unable to compile the jsp. Check the logs for the information about the error.