I think Linus' requirements are wrong.
Books on J2EE patterns in general, and "Core J2EE Patterns" in particular,
are not worth reading.
Change the requirement to books that provide useful patterns for J2EE
applications, and you get the answer you want, which is Fowler's "Patterns
of Enterprise Ap
The JSTL authors decided that the value might need calculation to work it
out,
but that a pattern would not require other tags to determine.
Were they right?
Maybe, maybe not.
If they adopted the approach I suggested,
they would just have some extra busy work supporting nesting for everything,
bu
It would be nice if this:
Parsed the same as:
aValue
Failing that it would be nice if any tags with attribute
also accepted nested tags with the same name and meaning as an alternative.
Brendan
-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]
Sent: Wedn
I am using WebLogic 6.1 and struts
I have not tried html-el.
There are a few options for where you can put the libraries:
1. I have them in the lib directory under WEB-INF.
2. Another option is to put them in the classpath in startWebLogic.
3. The priority/treatment of cla
Is this an issue because the session is being serialized?
Maybe the reference to the struts config needs to be declared transient and
be restored if the object is deserialized.
Brendan
-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]
Sent: Monday, July 28, 2003 1:2
I don't think Daniel's idea will work.
If the action form does not exist then
struts wants to instantiate the form.
Therefore struts needs to know the type.
It might work if you have a session scope form already there.
I think of actions as the most dependent class,
i.e. nothing should depend o
Is there a way to create a dynamic redirect to an external URL.
Something like the way I expected this to work:
public class MyAction extends Action {
...
ActionForward fwd = new ActionForward("http://www.yahoo.com";, true);
fwd.setContextRelative(false);
return fwd;
7 matches
Mail list logo