RE: Getting MessageResources from a ActionForm

2002-12-10 Thread Darren Hill
Hey Jim, I remember asking the same question. The basic answer is to populate those selections in the action. Pain in the butt eh? Darren. -Original Message- From: Jim Collins [mailto:[EMAIL PROTECTED]] Sent: December 10, 2002 4:50 PM To: Struts Users Mailing List Subject: Getting

RE: Validator Javascript missing

2002-12-06 Thread Darren Hill
The problem may be in your struts-config. If you have validate=false in you action mapping, you have to manually validate via form.validate(); D. -Original Message- From: Jordan Thomas [mailto:[EMAIL PROTECTED]] Sent: December 6, 2002 7:55 AM To: [EMAIL PROTECTED] Subject: Validator

RE: java Beautiful

2002-12-05 Thread Darren Hill
JxBeauty is my fav! -Original Message- From: BARADAT Benoit [mailto:[EMAIL PROTECTED]] Sent: December 5, 2002 9:34 AM To: Struts Users Mailing List Subject: java Beautiful Hello I'm looking for a tool to have a beautiful java (ident,if,else, case,etc ...) (like cb on Unix Platform)

RE: LookupDispatchAction

2002-12-03 Thread Darren Hill
Make sure validation=false in your strus-config.xml And then .. do a form.validate(x,y); in only those actions you wish to validate in. Darren. -Original Message- From: Cook, Graham [mailto:[EMAIL PROTECTED]] Sent: December 3, 2002 10:08 AM To: [EMAIL PROTECTED] Subject:

Remove browser toolbars 'n' such.

2002-12-02 Thread Darren Hill
I remember someone on the list saying that, when creating a struts app, that remove all toolbars, address bar, and navigational button from the browser ... I like this idea, but can't seem to find out how. My JSP's are under the WED-INF folder and my index.jsp simply forwards to the initial

RE: Remove browser toolbars 'n' such.

2002-12-02 Thread Darren Hill
here to enter type link that has an onclick handler to call window.open(). In the arguaments to window.open() you can turn the menus, address bar and toolbar on or off. David On Mon, 2 Dec 2002 11:42:10 -0500 , Darren Hill [EMAIL PROTECTED] said: I remember someone on the list saying that, when

RE: [Struts Tip] #18 - Use EJBs with care

2002-11-29 Thread Darren Hill
I beg to differ. I love 'em ... I got a BEAUTY full-fledged struts-app using them right now. The only thing I would say ... is use LOCAL interfaces if at all possible. IF you combined EJB with a Stateless Session Bean Service layer .. fronted with DeleteGate classes, you've got a great

j_security_check

2002-11-18 Thread Darren Hill
Wow. I had this working awesome ... now I get a HTTP ERROR: 404 Not Found RequestURI=/CMWeb/WEB-INF/pages/j_security_check from the following jsp form method=POST action=j_security_check trtd colspan=2/td/tr trtdbean:message key=login.page.form.email.label//tdtdinput type=text

RE: j_security_check

2002-11-18 Thread Darren Hill
on the list ;) hth, -b -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 2:21 PM To: 'Struts Users Mailing List' Subject: j_security_check Wow. I had this working awesome ... now I get a HTTP ERROR: 404 Not Found RequestURI

Deprecation

2002-11-11 Thread Darren Hill
Where can I find documentation on all of the deprecated variables and methods. I just downloaded the nightly build today ... TONS of deprecated messages. D. The JavaDoc doesn't appear to contain any information. -Original Message- From: edgar [mailto:edgar;blue-moose.net] Sent:

RE: Deprecation

2002-11-11 Thread Darren Hill
Ooops I neglected to check the documentation.war file contained in the distribution I got .. I simply assumed that the Nightly Build JavaDocs on the struts web-site would actually contain the Nightly Build JavaDocs. D. -Original Message- From: Darren Hill [mailto:dhill;724.com] Sent

How do I search this newsgroup with google.

2002-11-05 Thread Darren Hill
Don't wanna duplicate question. How do I search this newsgroup with google. Darren. -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Previous Action

2002-11-05 Thread Darren Hill
I have an action which needs to know which action called it. More background ... its a deleteAction that, if called from a list, go back to that list, if called from a view, go to welcome page, etc 1) Can I discover which action was call, from within an action? 2) Is there a better way to do

struts validation and DispatchAction

2002-11-05 Thread Darren Hill
So. My DispatchAction works great .. now I want to do validation ( on the ADD action ), but because I need to turn validation 'on', it applies to ALL my actions with the DispatchAction. So .. create creates a 'clean' form, which of course fails in validation. I suppose, for the 'view' action I

Architecture question. Device Independence.

2002-10-31 Thread Darren Hill
Hi all, Looking for some in-sight from all you experts out there. I'm designing struts-application and what to make it 'device-independent'. I've looked into stxx, which is exactly what I'm looking for, but its not been upgraded to Struts 1.1. I don't have the resources to create this for

RE: HTMLTable framework for Struts

2002-10-30 Thread Darren Hill
Try struts-layout ... its really good. http://struts.application-servers.com/ -Original Message- From: Rainer Mueller [mailto:rmueller;inventage.com] Sent: October 30, 2002 10:37 AM To: Struts Users Mailing List Subject: HTMLTable framework for Struts Hi, has anyone used the HTMLTable

access ApplicationResource from ActionForm

