I added some static HTML pages to my Appfuse 1.9.4 (Struts/Hibernate)
application today. Right away, I got 404 errors when trying to access
those pages. After some research, I identified the cause of the issue as
the .html servlet mapping for the struts action servlet. This is well
documented in pr
rm in its head.
Mike.
On 3/12/07, Sanders, Corey <[EMAIL PROTECTED]> wrote:
I am working on customizing the menu display in cssHorizontalMenu.vm and
I am having some trouble with the currentMenu variable. It doesn't seem
to ever get a value. Where is the currentMenu variable p
The c:fmt tag assumes you setup a localization bundle. Does your web.xml
also have this section?
javax.servlet.jsp.jstl.fmt.localizationContext
ApplicationResources
Matt has some info on this on his site.
http://raibledesigns.com/rd/entry/changing_struts_lt_bean_message
-- Corey
-O
I am working on customizing the menu display in cssHorizontalMenu.vm and
I am having some trouble with the currentMenu variable. It doesn't seem
to ever get a value. Where is the currentMenu variable populated?
Thanks,
---
Corey Sanders
Senior Software Developer
Sterling Commerce, an AT&
I am having some trouble with appfuse and the struts validator
framework. I have an object A with a foreign key to another object B.
When appfuse generates the StrutsForm object for A, it notices object B,
changes the object reference to BForm, and includes that property in the
generated class. I'm
I am running APPFUSE 1.94 w/ Struts and Hibernate. When I run test-web
for testcases that use objects that have lazy-loaded relationships, I am
getting lazy-loading exceptions. I believe this is a known issue. I
found the JIRA once before, but can't seem to located it now. Anyway, if
I recall corre
Hi all,
I am working on integrating my company's home-grown single-sign on
system with a new Appfuse webapp. It started off well. I plugged in a
new Acegi AuthenticationProvider with surprisingly few lines of code and
I was off and running. But then came a disturbance in the force. After
adding