Appfuse 2.0.1, Struts basic Can anybody suggest what I need to do to figure out why a page simply refuses to display? If I'm on my accountList.jsp (where the URL is /accounts.html) page, and click on a link to edit an account (url /editAccounts.html, page is accountForm.jsp), nothing happens - no error message, no change of the page, only the address box changes (to the correct link) but if I refresh the page I will get a complete blank and "View Source" is also empty.
It appears to be a problem with velocity, as velocity.log shows a sequence of: Left side ($count) of addition operation has null value. \ Operation not possible. cssHorizontalMenu.vm [line 2, column 28] RHS of #set statement is null. Context will not be modified. \ cssHorizontalMenu.vm [line 2, column 1] Left side ($count) of '==' operation has null value. \ If a reference, it may not be in the context. Operation not possible. \ cssHorizontalMenu.vm [line 9, column 23] Left side ($count) of '==' operation has null value. \ If a reference, it may not be in the context. Operation not possible. \ cssHorizontalMenu.vm [line 55, column 21] cssHorizontalMenu.vm is greek to me, but unmodified by me. I'm guessing it's in my menu config files (also not created by me, but by "mvn appfuse:gen") and I'm going to just try comparing them to some of the core files that do similar things, but if anybody knows a place I can look for more debugging info, I'd appreciate it. -- derek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
