yes, I should follow my gut instincts. As I was writing this, I
thought to myself, "why don't I just check to see if menuNodes is
empty?" I get in too much of a hurry sometimes...
Adam Winer (JIRA) wrote:
[ https://issues.apache.org/jira/browse/TRINIDAD-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adam Winer resolved TRINIDAD-101.
---------------------------------
Resolution: Fixed
Fix Version/s: 1.0.2-core
Much better, thanks! Checked in new patch.
Menu Model is not created if its tree is empty
----------------------------------------------
Key: TRINIDAD-101
URL: https://issues.apache.org/jira/browse/TRINIDAD-101
Project: MyFaces Trinidad
Issue Type: Bug
Reporter: Gary Kind
Fix For: 1.0.2-core
Attachments: trunk.patch, trunk.patch
If the menu metadata used to create a menu model's tree has no nodes (i.e. only <menu...></menu>), the menu model is not created and an exception to be thrown. However, if the any methods in the model methods are called subsequently, an NPE is the result and shown in the browser.
|