hind this change? I'm
> curious about the motivation for the modification.
It is in Struts2 since 2.0.10.
See https://issues.apache.org/struts/browse/WW-2107
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
ou can modify the extension in struts.properties:
struts.action.extension=do
I don't think you can leave it blank, give it a try
what you could do is using mod_rewrite if you use Apache as a
frontend, or use the UrlRewriteFilter (http://tuckey.org/urlrewrite
d that
had 3 errors.
Can someone please give me a link to a binary of either of them,
whichever is the better option, please.
http://struts.apache.org/download.cgi
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAIL PROTECTE
ast 90 connections in
your pool?
or did you put think times in your tests?
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
2007/7/12, Ing. Andrea Vettori <[EMAIL PROTECTED]>:
Yes i'm sure it's true.
So the struts related performance seems not too bad...
compared to what?
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAI
e some performance improvement in this release:
http://blog.opencomponentry.com/2007/06/26/tapestry-412-ognl-27-released/
is it a simple JAR drop?
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
t cache them
you might get a performance boost and less generated garbage by
putting the templates in the right directory...
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
marker caches the templates only if there are in the WEB_APP root,
have you copied the /template directory from the struts2 jar there?
see: http://struts.apache.org/2.x/docs/performance-tuning.html
--
Guillaume Carré
-
To unsubscr
version, I call it a "big"
issue (and it's not advertized in the docs that it is not working...)
How many components in Struts 2.0.8 are broken like this one???
Yeah that's what I thought, thanks!
anyway, any thoughts about the main subject Jeff?
(apart from t
tion
calls its INPUT result, all the other actions in the chain (if you
forward to a chain result), or the actions called with the action tag
within the JSPs, also call their INPUT result...
I don't even see when this behaviour could be useful.
Should we open a JIRA issue or am I (are we) m
2007/6/16, Roberto Nunnari <[EMAIL PROTECTED]>:
humm... it seams that:
suffices for testing null..
is that the correct usage? Best practices for the original problem?
have you tried this?
--
Guillaume Carré
--
as a
getSessionFactory() method, you can do this:
public String intercept(ActionInvocation invocation) throws Exception {
Action action = (Action) invocation.getAction();
if (action instanceof AbstractAction) {
sessionFactory = ((AbstractAction) action).getSessio
to see what objects call InflaterInputStream
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
2007/5/19, Kristian Duske <[EMAIL PROTECTED]>:
See here:
http://struts.apache.org/2.0.6/docs/exception-interceptor.html
It's on the value stack, wrapped in an instance of ExceptionHolder.
and see here too:
http://struts.apache.org/2.x/docs/exception-configuration.html
--
Guil
2007/5/18, Mansour <[EMAIL PROTECTED]>:
how to populate 2 fields in my action with one value ?
for example I need to populate the first name and last name with one
value for searching:
try this:
Search Account
--
Guillaume
evious action in the input result? with a
?
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
bably means :-)
ther is an action, that populates a bean with a List of whatever.
On the JSP he has a select form, populated with the List.
He submits, validation fails, and he's forwarded to the input jsp.
His problem is that whateverList is empty in t
" is for client side validation (javascript validation)
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ndeAbsenceAction-submitCreerDemandeAbsence-validation.xml
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
uot; result to your action results
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
re to the #references from
the action tag...
Why?
Thanks.
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ilterDispatcher solved the problem", it is a workaround, but the
whole thing used to work perfectly in WebWork, even without the
ActionContextCleanUp filter.
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addi
nd the following result in your action:
jasper/test.jasper
testObject
testObject is an object from your action in the valueStack
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands
at function
from the div doesn't work, the function is not found.
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
2007/3/28, Musachy Barroso <[EMAIL PROTECTED]>:
Just set executeScripts="true" on the div, and that will do the trick.
why not setting true as the default value?
--
Guillaume Carré
-
To unsubscribe, e-mail:
ispatcher when one is found. Maybe that's
causing my problem?
What if you remove it?
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
at
org.apache.struts2.views.jsp.ComponentTagSupport.doStartTag(ComponentTagSupport.java:50)
at
org.apache.jsp.decorators.main_jsp._jspx_meth_ww_property_0(main_jsp.java:420)
I'm using Tomcat 5.5.17.
--
Guillaume Carré
tack.
But I still have my JSTL problem without the ActionContextCleanUp
filter, even when I'm not in a sitemesh decorator...
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
decorator:
http://struts.apache.org/2.x/struts2-core/apidocs/org/apache/struts2/dispatcher/ActionContextCleanUp.html
On the same subject, I have opened an issue in JIRA. Without this
filter, I can't access the value stack from JSTL on
2007/3/12, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
Hey all --
Here is my page source and the corresponding generated generated HTML. As
you can see, this DIV is not well-formed, and naturally does not rended
correctly. Any help would be appreciated.
try this:
...
--
Guillaume
2007/3/12, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
Seems you cannot have a tag
in a tag because the generated HTML is not well-formed.
Have you tried ...?
With the simple theme, you're in control of the generated HTML, it
doesn't generate tables.
--
times it doesn't.
When ${test} output is empty, StrutsRequestWrapper.getAttribute() is
not called.
Thanks.
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
;dojo.widget.html.Tooltip");dojo.require("dojo.fx.html");
Is it a bug?
--
Guillaume Carré
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
33 matches
Mail list logo