cancel
Showing results for 
Search instead for 
Did you mean: 

[SOLVED] IDEALX encryption plug-in install

drlocke97
Champ in-the-making
Champ in-the-making
We're trying to install the IDEALX encryption plug-in.

We think we have it installed correctly. When we go to set a rule on a space, we see the option "Crypt content". However, when we select this option and click "Next" we get this error:

javax.faces.FacesException: /jsp/extension/encipher.jsp(20,3) Attribute acceptCharset invalid for tag form according to TLD
caused by:
org.apache.jasper.JasperException: /jsp/extension/encipher.jsp(20,3) Attribute acceptCharset invalid for tag form according to TLD

Has anyone seen this before in this context? Do we have the plug-in installed correctly? What else could this be?

Thanks,

Don
2 REPLIES 2

drlocke97
Champ in-the-making
Champ in-the-making
We found the problem and the solution:

Issue: acceptCharset is not a valid attribute for form tag as mentioned by the exception message.

Solution: replace C(uppercase) with c(lowercase) in "acceptCharset"

simon
Champ in-the-making
Champ in-the-making
FYI

Had to do exactly the oposite in 1.4.3 Enterprise so it seems that this is changed from 1.4.x to 2.1 but the SDK tagging example wasn't updated.