function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
EvaDEvaD 

canvas in Visualforce page

I am missing how you're supposed to use the .jsp tags in a Visualforce page if you're using the "<apex:canvasApp..." tag. 

No where is there a "map" of how all the pieces fit together or I haven't found it.  Any help would be appreciated.  The SDK has jsps - where are those supposed to be placed?  In static resources? 

I have a canvas app set up to connect to a 3rd party application that our company created which was done in .net.  I don't have access to that dev environmnet, but I do have the URL.  I'd like to be able to have the app talk to SFDC.  It would be nice just to tell the canvas app to resize itself. 

Any ideas?  Thanks - just waiting for all the info to "click" and make sense.
bob_buzzardbob_buzzard
The JSP tags are part of the canvas application, not the Visualforce page that is hosting it.  JSP is a Java technology and the examples in the developer's guide are based on a Java canvas application that is deployed to heroku. Thus you wouldn't have them anywhere in Salesforce.