Re: Control Access

2003-03-20 Thread Dejan Krsmanovic
The simplest way is , In all actions check whether the User is logged in ( by checking whether UserBean is present in the Session) . If the user is not logged in direct him to the Login page . This approach is not that efficient as you have to have this logic in all the actions. If you

Re: [OT] FWIW

2003-03-18 Thread Dejan Krsmanovic
I could really argue with you a lot especially about so called reputable sources. But this is not place for this kind of discussion. So please lets talk about Struts. There are enough sites with war themes anyway. Dejan - Original Message - From: James Higginbotham [EMAIL PROTECTED] To:

Re: URL display problem

2003-03-12 Thread Dejan Krsmanovic
Have you checked if you are doing redirection somewhere in your action class? Or you have forward with redirect=true for that action? Are the parameters you have on your URL same as one you have in your form? Try to send here generated html code. Dejan - Original Message - From: Jamesey

Re: OK Here's the HTML - (Re: URL display problem)

2003-03-12 Thread Dejan Krsmanovic
- Original Message - From: Jamesey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 10:38 AM Subject: OK Here's the HTML - (Re: URL display problem) Here's the HTML Excuse me if its not very good.. I'm not a front end developer by tradition.. I usually do

Re: Newbie question

2003-03-11 Thread Dejan Krsmanovic
What is the method for form? It should be POST, not GET. Dejan - Original Message - From: Jamesey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 4:34 PM Subject: Re: Newbie question nope.. its just the property's of my Dynabean.. when i sumbit and the form posts

Re: Newbie question

2003-03-11 Thread Dejan Krsmanovic
' defaults to post.. and i'm sure its doing it cos i've viewed the source.. so now i wondering why the jiminy blazes i'm still getting parameterized urls... aaaragh Dejan Krsmanovic [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] What is the method for form? It should be POST, not GET

Re: struts IDE

2003-03-06 Thread Dejan Krsmanovic
I have used 9.0.3 for building few struts applications and I can say it saved me a lot of time. They have integrated few wizards for working with config files and support for taglibs (autocomplete etc.). However I have found few bugs (for example when specifying data source configuration in

Re: struts IDE

2003-03-06 Thread Dejan Krsmanovic
and Validator config files. This should solve your problems. http://www.jamesholmes.com/struts/ -james --- Dejan Krsmanovic [EMAIL PROTECTED] wrote: I have used 9.0.3 for building few struts applications and I can say it saved me a lot of time. They have integrated few wizards for working

Re: What is the best struts plugin for Eclipse?

2003-03-03 Thread Dejan Krsmanovic
I use Easy Struts and it is very cool. You can download it from http://sourceforge.net/projects/easystruts Current version (0.63) does not work with Eclipse 2.1. Dejan - Original Message - From: Alban Soupper [EMAIL PROTECTED] To: Struts Users Mailing List (E-mail) [EMAIL PROTECTED]

Re: What is the best struts plugin for Eclipse?

2003-03-03 Thread Dejan Krsmanovic
? -Original Message- From: Dejan Krsmanovic [mailto:[EMAIL PROTECTED] Sent: lundi, 3. mars 2003 11:35 To: Struts Users Mailing List Subject: Re: What is the best struts plugin for Eclipse? I use Easy Struts and it is very cool. You can download it from http://sourceforge.net/projects