I am using http://localhost:4503/libs/foundation/components/form/text/text.jsp which has sling:resourceSuperType pointing to foundation/components/form/defaults/fieldI need to chage the validation that would throw any error from server validation if any html tag is feed say <script> </script>...
Hi Peter, Thanks for the input.Did you see that in cq5 dispatcher can do any change to make this happen?? The reason we have the Apache used by other applications also .Hence wanted suggestion if this can be done at dispatcher.any Thanks
Hi Peter,you suggestion is really useful. We use dispatcher and also Apache and could you please provide more details as which Apache file and any sample sinpet which i could use for testing Thanks
But How to use it .For example The list above i have mentioned does not chage when i use say <fmt:message key="es_ES" /> to SpanishAny inputs here how could i use it
I need to get the translation for the key words mentioned below .i need a way to get the adobe internal library. Please let me know how to do it. I am using <fmt:message key="${keyword}" /> . I could use /apps/project/i18n/en_US/apps/project/i18n/nl_NL but i am looking from existing adobe librar...
I currently see that when cq provides any respose from server in header details the "SERVER" parmeter is coming up.It clears gives the details on the server we use which is not pratice as hackers can manipulate.So want to restrict it. So i see that any jsp we use we add global.jsp else we need ...
Hi, I need to remove the header response on server details that cq would add on each response provided by server. I thought of adding the required code in global.jsp if anyone thinks other wise please suggest Thanks,