MyEclipse: Editing faces-config.xml for the first time

flanakin - May 18, 2005 - 03:27 PM
Post subject: Editing faces-config.xml for the first time
When I open faces-config.xml, I get the following error:

Quote:
Unable to locate JSF model extension file .faces-config.mex
A new file will be created to retain graphical layout data between modeling sessions.


Not sure if this is a problem or not, but I wanted to report it.
support-michael - May 18, 2005 - 03:42 PM
Post subject:
The warning is benign. The faces-config.mex file stores the information of a navigation flow-diagram for the corresponding faces-config.xml file such as node layout and line routing info. Upon creation of a faces-config.xml file there is no .mex file. Upon 1st save the .mex file is created and referenced thereafter.
flanakin - May 18, 2005 - 03:59 PM
Post subject:
Thanks. I kind of figured that after playing around with it.

There is a bug in the designer, tho. When you drag an existing JSP page (from the package explorer) to the editor, the default ID is the path with slashes. These slashes need to be replaced with either underscores or dashes. I'd say two underscores and maybe replace dots with dashes. For instance, "/admin/UpdateUser.jsp" could be changed to "admin__UpdateUser-jsp".
support-michael - May 18, 2005 - 04:19 PM
Post subject:
By ID do you mean the label of a flow-designer node?

Each node corresponds to a navigation-rule. The node's label depicts the nav-rule's <from-view-id> value. We can not change the <from-view-id>. So are you advocating a reformated label while the <from-view-id> value remains a slash delimited path? Help me understand.
flanakin - May 18, 2005 - 04:46 PM
Post subject:
No, I'm suggesting that the <from-view-id> be changed. That's the one that gave me the error. Well, there's also the <to-view-id> to consider.

BTW, you'll have to excuse me a little if I'm off - this is my first attempt at JSF.
All times are GMT - 6 Hours
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits