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
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo