RE: setup file

2006-10-10 Thread RAJESH THIHARIE
Use Ant. http://ant.apache.org is where you should head. -Original Message- From: Medicherla Lakshmi [mailto:[EMAIL PROTECTED] Sent: Wednesday, 11 October 2006 3:17 PM To: user@struts.apache.org Subject: setup file Hi All, Can anyone plz tel me how to create a setup file for a java

RE: Role Based Action Mapping

2006-10-08 Thread RAJESH THIHARIE
I would suggest you take a look at Acegi. It will take a bit of learning but it is definitely worth it. You can go to http://www.acegisecurity.org to learn more. -Original Message- From: Puneet Lakhina [mailto:[EMAIL PROTECTED] Sent: Monday, 9 October 2006 3:40 PM To: Struts Users Mailin

Re: Design question

2005-03-30 Thread Rajesh Thiharie
1. In a single form you would have the button as a parameter. This is better because you will need to develop a single Action and write a switch-case for the buttons (parameter(s) per tab). 2. For separate actions you would not need to bother with parameters because each button is mapped to a s

Re: The F5 problem - Best Practice (ActionHierarchy)

2005-03-22 Thread Rajesh Thiharie
Leon: My suggestion is to use Tokens. I know you dont feel very nice about it but it is a practical (this is the keyword) solution. >From my personal experience avoid JavaScript as far as possible. It does come >across as a nice solution but becomes very painful to maintain. Cheers Rajesh >