Custom « Parameter « JSP-Servlet Q&A





1. New custom action with parameters in Alfresco    stackoverflow.com

I want to do a custom action associated to rule. I created my proyect structure with the help of this page: http://wiki.alfresco.com/wiki/Managing_Alfresco_Lifecyle_with_Maven I used this guide http://wiki.alfresco.com/wiki/Custom_Action_UI ...

2. Custom Tag Parameters as values from other Custom Tags    coderanch.com

Is it possible to have the parameter of a custom tag be filled by another custom tag? I thought you could do it, if you set the tag's attribute that you want to be able to have the content poopulated by a custom tag retexprvalue item to true. But I get the same error when I do that as when I ...

3. custom tag parameters    coderanch.com

4. Custom tag parameter    coderanch.com

Hi All, I created a new taglib and I'm experiencing the problem that I'm sending a object as parameter but in runtime the server complains I'm sending a string. In other words, my taglib doesn't get the object itself but get it as string. I have other taglibs in the same jsp that accept objects as parameter, but this is the ...