2002-10-18 Thread Darren Hill
Hi All, My ActionForm is populating a drop-down list ( LabelvalueBean's ) and I want to say - None - for a none-selection .. and want it to be i18n. So, can I access the ApplicationResource to retrieve that 'None'. If so, how? Is this the best idea? Darren. -- To unsubscribe, e-mail:

RE: access ApplicationResource from ActionForm

2002-10-18 Thread Darren Hill
that a wire does not change the state of the electricity. The proper place to do this is in an Action class. Action has a getResources method (a few different signatures I believe, actually). This is where you would get that data. You could then set some property of your form accordingly. Darren

Forwarding to a LookupDispatchAction method from a LookupDispatchAction

2002-10-15 Thread Darren Hill
Hi All, I have a LookupDispatchAction within which I want to forward to itself ( in essence, its a search method that, once it found an company, redirects to the 'edit' part of this LookupDispatchAction ) I've taken some baby steps by doing the following ... action path=/companyDispatch

RE: Error message - not sure of meaning or significance.

2002-10-11 Thread Darren Hill
If that's true .. I may be the biggest poser on the planet. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: October 11, 2002 10:16 AM To: 'Struts Users Mailing List' Subject: RE: Error message - not sure of meaning or significance. Hey, you aren't a REAL

RE: Struts Tag Request

2002-10-11 Thread Darren Hill
Clever. I'm gonna try that. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: October 11, 2002 12:58 PM To: Struts Users Mailing List Cc: 'Jon.Ridgway' Subject: RE: Struts Tag Request On Fri, 11 Oct 2002, Smith, Johnathan M. wrote: Not what I am asking

RE: [ANNOUNCE] struts-layout 1.0b1

2002-10-09 Thread Darren Hill
The tutorial says nothing about 'setting-up' struts-layout. ie. Where to css files, how to initialize stuff in the web.xml, where to put things. The example .war files doesn't even include 'struts-layout.tld' in the web.xml .. ??? D. -Original Message- From: Jean-Noel Ribette

RE: [OT] Container Wars

2002-10-08 Thread Darren Hill
I've been using JBoss 3.x / Jetty for a while now. No complaints. Should I be worried about something? D. -Original Message- From: Madel,Kurt [mailto:[EMAIL PROTECTED]] Sent: October 8, 2002 10:12 AM To: 'Struts Users Mailing List' Subject: RE: [OT] Container Wars Have you used JRun

RE: ValidatorForm

2002-10-01 Thread Darren Hill
=formBean name=%= formName % type=org.apache.struts.action.ActionForm/ Good luck, and if you figure out how to more easily re-use the same JSP for all your actions, please post it. -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 10:42 Am

nested:optionsCollection

2002-10-01 Thread Darren Hill
K ... so I have nested beans and all is well. I just want to know the syntax of creating a single select. My company bean contains an arraylist of employee beans ( everything works will so far ) ie. This works fine nested:iterate property=employeeList nested:text property=firstName/

RE: nested:optionsCollection

2002-10-01 Thread Darren Hill
/ doesn't work. D. -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: October 1, 2002 12:18 PM To: 'Struts Users Mailing List' Subject: nested:optionsCollection K ... so I have nested beans and all is well. I just want to know the syntax of creating a single select. My

RE: nested:optionsCollection

2002-10-01 Thread Darren Hill
PM To: 'Struts Users Mailing List' Subject: RE: nested:optionsCollection try nested:options collection=employeeList property=id labelProperty=firstName/ -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 9:39 AM To: 'Struts Users Mailing List

RE: nested:optionsCollection

2002-10-01 Thread Darren Hill
. Vinh -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 1:12 PM To: 'Struts Users Mailing List' Subject: RE: nested:optionsCollection Sorry Jason .. I get javax.servlet.jsp.JspException: Cannot create iterator

RE: nested:optionsCollection

2002-10-01 Thread Darren Hill
java.util.Collection or a primitive array of objects to work as a collection attribute of the options tag. The best documentation is source code-- I'd look at that if you're getting frustrated... -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 10

RE: [FRIDAY] Tee Time

2002-09-27 Thread Darren Hill
FORE! -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: September 27, 2002 9:40 AM To: Struts (E-mail) Subject: [FRIDAY] Tee Time Have a great weekend, alls...my account rep just decided to take me out of the office for 18 holes on the swankest links in

ValidatorForm

2002-09-27 Thread Darren Hill
Question. I have a ValidatorForm form that works with a LookupDispatchAction. One of the the actions is 'view'. But this populates the form after validation. The question is ... how can I selectively validate a ValiatorForm ( ie. Don't validate for 'view', 'create', but validate for

[OT] Regular Expression for Validator

2002-09-27 Thread Darren Hill
I suck. I'm trying to come up with a reg expr for a Canadian Postal Code (ie. M6P 3G6 .. or .. M6P3G6 ) I've got ... constant name=zip value=^([A-Za-z]\d[A-Za-z]( |-)\d[A-Za-z]\d)$ / IS THIS NOT RIGHT? Darren. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

RE: [OT] Regular Expression for Validator

2002-09-27 Thread Darren Hill
Yeah ... but I thought it may be an issue with the validator as I know the expression is ok. -Original Message- From: John Sherlock [mailto:[EMAIL PROTECTED]] Sent: September 27, 2002 12:18 PM To: 'Struts Users Mailing List' Subject: RE: [OT] Regular Expression for Validator try the

RE: [OT] Regular Expression for Validator

2002-09-27 Thread Darren Hill
characters and I'd be happy to help. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 12:06 PM

RE: [OT] Regular Expression for Validator

2002-09-27 Thread Darren Hill
(insert your regex) -Devin -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 12:06 PM To: 'Struts Users Mailing List' Subject: [OT] Regular Expression for Validator I suck. I'm trying to come up with a reg expr for a Canadian Postal

RE: [OT] Regular Expression for Validator

2002-09-27 Thread Darren Hill
: ( | -) to (\ |\-)? ??? Darren Hill wrote: I suck. I'm trying to come up with a reg expr for a Canadian Postal Code (ie. M6P 3G6 .. or .. M6P3G6 ) I've got ... constant name=zip value=^([A-Za-z]\d[A-Za-z]( |-)\d[A-Za-z]\d)$ / IS THIS NOT RIGHT? Darren. -- To unsubscribe, e-mail: mailto

Question

2002-09-26 Thread Darren Hill
Can DynaActionForm contain non-String parameters. ie. Can it contain a HashMap for a form-property? I want to populate a Select form field. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Question

2002-09-26 Thread Darren Hill
gotcha ... but i'll need to create a bean rather then embed it in my dynaactionform -Original Message- From: Tiago Nodari [mailto:[EMAIL PROTECTED]] Sent: September 26, 2002 4:10 PM To: Struts Users Mailing List Subject: Re: Question to populate a select there is an example

RE: PropertyUtils.copyProperties

2002-09-25 Thread Darren Hill
Help. Can't get this to work. I've got a 'view' object Company ... trying to populate a DynaForm? Is that possible? CompanyView view = service.getCompany(Integer.valueOf(1)); DynaActionForm dynaForm = (DynaActionForm) form; System.err.println(view.getName()); --- Gives me CIBC

RE: Logout in a container-managed security environment -- Follow-up

2002-09-25 Thread Darren Hill
I had the same problem and did the following .. form method=POST action='%= response.encodeURL(j_security_check) %' trtd colspan=2/td/tr trtdbean:message key=login.page.form.email.label//tdtdinput type=text name=j_username/td/tr trtdbean:message key=login.page.form.password.label//tdtdinput

DynaForm

2002-09-25 Thread Darren Hill
This should be an easy one ... What types can a DynaForm support? ( ie. String, Integer, BigDecimal, etc) - I assume anything that can be converted to a String ( toString ) If I have a DynaForm form-property as follows form-property name=marketingToolId type=java.lang.Integer/ how do

RE: DynaForm

2002-09-25 Thread Darren Hill
Bar)' What gives? -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: September 25, 2002 3:44 PM To: 'Struts Users Mailing List' Subject: DynaForm This should be an easy one ... What types can a DynaForm support? ( ie. String, Integer, BigDecimal, etc) - I

[AGAIN] DynaActionForm

2002-09-25 Thread Darren Hill
This should be an easy one ... What types can a DynaActionForm support? ( ie. String, Integer, BigDecimal, etc) - I assume anything that can be converted to a String ( toString ) If I have a DynaActionForm form-property as follows form-property name=marketingToolId

Testing ...

2002-09-25 Thread Darren Hill
Hi .. I've posted about 12 questions in the last week. Answered about 5-6 .. is this getting through ... I get no reponses. Not even a 'get lost' ;) D. -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: September 25, 2002 4:34 PM To: 'Struts Users Mailing List

Losing my mind over LookupDispatchAction

2002-09-24 Thread Darren Hill
Ok .. here's my action action path=/companytype=blah.CompanyAction name=companyForm scope=request input=/WEB-INF/pages/company.jsp parameter=submit forward name=success path=/company.jsp redirect=false/ /action my jsp snippet logic:iterate id=company name=company_list

Extending Action and DispatchAction

2002-09-23 Thread Darren Hill
Hi All, If I've got common code that happens in ALL actions and I extend BOTH Action and DispatchAction .. how can I include the common methods for both actions, rather the copying that code in each? Darren. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: Extending Action and DispatchAction

2002-09-23 Thread Darren Hill
hierarchy a little more clearly? Mark -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 1:52 PM If I've got common code that happens in ALL actions and I extend BOTH Action and DispatchAction .. how can I include the common methods for both actions

RE: Extending Action and DispatchAction

2002-09-23 Thread Darren Hill
To: 'Struts Users Mailing List' Subject: RE: Extending Action and DispatchAction How are you extending 2 classes at the same time in the same Action class? Can you describe your class hierarchy a little more clearly? Mark -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent

PropertyUtils.copyProperties

2002-09-23 Thread Darren Hill
Help. Can't get this to work. I've got a 'view' object Company ... trying to populate a DynaForm? Is that possible? CompanyView view = service.getCompany(Integer.valueOf(1)); DynaActionForm dynaForm = (DynaActionForm) form; System.err.println(view.getName()); --- Gives me CIBC

Form Conversion.

2002-09-23 Thread Darren Hill
NOT string, will it fail? How else can I achieve this? Do I need to change the form-property to form-property name=numEmployee type=java.lang.String/ and do the conversion in my Action? D. -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: September 23, 2002 3:43 PM

Losing my mind over LookupDispatchAction

2002-09-23 Thread Darren Hill
Ok .. here's my action action path=/companytype=blah.CompanyAction name=companyForm scope=request input=/WEB-INF/pages/company.jsp parameter=submit forward name=success path=/company.jsp redirect=false/ /action my jsp snippet logic:iterate id=company name=company_list

LookupDispatchAction

2002-09-20 Thread Darren Hill
Hey everyone .. happy Friday. Does anyone have a working example the uses LookupDispatchAction. I think I understand ... just wanna see some working example code. D. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: LookupDispatchAction

2002-09-20 Thread Darren Hill
, HttpServletResponse res ) throws Exception { return mapping.findForward( IStrutsConstants.CUSTOMER_APPEND ); } } Darren Hill wrote: Hey everyone .. happy Friday. Does anyone have a working example the uses LookupDispatchAction

