Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
javaexpert
Post subject: [Closed] Problem with JSP Localization in Preview  PostPosted: Dec 22, 2005 - 01:23 PM
Veteran Member
Veteran Member


Joined: Oct 23, 2004
Posts: 18

Hello,

I have now installed MyEclipse M2 and I have a problem with the new 'JSP Localization in Preview' as it it mentioned here:
http://www.myeclipseide.com/ContentExpress-display-ceid-70.html#preview.

This functionality doesn't work in my real project and in a test project:
- create new MyEclipse WebProject
- add Struts capabilities (1.2)
automatically created struts-config.xml looks like this:
I can't add it here because then this message will not be sent??
- edit ApplicationResources.properties:
Code:
label.password=Password

- create test.jsp

Code:
<%@ page language="java" pageEncoding="ISO-8859-1"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head> 
    <title>test.jsp</title>
  </head> 
  <body>
    <bean:message key="label.password"/>: todo
  </body>
</html>


Now the preview page shows: ???label.password???: todo
and not Password: todo.

What make I wrong?

I have tested the web application. It works correctly.

Thank you,
Ralph
 
 View user's profile Send private message  
Reply with quote Back to top
support-eugene
Post subject:   PostPosted: Dec 23, 2005 - 09:36 PM
Moderator
Moderator


Joined: May 12, 2005
Posts: 283

I reproduced the issue, looks like something is broken. This is definately a bug, I added a bugreport to Bugzilla.

Thank you for your report. I'm sorry for inconvinience.

_________________
Eugene
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
javaexpert
Post subject:   PostPosted: Jan 25, 2006 - 07:45 AM
Veteran Member
Veteran Member


Joined: Oct 23, 2004
Posts: 18

Thanks for fixing in the new release!

javaexpert
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits