Convert Node type to HippoBean or how to get ValueList object without request context

Hi, there. Need some advice. I want to get ValueList, but I don’t have request context. I’m trying to get a ValueList object from ValueListManager, but it asks HippoBean, but I don’t have one. I have the only Node from the session. How I can convert or map Node type to HippoBean, or HippoItem?

You need hst for that in the cms, but in v12.x that’s not the case (judging by the other post you need this in cms webapp and in v12). I don’t think there’s a way in that case except reading the value list nodes in the repository through JCR api

But for v13.x there is a way to achieve that

Ok, thank you. Used HstQueryBuilder.