[kiuma ] LookupDispatchAction ...

2002-09-20 Thread Darren Hill
, HttpServletResponse res ) throws Exception { return mapping.findForward( IStrutsConstants.CUSTOMER_APPEND ); } } Darren Hill wrote: Hey everyone .. happy Friday. Does anyone have a working example the uses LookupDispatchAction

RE: [kiuma ] LookupDispatchAction ...

2002-09-20 Thread Darren Hill
undere lgpl (or similar) as a case study, Part as a commercial app (not yet implemented. Would you like to use jboss I can help you to start if you are not familiar with. Darren Hill wrote: By the way ... If that is your actual code .. I have a few suggestions. 1) Create a plug

Whoops .. BRAIN FREEZE!

2002-09-20 Thread Darren Hill
how do I get the property of a bean into a map? java.util.Map map = new java.util.Map(); map.put(company,bean:write name=company property=name/); map.put(method,view); html:link page=/companyDetails.do name=map Darren. No laughing! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: Whoops .. BRAIN FREEZE!

2002-09-20 Thread Darren Hill
and call the page scope bean and value from your jsp scriplets. -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 2:01 PM To: 'Struts Users Mailing List' Subject: Whoops .. BRAIN FREEZE! how do I get the property of a bean into a map

Please help ...

2002-09-20 Thread Darren Hill
Here's what I got .. logic:iterate id=company name=company_list type=blah..CompanyView % HashMap map = new HashMap(); map.put(company,COMPANYID); map.put(method,view); pageContext.setAttribute(map, map, PageContext.PAGE_SCOPE); % html:link

HTMLTable

2002-09-20 Thread Darren Hill
Anyone ever use HTMLTable? https://sourceforge.net/projects/htmltable/ -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: September 20, 2002 4:35 PM To: 'Struts Users Mailing List' Subject: Please help ... Here's what I got .. logic:iterate id=company name

RE: Please help ...

2002-09-20 Thread Darren Hill
- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 4:35 PM To: 'Struts Users Mailing List' Subject: Please help ... Here's what I got .. logic:iterate id=company name=company_list type=blah..CompanyView % HashMap map = new HashMap(); map.put

RE: Automated Site testing

2002-09-19 Thread Darren Hill
Check this out ... http://strutstestcase.sourceforge.net/ Darren. -Original Message- From: gautam [mailto:[EMAIL PROTECTED]] Sent: September 19, 2002 2:14 AM To: Struts Users Mailing List Subject: RE: Automated Site testing Check out Cactus. http://jakarta.apache.org/cactus/

BeanUtils Question

2002-09-19 Thread Darren Hill
Not sure if this is the write forum for this.. anyway. I have a Stateless Session Bean that acts as my Service Layer in my App. ( It seperates my Domain Layer[EJB's] from my App Layer [Actions/Views] ) My 'views' are simply beans the duplicate the EJB's. I want to use the

Using BeanUtils with EJB

2002-09-19 Thread Darren Hill
I guess the better question is ... Can you use the BeanUtils on EJB's? Darren. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: [ANNOUNCE] Struts Console v2.2

2002-09-19 Thread Darren Hill
Is there still and issue with the jdom replacement screwing up the EJB Modeler in JBuilder? Darren. -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED]] Sent: September 19, 2002 10:10 AM To: Struts Users Mailing List Subject: [ANNOUNCE] Struts Console v2.2 Struts Console

