The following line of code is taken from Alfresco jsp/content/document-details.jsp
<a:actionLink value="#{msg.view_in_browser}" href="#{DialogManager.bean.browserUrl}" target="new" id="link1" />
I have two questions
1- "msg" is not defined in jsp. I was expecting something like <f:loadBundle basename="jsfks.bundle.messages" var="msg"/>
but it's not there. How would I find out where this properties file is configured with this jsp.
2- "DialogManager.bean" fro href returns the current bean instance. But field "browserUrl" is not defined in the bean. so where is it getting the information from .. ?
I hope you understand my questions. These are seriously stupid questions but um noive to Alfresco and um getting confused. I need this help quickly, please reply.