RE: [appfuse-user] Menu and Menu Item

2008-06-13 Thread Ding, Qin
Thank you, Matt. From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2008 11:38 AM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] Menu and Menu Item You need to remove the line from menu.jsp that references this menu. Matt O

Re: [appfuse-user] Menu and Menu Item

2008-06-13 Thread Matt Raible
You need to remove the line from menu.jsp that references this menu. Matt On Fri, Jun 13, 2008 at 9:50 AM, Ding, Qin <[EMAIL PROTECTED]> wrote: > I am using appfuse 1.9.4. I tried to remove the fileupload from the > menu. I commented it out from menu-config.xml, but got msg on the page > sta

[appfuse-user] Menu and Menu Item

2008-06-13 Thread Ding, Qin
I am using appfuse 1.9.4. I tried to remove the fileupload from the menu. I commented it out from menu-config.xml, but got msg on the page stating fileupload is not in the repository. How to remove the Memu like Login and FileUpload? Thank you.

[appfuse-user] Struts2 Modular Project

2008-06-13 Thread suresh . indukuri
Hi Matt, 1.What is the difference between appfuse struts core and modular appliactions i dont see any difference in the application other than the structure. 2.I have followed the steps for configuring appfuse in eclipse # Use the AppFuse archetypes to create the project. I used the St

Re: [appfuse-user] Problem with Menu Expandable

2008-06-13 Thread Matt Raible
You might try adding the following after your menu code in menu.jsp: initializeMenus(); Matt On Fri, Jun 13, 2008 at 4:20 AM, Sanath <[EMAIL PROTECTED]> wrote: > > Hi All, > I have used stuts menu using the menuExpandable.js for an appfuse project > to implement a Vertical menu. The sample

[appfuse-user] Problem with Menu Expandable

2008-06-13 Thread Sanath
Hi All, I have used stuts menu using the menuExpandable.js for an appfuse project to implement a Vertical menu. The sample implementation of the menu keeps the menu item expanded when a new page is also opened but in my implementation it always collapses the menu when a new page is opened. I have

Re: [appfuse-user] Captcha & Spring Security 2.0

2008-06-13 Thread Jason Thrasher
I was just porting the JCAPTCHA code to Spring Security 2 tonight, but haven't finished. Essentially the steps to use the existing AppFuse/JCaptcha integration are: 1) checkout Spring Security 2.0.2 tag from their SVN 2) in the spring security 2.0.2 checkout dir, try: "mvn install" wait for

Re: [appfuse-user] Strange LazyInitializationException: could not initialize proxy - no Session

2008-06-13 Thread syg6
Hello, dusty wrote: > > > You don't have a @ManyToOne annotation on the InspectionPackage side. > Is that a JPA convention/default that it will just understand what you > want there? I have never tried that before. > > This is still a ManyToOne but instead of using a Join table it cre