Has anyone integrated SecurityFilter within a Struts app?

2002-09-18 Thread Darren Hill
I'm looking for an example webapp. I've wasted too much time already doing it myself. I've got an app that uses JAAS with JBoss, but its too tightly coupled. And JBoss doesn't have the best documentation. I also need to retrieve and store a UserView upon successful authentication, so that I

RE: Has anyone integrated SecurityFilter within a Struts app?

2002-09-18 Thread Darren Hill
the SecurityFilter with Tomcat 4.1.10, MySQL and JDBC Realm. Anything I can help you with? -Dan -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 7:43 AM To: 'Struts Users Mailing List' Subject: Has anyone integrated SecurityFilter within a Struts

RE: Has anyone integrated SecurityFilter within a Struts app?

2002-09-18 Thread Darren Hill
right it should work. SF is a pseudo contained managed security. Not sure how JAAS works with it. -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 2:35 PM To: 'Struts Users Mailing List' Subject: RE: Has anyone integrated

RE: Has anyone integrated SecurityFilter within a Struts app?

2002-09-18 Thread Darren Hill
a Struts app? see getUserPrincipal().getName() in the Servlet API -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 2:47 PM To: 'Struts Users Mailing List' Subject: RE: Has anyone integrated SecurityFilter within a Struts app? OK

RE: Has anyone integrated SecurityFilter within a Struts app?

2002-09-18 Thread Darren Hill
integrated SecurityFilter within a Struts app? to do logging? I have seen examples of that. As for just including information in a page why not in an ordinary action? Don't need special RequestProcessor to access the UserPrincipal -Original Message- From: Darren Hill [mailto:[EMAIL

RE: Link to jsp that resides under WEB-INF

2002-09-17 Thread Darren Hill
This must be done at the servlet level. Great way to protect all your resources ... but you cannot link from a jsp to a jsp under the WEB-INF. You should be doing this through configuration anyway. action path=/Welcome type=org.apache.struts.actions.ForwardAction

RE: [Dan] Security and Struts

2002-09-11 Thread Darren Hill
questions. -Dan -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 11:44 AM To: 'Struts Users Mailing List' Subject: RE: RE: Security and Struts Nice .. thanks Todd. Anyone ever use this with Struts? -Original Message- From: [EMAIL

RE: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Darren Hill
As far as I can tell its not Friday ... but I do wish it was. -Original Message- From: Mark Kaye [mailto:[EMAIL PROTECTED]] Sent: September 11, 2002 10:43 AM To: Struts Users Mailing List Subject: RE: [OT][ALT-TECH] Apple Web Objects -Original Message- From: John Owen

RE: sites powered by struts

2002-09-11 Thread Darren Hill
Ouch ... do I see a .jsp in the address ... ;) -Original Message- From: Dan Payne [mailto:[EMAIL PROTECTED]] Sent: September 11, 2002 12:05 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: sites powered by struts Yep. I'm the guy behind www.specialolympicstexas.org.

RE: [Dan] Security and Struts

2002-09-11 Thread Darren Hill
-Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 8:11 AM To: 'Struts Users Mailing List' Subject: RE: [Dan] Security and Struts Thanks Dan, I just started yesterday, trying to start a struts app, using security filter with JBoss 3.0. I think

RE: sites powered by struts

2002-09-11 Thread Darren Hill
powered by struts Shoot me. Is that bad? -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 11:06 AM To: 'Struts Users Mailing List' Subject: RE: sites powered by struts Ouch ... do I see a .jsp in the address ... ;) -Original Message

RE: General Struts Question

