I am using a CQ5 social blog page. I can see the new entries are saved in the /social/blog/components/entryform using this form element
<code> <form action="<%= xssAPI.getValidHref(currentPage.getPath()) %>.social.createblogentry.html" </code>
I am trying to find how does it save the Blog Entry using this component : /social/blog/components/entrytext
Since this component is nowhere present in the entryform component JSP