]
Konstantin Marmalyukov closed JBIDE-776.
----------------------------------------
Fix Version/s: 4.2.0.Beta2
(was: LATER)
Resolution: Out of Date
VPE don't recognize some Struts tags
------------------------------------
Key: JBIDE-776
URL:
https://issues.jboss.org/browse/JBIDE-776
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: visual-page-editor-templates
Affects Versions: 2.0.0.Beta3
Environment: WindowsXP SP2
rhds-win32-1.0.0.ALPHA.jar
Red Hat Developer Studio
Version: 1.0.0
Build id: 1.0.0
Reporter: Aliaksey Nis
Assignee: Konstantin Marmalyukov
Fix For: 4.2.0.Beta2
Attachments: StrutsOpenOnsTestProjectZ.zip, Strutstags.JPG
The tag should display sting from corresponding message bundle.
Example: we have in struts-config.xml following declaration:
<message-resources key="resource" parameter="resource"/>
in file resource.properties:
badlogin=Your password or login is incorrect!
JSP:
<bean:message bundle="resource" key="badlogin"/>
Tag should dispay "Your password or login is incorrect!", but it is shown as
unknown tag.
Look at attached screenshot with examples of unrecognized tags.
Test project attached