[appfuse-user] Regarding DojoFilter and Appfuse 1.9.4 w/ Struts

2007-03-30 Thread Sanders, Corey
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

RE: [appfuse-user] Where does currentMenu come from in cssHorizontalMenu.vm?

2007-03-12 Thread Sanders, Corey
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

RE: [appfuse-user] Message resource key strings not found

2007-03-12 Thread Sanders, Corey
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

[appfuse-user] Where does currentMenu come from in cssHorizontalMenu.vm?

2007-03-12 Thread Sanders, Corey
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&

[appfuse-user] Issue with Struts Form Validation

2007-02-21 Thread Sanders, Corey
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

[appfuse-user] Fix lazy-loading errors in StrutsTestCase

2007-02-14 Thread Sanders, Corey
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

[appfuse-user] Strutstestcase and action roles setting

2007-02-04 Thread Sanders, Corey
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