I am passing an IntId of Dexterity content through a form into a browser view.
How can I resolve the IntId back into the original object in Plone?
I am passing an IntId of Dexterity content through a form into a browser
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the
IIntIdsutility:Alternatively, you could use the
.queryObject()method, it takes adefaultkeyword parameter (defaults toNone), returned if the id is not found.