0 Replies Latest reply on Apr 11, 2011 10:54 AM by mjakobs

    language parameter in script tag

    mjakobs

      I use Richfaces with JBoss Portlet Bridge for Liferay portlets.

      My problem is that when using h:commandLink richfaces generates a script-tag n the form

      {code}<script type="text/javascript" language="Javascript">/* some stuff */</script>{code}

       

      Liferay does not like the language parameter in the tag.

       

      Is there a way to tell richfaces not to use this parameter so that the script is added in the form

       

      {code}<script type="text/javascript" >/* some stuff */</script>{code}

       

       

      Regards,

      Marcel