[appfuse-user] Integrating Captcha

2007-11-04 Thread ernasm
Hi, I have read articles about integrating captcha into appfuse using separate page, one to enter captcha response and other to do normal authentication step. Is it possible to make captcha and authentication on single page (login.jsp) using chain filter ? Thanks, -- Ernas M. Jamil -

Re: [appfuse-user] NoSuchMethodException - but the method's there

2007-11-04 Thread Daniel Kibler
Of course, I should have noted Appfuse2 - Struts2 Daniel Kibler wrote: > > I have another baffling problem.:confused: > > I'm trying to add file upload capability to a data form page. I added a > new form to the page based on the appfuse file upload jsp. I also edited > the action to extend org

[appfuse-user] NoSuchMethodException - but the method's there

2007-11-04 Thread Daniel Kibler
I have another baffling problem.:confused: I'm trying to add file upload capability to a data form page. I added a new form to the page based on the appfuse file upload jsp. I also edited the action to extend org.appfuse.webapp.action.FileUploadAction, overriding the upload() method and included

Re: [appfuse-user] Hibernate Search and Appfuse

2007-11-04 Thread franz see
Good day, I've also tried integarting hibernate-search with appfuse-jpa with no luck. I tried it with: * org.hibernate : hibernate-core : 3.2.5.ga : jar * org.hibernate : hibernate-annotations : 3.3.0.GA : jar * org.hibernate : hibernate-entitymanager : 3.3.1.GA : jar * org.hibernate : hibernate

[appfuse-user] Is there a faster way of modifying a jsp and testing/running the jsp using eclipse WTP?

2007-11-04 Thread Irshad Buchh
Hi, To deploy and run a web application in Eclipse using WTP: Right-click on the jsp file, index.jsp, in the ProjectExplorer. Select Run As > Run on Server menu. In the Run On Server dialog, ensure that the server, Oracle OC4J Standalone Server v10.1.3 DP4 Preview, is selected. Click on Finish.