Declarative Security and Struts

2003-11-17 Thread Michael Blair
Can this be done? I have been able to get a MemoryRealm in Tomcat to work using BASIC authentication. If I try to do this with FORM based authentication it seems to think the ACTION="j_security_check" in my login.jsp seems to make struts think this is an action that should be in the struts-config.

LookupDispatchAction

2003-10-29 Thread Michael Blair
Has anyone ever gotten a LookupDispatchAction to work with more than one locale? I am simply trying to do a small in english and spanish, all is well until I hit a lookupdispatchaction. It then uses the translated text as the method name instead of the map lookup name. Mike -

LookupDispatchAction and I18N

2003-10-27 Thread Michael Blair
Greetins all, As a newbie in struts, I am sure this is something simple. I have some LookupDispatchActions setup and working fine. Now, I want to internationalize this app. I created a second resource file ending in es_MX. Ok, now what happens is when it does the lookup to find the method in my ac

multiple struts-config.xml - multiple modules?

2003-10-21 Thread Michael Blair
I have a question regarding overall architecture. I am going to have a huge web app; well it will be a suite of web based tools. Lets say I will have one main menu, and from there possibly 5 separate modules (separate content areas). First, how hard is it to have a struts-config for each module (I

Indexed Properties examples?

2003-10-14 Thread Michael Blair
I am still trying to get this to work. I simply want to display records in table format in a browser and be able to change the data, do a submit and have access to the changes back in the action. Currently I am getting : "HTTP ERROR: 500 No getter method for property AwardIndexed[0].safAwardCode of

Processing a 'POST' from the JSP Page for an ArrayList?

2003-10-10 Thread Michael Blair
I'm new to struts and so far love it, but this piece is killing me. I have a jsp, form bean, view, action. I am ok with loading an arraylist and embedding it into the jsp page using the iterate. Now, I want to make changes to the table in the browser which is represented as an iterator, and then I