Re: [appfuse-user] framework manipulating objects in the session?

2008-11-03 Thread wskent
Here is the pertinent spring applicationContext.xml configuration information:

[appfuse-user] framework manipulating objects in the session?

2008-10-31 Thread wskent
I am using Appfuse from May 2008 without maven, when it used Struts 2.0.11, Sitemesh 2.3, Displaytag 1.1.1, and Spring 2.5. Here is the problem. I am saving a List of ProductContainer objects in the session and retrieving this list successfully. I am seeing the first ProductContainer replaced with

Re: [appfuse-user] Appfuse, Struts2, Displaytag, Drill down issue

2008-10-16 Thread wskent
Finally figured this one out! I am using the YSlow plugin to Firefox and it is causing a second HTTP GET to the action as part of its information gathering on the site. Disabling YSlow took care of the problem. Another Firefox plugin called "Live HTTP headers" helped me find this one. For others w

Re: [appfuse-user] Appfuse, Struts2, Displaytag, Drill down issue

2008-10-15 Thread wskent
This is happening with JavaScript turned off or on. It is also happening in Tomcat 6. This behavior is not happening in IE 7 on either Tomcat 6 or JBoss 4.2 . -- View this message in context: http://www.nabble.com/Appfuse%2C-Struts2%2C-Displaytag%2C-Drill-down-issue-tp19860157s2369p20002842.html

Re: [appfuse-user] Appfuse, Struts2, Displaytag, Drill down issue

2008-10-15 Thread wskent
Firefox is causing Struts 2.9.11 actions to be executed twice in JBoss 4.2. This behavior is not happening in IE 7.0.5730.11. What is the best way to report this issue to Firefox? -- View this message in context: http://www.nabble.com/Appfuse%2C-Struts2%2C-Displaytag%2C-Drill-down-issue-tp198601

Re: [appfuse-user] Appfuse, Struts2, Displaytag, Drill down issue

2008-10-14 Thread wskent
I looked in the archives and made the changes suggested in those entries. Still have the same behavior where the action is executed twice. I have also deployed the Struts2InAction.war into my JBoss 4.2 container and voila, it has the same behavior. Any ideas on what is causing this problem? Is thi

[appfuse-user] Appfuse, Struts2, Displaytag, Drill down issue

2008-10-07 Thread wskent
The default Struts 2 interceptors execute the defined action twice per web page submit. This makes it difficult to determine the drill down level of a web page since using a counter is incremented twice each time the submit button is clicked. To be more specific on the problem. I have a web page t

Re: [appfuse-user] authorization failure issue

2008-07-23 Thread wskent
Excellent, That helped me work around the problem. Thanks, Kent PS.) This forum rocks !-) wskent wrote: > > A user with the proper authorizations is working as expected. But I am > getting the following error when a user attempts to access an action that > he does not have

[appfuse-user] authorization failure issue

2008-07-22 Thread wskent
A user with the proper authorizations is working as expected. But I am getting the following error when a user attempts to access an action that he does not have the granted authorization to. What is the best way to handle this situation more gracefully - An Error has occurred in this applicatio

Re: [appfuse-user] Sitemesh style sheet problem

2008-07-10 Thread wskent
THX, that was just what I needed. mraible wrote: > > The problem is likely caused by your URL - I'd try something like > href="". > > Matt > > On Thu, Jul 10, 2008 at 8:39 AM, wskent <[EMAIL PROTECTED]> wrote: >> >> I have sitemesh wor

[appfuse-user] Sitemesh style sheet problem

2008-07-10 Thread wskent
I have sitemesh working the way I want on jsp's in my root directory, but am having a problem getting the style sheet applied to sub directories. The rest of the decorator is being applied to all of the pages as desired. Here is the where the style sheet is defined in my decorator jsp - <%@ inclu

Re: [appfuse-user] NullPointerException in flush()

2008-06-24 Thread wskent
again for the great work with the Appfuse project. I have gotten a lot of great ideas from your work, and pattern my projects very closely to what you have done with Appfuse. Kent wskent wrote: > > Anyone have any ideas why I would be getting the following > NullPointerExceptio

[appfuse-user] NullPointerException in flush()

2008-06-23 Thread wskent
Anyone have any ideas why I would be getting the following NullPointerException on the flush() in BaseDaoTestCase? DEBUG [main] RoleDaoTest.testUpdateRole(11) | testUpdateRole()... DEBUG [main] RoleDaoHibernate.getRoleByName(44) | getRoleByName: from Role where name='ROLE_USER' DEBUG [main] SQL.l

Re: [appfuse-user] Struts2, pre-polution; prepare() in Action class

2008-04-11 Thread wskent
You want to look at the Struts 2 Preparable Interceptor, and how to configure this for your action in the Struts.xml file. Martin Homik wrote: > > Can anyone explain the mechanism of form pre-population. Since I am a > newbie, my experience bases rather on a try-and-error approach. Related to >