facebook

Bundle name not recognised when using facelets

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #275208 Reply

    Despite a number of similar posts about this issue, I still cannot get MyEclipse (6.0) to recognised message bundle variables in either the Visual JSF designer or the Visual XHTML designer.

    We have the following:

    <head>
    <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
    <f:loadBundle basename=”nz.co.picksend.workflows.picksinglesalesorder.messages” var=”msgs”/>
    <title>${msgs.WORKFLOW_TITLE}</title>
    <link href=”/Admin/css/StandardSharpend/sharpend_import_all.css” rel=”stylesheet” type=”text/css” />
    <script language=”javascript” src=”${header[‘protocol’]}${header[‘host’]}/scripts/keypress.js” type=”text/javascript”/>
    <ui:insert name=”htmlHeader”/>
    </head>

    I get a warning whenever I reference ${msgs} (e.g. ${msgs.WORKFLOW_TITLE} and no drop down box on Ctrl-Space.

    #275235 Reply

    Loyal Water
    Member

    I get a warning whenever I reference ${msgs} (e.g. ${msgs.WORKFLOW_TITLE} and no drop down box on Ctrl-Space.

    What warning are you getting ?

    #275270 Reply

    What warning? Good point! Here it is:

    msgs cannot be resolved.

    where msgs is the variable (see original post)

    #275402 Reply

    Loyal Water
    Member

    This is a known issue and we hope to get it resolved soon.

    #275788 Reply

    This message has not been recovered.

    #278573 Reply

    mlharrison
    Member

    What is the status of this? The warnings are pretty annoying.

    #283089 Reply

    guyr
    Member

    This message has not been recovered.

    #286206 Reply

    This does not appear to be fixed in 6.5. What is the current status of this please? I take pride in compiling warning free code and this problem is eating at my soul. 🙂

    #293167 Reply

    This message has not been recovered.

    #293263 Reply

    Loyal Water
    Member

    When can we hope to se a fix for this problem?

    Im sorry this problem still exists in ME. This is a WTP issue and we hope to get this fixed when we move to the new WTP in our next release.

    #294608 Reply

    +1 for Fix this, please.

Viewing 11 posts - 1 through 11 (of 11 total)
Reply To: Bundle name not recognised when using facelets

You must be logged in to post in the forum log in