My carbon component works properly. but it doesn't show the name that i
want to display.


​
​i believe the problem occurs when the component links with the
Resource.properties file.


*this is the folder structure*




*​*
*this is the content of component.xml file *

<component xmlns="http://products.wso2.org/carbon";>
    <menus>
        <menu>
            <id>fraud_detection_menu</id>
            <i18n-key>event.fd</i18n-key>

<i18n-bundle>org.wso2.carbon.test.pro.ui.i18n.Resources</i18n-bundle>
            <parent-menu>tools_menu</parent-menu>
            <link>../mymtdt/index.jsp</link>
            <region>region5</region>
            <order>40</order>
            <style-class>home</style-class>
            <icon>../mymtdt/images/students.gif</icon>

<require-permission>/permission/protected/manage</require-permission>
        </menu>
    </menus>
</component>

*this is the content of Resource.properties file *

event.fd=Fraud Detection

please help me to figure it out what is the problem and i'm using eclipse,
luna version

thanks.



-- 

*Buddhi Chathuranga Senarathna*


*InternWSO2, Inc. *
*Mob: +94 755 446 685*
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to