PE: error when inoking "Externalize string..." in jspx file
Recently I use jspx file for our web presentation,but when I invoke "Externalize string...",and PE give me error info:"This case of extracting doesn't support". The attachment is my error case.
Attachment(s):
pe_jspx.JPG
Please sign in to leave a comment.
Hi,
It works only for java and jsp files for now. Can you provide more details on your case? In presented screenshot externalization not required :)
TIA,
Dmitry
I want use Struts taglib for jspx file. I have added namespace for Struts taglib in jspx file,and I use Struts for I18N,and "Externalize string..." is important to me,such as using "<bean:message key="name"/>" to replace common native words in jspx file. This case is also suitable to other web framework.
On screeshot it already externalized :)