Re: Upgrading to Struts 2.1 and rtxpvalue="false"

2007-12-28 Thread Guillaume Carré
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]

Re: hiding .action in url in struts 2

2007-09-07 Thread Guillaume Carré
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

Re: how do I get latest version of xwork library or struts 2.0.8

2007-07-17 Thread Guillaume Carré
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

Re: Struts 2 performance

2007-07-12 Thread Guillaume Carré
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]

Re: Struts 2 performance

2007-07-12 Thread Guillaume Carré
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

Re: Struts 2 performance

2007-07-11 Thread Guillaume Carré
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,

Re: [S2] App generate lot (2GB) of garbage!

2007-06-27 Thread Guillaume Carré
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]

Re: [S2] App generate lot (2GB) of garbage!

2007-06-23 Thread Guillaume Carré
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

Re: [S2] Validation, actionerrors, actionmessages and redirect

2007-06-19 Thread Guillaume Carré
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

[S2] Validation, actionerrors, actionmessages and redirect

2007-06-19 Thread Guillaume Carré
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

Re: S2 substitute for jstl empty operator

2007-06-18 Thread Guillaume Carré
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é --

Re: [S2] How to get an object from Spring inside an interceptor

2007-05-23 Thread 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

Re: Serious memory leak

2007-05-22 Thread Guillaume Carré
to see what objects call InflaterInputStream -- Guillaume Carré - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to get Exception info when I use global exception mappings?

2007-05-19 Thread Guillaume Carré
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

Re: Populate two fields with one value

2007-05-18 Thread Guillaume Carré
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

Re: When validation fails, how to add beans back to the value stack

2007-05-17 Thread Guillaume Carré
evious action in the input result? with a ? -- Guillaume Carré - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [S2]Dynamic List dissappears when validation fails

2007-05-11 Thread Guillaume Carré
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

Re: [S2] Can't make validation work

2007-05-09 Thread Guillaume Carré
" is for client side validation (javascript validation) -- Guillaume Carré - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [S2] Can't make validation work

2007-05-09 Thread Guillaume Carré
ndeAbsenceAction-submitCreerDemandeAbsence-validation.xml -- Guillaume Carré - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [S2] Can't make validation work

2007-05-09 Thread Guillaume Carré
uot; result to your action results -- Guillaume Carré - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

addFieldError and action tag in a JSP

2007-05-01 Thread Guillaume Carré
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]

Re: JSTL and the Value Stack

2007-04-18 Thread Guillaume Carré
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

Re: Jasper result tag

2007-03-30 Thread Guillaume Carré
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

Re: [S2] s:tabbedPanel with remote tabs and javascript on the remote tabs

2007-03-28 Thread Guillaume Carré
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]

Re: [S2] s:tabbedPanel with remote tabs and javascript on the remote tabs

2007-03-28 Thread Guillaume Carré
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:

Re: Global messages.jsp file included in a SiteMesh decorator

2007-03-14 Thread Guillaume Carré
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]

Re: Global messages.jsp file included in a SiteMesh decorator

2007-03-14 Thread Guillaume Carré
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é

Re: Global messages.jsp file included in a SiteMesh decorator

2007-03-14 Thread 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]

Re: Global messages.jsp file included in a SiteMesh decorator

2007-03-14 Thread Guillaume Carré
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

Re: Need more comprehensive AJAX Implementation Instructions

2007-03-12 Thread Guillaume Carré
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

Re: Need more comprehensive AJAX Implementation Instructions

2007-03-11 Thread Guillaume Carré
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. --

JSTL and valuestack problem

2007-03-07 Thread Guillaume Carré
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]

autocompleter tag

2007-03-03 Thread Guillaume Carré
;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]