Re: has struts reached the saturation

2006-03-16 Thread bradyh
I just thought I'd chime in here even though I haven't been following the arguments all along. As background - I'm working a contract where we use JSF with ADF controls mixed in. I have had a very pleasant experience using JSF with Eclipse though most of my previous experience was with Struts. T

Re: IE Caching problem..Struts Application Working fine in Firefox

2006-02-07 Thread bradyh
I'm sorry to get your hopes up but the problem I had was related to IE caching mime-types and must be different from yours. I thought it might be related but that seems unlikely now since the change in IE settings didn't have any effect. Here's the link if you're curious: http://groups.google.com

Re: IE Caching problem..Struts Application Working fine in Firefox

2006-02-06 Thread bradyh
You might try changing the "Check for newer versions of stored settings." As described in the following URL. http://www.microsoft.com/windows/ie/using/howto/customizing/clearcache.mspx It should either be "Every visit to page" if that's what you have now try "Automatically". If that's the problem

RE: Advice with Struts and Generate documents in PDF, XLS...

2006-02-02 Thread bradyh
I've used FOP for PDF and been quite happy. It has something of a learning curve but if you know (or get a book on XSL) you'll be productive before too long and it's very flexible and powerful. http://xmlgraphics.apache.org/fop/ -Brady > For excel exports use this: > http://jakarta.apache.org/p

Re: Reloading resource properties

2006-02-02 Thread bradyh
This may not be the issue but I recently discovered that Tomcat caches some loaded resources but not others. Where propsFile is the path to my file. Cached: InputStream fis = ClassLoader.getSystemResourceAsStream(propsFile); Not cached: InputStream fis = MyClass.class.getResource(propsFile).open

Re: Forcing JSP reloading, avoiding IE caching of it

2005-10-21 Thread bradyh
I ran into a related problem recently that could be worked around by switching the "Check for newer versions of stored pages" setting in IE from "Every visit to the page" to "Automatic". As described here: http://www.microsoft.com/windows/ie/using/howto/customizing/clearcache.mspx However that's

Re: [solved] array of indexed html:text values not submitting

2004-09-21 Thread bradyh
Thanks very much, this was the problem. I didn't realize that (if I understand the problem correctly) setting name="item" in the html:text tag would tell it to put the result in a form-bean called "item" instead of the correct one which was "items". Brady > I really think the inconsistent usage

Re: array of indexed html:text values not submitting

2004-09-21 Thread bradyh
I caught the DynaValidatorActionForm/DynaValidatorForm problem too after I sent out the email and corrected it but it didn't help. Here are a few lines of my JSP (which should explain the item/items question): and here's the resulting html: BTW: I tried updating

Re: array of indexed html:text values not submitting

2004-09-21 Thread bradyh
Thanks for the reply. Here are the relevant sections of LoadAction and PersistAction: LoadAction: public ActionForward execute( ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { Dyn

array of indexed html:text values not submitting

2004-09-20 Thread bradyh
I'm working from the examples here: http://www.developer.com/java/ejb/article.php/3321521 I have an array of values that are sent to a page for editing. The page is coming up ok with the correct text box values as seen below (item[0].xxx, etc). But when the form is submitted the changes don't sh

Re: [solved] RE: no getter method found for property - using DynaActionForms

2004-04-09 Thread bradyh
Uh...you do mean "form-property" (with a "t") right? Though I like form-properly...it's more polite. :-) Brady > Found my error! I seem to have problems with spelling ("form-properly"? > hehe) > > Sorry for the spam :) > > Jin Lee > -Original Message- > From: Jin Lee [mailto:[EMAIL P