Re: [appfuse-user] Submenu problems in appfuse 2 and struts-menu

2009-04-08 Thread Matt Raible
I don't know if it's related, but there is the following open issue in JIRA. http://issues.appfuse.org/browse/APF-1064 Matt On Mon, Apr 6, 2009 at 3:45 PM, mmaia wrote: > > Hi, > > I've been facing hard times while trying to make appfuse work with > submenus. > I'm using struts2 and whenever I

[appfuse-user] How to generate weekly report using iReport tool

2009-04-08 Thread Developeryours
i want to generate weekly report for selected month in ireport . if i selected month from january to febraury means my report has to generate report for 8 weeks sales with weekwise total i tried using Cross tab and subreport.. but cant . Please help me with any solution ... -- Vie

Re: [appfuse-user] DWR (AJAX) and Session timeout renew, how? - URGENT

2009-04-08 Thread Attila
Thank You very much, sorry for late answering... Bye, bye xeusman wrote: > > > Check this. > http://terrajava.blogspot.com/2009/03/handling-dwr-session-timeouts.html > > you may have to write a filter. > > > Attila wrote: >> >> Hi, >> >> I've a big problem with DWR and http session. My

Re: [appfuse-user] Removal of Ajax4JSF in appfuse light

2009-04-08 Thread Matt Raible
What do you mean by "it didn't work". Do you mean it's still in your final WAR? If so, you probably need to exclude it from your pom.xml. At this time, the only way I can think to do that is (1) remove the reference to appfuse-web as the parent (2) copy all the plugins from the root appfuse

Re: [appfuse-user] test coverage - UserAction

2009-04-08 Thread tibi
i did not look at it jet but is there already a solution for testing a method like this: useraction: public String edit() throws IOException { final HttpServletRequest request = getRequest(); final boolean editProfile = (request.getRequestURI().indexOf("editProfile") > -1);

Re: [appfuse-user] test coverage - DateUtil

2009-04-08 Thread tibi
added dateUtil tests patch to the jira http://issues.appfuse.org/browse/APF-1146 tibi - To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net

[appfuse-user] Removal of Ajax4JSF in appfuse light

2009-04-08 Thread Saeed Iqbal
Hi Is there any way I can remove ajax4jsf in appfuse light please. I removed the View Handler, filter and its mapping but it didnt work. Thanks, -saeed