Here is the pertinent spring applicationContext.xml configuration
information:
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
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
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
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
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
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
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
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
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
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
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
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
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
>
14 matches
Mail list logo