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 consistently up-to-date with the newest 
opensource libraries that it utilizes.  There is a wide breathe of opensource 
projects using in AppFuse so be prepared to learn alot of you are not already 
familar wtih the several of the popular opensource tools like Hibernate, 
Spring, Struts or JSF. 

 

Steven

-Original Message- 
From: David Johnson [mailto:[EMAIL PROTECTED] 
Sent: Wed 3/2/2005 10:03 AM 
To: Struts Users Mailing List 
Cc: 
Subject: AppFuse - Impressions?



hi all

I have been meaning to doeanload AppFuse after reading about it on
this list (http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuse) but I
havent yet. Has anyone used it?



--
-Dave
[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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.digester.Digester.createSAXException(Digester.java:2792)
at 
org.apache.commons.digester.Digester.createSAXException(Digester.java:2818)
at org.apache.commons.digester.Digester.startElement(Digester.java:1289)
at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown 
Source)
at 
org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown 
Source)
at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 Source
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) 



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- 
From: Justin Moore [mailto:[EMAIL PROTECTED] 
Sent: Tue 1/18/2005 5:07 PM 
To: Struts Users 2 (E-mail); StrutsUsersMailingList (E-mail) 
Cc: 
Subject: ActionMessages



Anyone know how to pass errors from your Action to your JSP without 
having to use the resource file / ActionMessage combination.  Basically I need 
to pass a dynamically generated error message to the jsp.

Your help is appreciated.

-Justin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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,
Another newbie question.
I need to build several pages with tabs.  I'm using tiles.  What is the 
best way to implement it?  Any examples, tutorials?
Thanks
Nadia


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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 onto this.  Is there a way 
to prevent this from happening?

Thanks for any help!

Steven

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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 would pick up the fact it's in a secure location and 
would force a login.Is this not the case?  Is there something I'm missing to force 
it to a login screen, and once authenticated, then reroute to the tiles layout 
defined?  When I bring up only the secure page, it forces the login.

Thanks for any help!

Steven

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

[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 custom tags for checking 
> access to Jsp, if no user/bean bean in session, 
> then direct to login page. 
> 
> And I am also going to check admin bean again 
> in Action before invoking life cycle methods 
> on business beans. 
> 
> Now am I over kill with authentication?? 

Way overkill.  Put your jsps in WEB-INF, and no one can get at them.  If your 
container is new enough to handle filters, use them instead.  Otherwise, use a 
BaseSecurityAction that overrides execute, does the check and then calls 
whateverYouWantForYourActualExecutionCode( same params as execute).

> 
> I mean, if all JSP pages that require user/admin 
> access has custom tag that check for access 
> at top, then i don't really need to check 
> for authentication in Action classess. 

You shouldn't allow access to your jsp pages. 

> 
> But it may also be good practice to double check 
> for whatever reason. 
> 
> Just curious what's the usual practice u ppl do. 
> 
> Thanks 
> 
> - 
> To unsubscribe, e-mail: [EMAIL PROTECTED] 
> For additional commands, e-mail: [EMAIL PROTECTED] 
> 
> 

- 
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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]