RE: AppFuse - Impressions?

2005-03-02 Thread Steven Leija
Hey David, I've used this project for a while now and it's outstanding. You can literally get the foundation for a webproject setup and deployed to a tomcat server in a matter of a minutes. There is continuous work being done on it for additional functionality and improvements. It is consi

Struts & sslext

2005-02-11 Thread Steven Leija
Hey All, I'm currently trying to integrate sslext into my application. When I start up it seems to be crashing on parsing Has anyone gotten this exception? Suggestions? Thanks! Steven java.lang.NoSuchMethodException: Bean has no property named secure at org.apache.commons.digest

RE: ActionMessages

2005-01-18 Thread Steven Leija
Hey Justin, You can create a dynamic error but still must use the properties file. In your properties files have something like: errors.dynamic={0} and in your ActionError instance pass in, "errors.dynamic" along with your dynamic error message. Steven -Original Message-

Webdoclet and FileForm

2004-12-09 Thread Steven Leija
Hey All, I'm using webdoclet to generate my ActionForms and hibernate config files from my POJO's. But when I try and make one of my POJO's have a FormFile object (only struts, and not hibernate config), it generates it as a String object. Any ideas? Thanks! Steven --

RE: Tiles and Tabs

2004-12-08 Thread Steven Leija
Check out Struts Menu http://struts-menu.sourceforge.net/ -Original Message- From: Nadia Kunkov [mailto:[EMAIL PROTECTED] Sent: Wed 12/8/2004 10:27 AM To: Struts help (E-mail) Cc: Subject: Tiles and Tabs HI,

Virtual Host & Struts Action Form

2004-11-24 Thread Steven Leija
Hello All, I'm currenting running a virtual host in tomcat and apache and running into an issue where my form is being rendered with two slashes followed by my action path. eg. action="//myAction.do" I'm assuming this is due to my tomcat context path being "/", so the slash is being added on

Tiles Security?

2004-11-04 Thread Steven Leija
Hey All, I'm currenly using tomcat's security realm for my authentication and authorization and running into an issue with tiles and security. I have a directory called secure and in a tiles element, I have a page referenced to one of the pages in the secure directory. I assumed that tomcat w

[OT] Tomcat MD5 Authentication

2004-08-30 Thread Steven Leija
I'm trying to configure Tomcat to use MD5 encryption for my JDBCRealm. Has anyone successfully gotten this to work? Thanks, Steven - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Question about authentication

2004-08-25 Thread Steven Leija
I'm currently running into the same situation. If you added to your web-inf directory. Do you just create a dir called "jsp"? and treat that as your root? Is there any sort of special path or configuration needed for this? I'm using Tomcat 5.0. Thanks, Steven > Hi > I am going to use

Uploading Multiple Files

2004-08-17 Thread Steven Leija
Hey All, I have a need to be able to upload multiple files in a single form. Does anyone have a recommendation for this approach? Thanks in advance! Steven

Pagination

2004-04-20 Thread Steven Leija
Hello All, Is there any sort of a util class that is used for pagination already provided by struts or jakarta? Thanks! Steven - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]