2002-09-11 Thread Darren Hill
action path=/subscribe type=org.apache.struts.example.SubscriptionAction name=subscriptionForm scope=request validate=false forward name=success path=/search.jsp/ /action -Original Message- From: John Owen [mailto:[EMAIL PROTECTED]] Sent: September 11, 2002 3:21 PM To: Struts

RE: General Struts Question [LET US BE KINDER AND MORE SOPHISTICA TED?]

2002-09-11 Thread Darren Hill
Sorry to say but .. Brutal Book. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: September 11, 2002 4:11 PM To: 'Struts Users Mailing List' Subject: RE: General Struts Question [LET US BE KINDER AND MORE SOPHISTICA TED?] That book sucks! Read the reviews on

Security and Struts

2002-09-10 Thread Darren Hill
Hey all, I'm looking for a job document and example about best practices in implementing security in struts. I've got the general idea about placing all my JSP's under WEB-INF, but a doc/example might really solidify it for me. Thanks in advance. Darren. -- To unsubscribe, e-mail:

RE: deploying a struts application

2002-09-10 Thread Darren Hill
Remove the config file from the war file, and ask the user to place that properties file in the classpath. -Original Message- From: Mark Silva [mailto:[EMAIL PROTECTED]] Sent: September 10, 2002 12:20 PM To: Struts Users Mailing List Subject: deploying a struts application i have a

EJB

2002-08-16 Thread Darren Hill
Hi All, I know its Friday, but I'm leaving 'on a jet plane' to Newfoundland and I have a few questions. I'm creating an application that uses Entity EJB's ( and Stateless Session Beans as an service layer ) and want to know how I can convey the data in those EJB's onto a jsp. Do I REALLY need

RE: [ANN] Chapter 18 of the O'Reilly Struts book now available

2002-08-16 Thread Darren Hill
I'd love to read Chapter 18 ... anyone have a copy? -Original Message- From: Steinar Bang [mailto:[EMAIL PROTECTED]] Sent: August 16, 2002 9:48 AM To: [EMAIL PROTECTED] Subject: Re: [ANN] Chapter 18 of the O'Reilly Struts book now available Steinar Bang [EMAIL PROTECTED]: Chuck

RE: EJB

2002-08-16 Thread Darren Hill
above thread. Consider making it easier to replace the EJBs, should you need to. v. Darren Hill wrote: Hi All, I know its Friday, but I'm leaving 'on a jet plane' to Newfoundland and I have a few questions. I'm creating an application that uses Entity EJB's ( and Stateless Session

RE: [ANN] Chapter 18 of the O'Reilly Struts book now available

2002-08-16 Thread Darren Hill
Great .. I've got them all ... GREAT stuff Chuck .. Already pre-ordered from Amazon. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: August 16, 2002 11:13 AM To: Struts Users Mailing List Subject: RE: [ANN] Chapter 18 of the O'Reilly Struts book now

RE: Use of Iterator tag

2002-08-14 Thread Darren Hill
That's how the 'property' attribute works ... in a set, it resolves to the setXXX and same with get. Can't think of a reason you wouldn't want to write a getIterator method? -Original Message- From: nathan phillips [mailto:[EMAIL PROTECTED]] Sent: August 14, 2002 1:12 PM To: [EMAIL

case-sensitive web-inf

2002-08-09 Thread Darren Hill
Kinda off topic, but anyone figure out how to makes windoze stop making my web-inf lower-case. argh! -Original Message- From: Rajesh P [mailto:[EMAIL PROTECTED]] Sent: August 9, 2002 8:50 AM To: Struts Users Mailing List Subject: RE: Deploying Struts on WebSphere Application Server

RE: Struts Persistence

2002-08-09 Thread Darren Hill
No offence .. but what does this thread have to do with Struts? -Original Message- From: Melissa L Kelley [mailto:[EMAIL PROTECTED]] Sent: August 9, 2002 1:48 PM To: Struts Users Mailing List Subject: RE: Struts Persistence On Fri, 9 Aug 2002, Chappell, Simon P wrote: I didn't use