struts zero configuration limitations and s2.1 availlability question

2008-03-07 Thread meissa . sakho
Hi all, I've tried to apply the zero configuration in an already well running struts2 application. I've been quickly facing to limitations because the zero configuration seems to ignore interceptors. The interceptors feature is a key concept of my application. I'd like to know if the this patte

customising the input

2008-03-07 Thread meissa . sakho
Hi all, In case of validation failure or type conversion error the input result is returned. I would like to customize this so that for both cases, I could give the result that will be returned. Is it possible to do that ? thanks in advance. Meissa L'integrite de ce message n'etant pas assure

Result annotation and interceptors

2008-03-06 Thread meissa . sakho
Hi all, I'm trying to use the result annotation in some of my actions. I've a custom stack of interceptors that are defined in my struts config file. This stack of interceptors must be called by every action(including those that are not in the config file) actions. I've a strange behaviour whil

Re: application based annotations

2008-03-05 Thread meissa . sakho
In other world, do you mean that an action with an interceptor ref will not work with struts 2.0.11 ? An idea about the availlability of the 2.1 release ? thanks. Meissa Dave Newton <[EMAIL PROTECTED]> 04/03/2008 17:50 Veuillez répondre à "Struts Users Mailing List" A Struts Users Mailing

application based annotations

2008-03-04 Thread meissa . sakho
Hi all, I'm trying to build an application by applying ZERO configuration (only annotation) pattern. I have some actions that have some interceptors defined inside just like below:. /login.jsp I would like to know if there is an action annotation feature covering t

RE [ANN] Struts 2.0.11 GA release available

2007-10-29 Thread meissa . sakho
I've read the release notes to see if something has been done about the killing perfomance head tag. But I don't see anything about it. Can someone tells me if something has been done. thank in advance. Meissa "Ted Husted" <[EMAIL PROTECTED]> Envoyé par : [EMAIL PROTECTED] 29/10/2007 01:3

Re: session expired

2007-10-09 Thread meissa . sakho
I was wrong on my test. It works. Meissa [EMAIL PROTECTED] 09/10/2007 09:41 Veuillez répondre à "Struts Users Mailing List" A "Struts Users Mailing List" cc Objet Re: session expired I have used the piece of code and it works. I can acces the HttpServletRequest object. But the t

Re: session expired

2007-10-09 Thread meissa . sakho
I have used the piece of code and it works. I can acces the HttpServletRequest object. But the the request.isRequestedSessionIdValid() always returns me false. I'm sure that the session is valid since I've put a flag object in it (the session) to initialize te session in the first Action that

session expired

2007-10-08 Thread meissa . sakho
I'd like to write an interceptor that will redirect to a page when the session is expired. I know that I can acces to the session in the interceptor like that. public String intercept(ActionInvocation invocation) throws Exception { Map session = invocation.getInvocationContext()

Re: struts 2.1 beta

2007-10-04 Thread meissa . sakho
We did all of the things described in the performance-tuning tips. But we've been using intensively ajax tag (datetime picker and autocompleter). Theses two tags force us to include the killing head tag. When we removed them (removing the head tag in the same time) our pages are faster (a least

ognl problem ?

2007-10-04 Thread meissa . sakho
I have an object named ticket in may Action class. this object has an attributes which has an attribute which has an attribute which has an attibute. When I want to display it in a textfield, I use the synthax below: Nothing appears when the page is displayed. And the object value is clearl

struts 2.1 beta

2007-09-28 Thread meissa . sakho
I'm trying to download and build a beta release. I have lot of problems about that. Maybe someone has tried successfully. If so, can someone put it somewhere so that people (like me) can share it. Do we still have no date about a beta version upon 2.1 We have serious performance problems with th

autocompleter

2007-09-28 Thread meissa . sakho
I would like set an initial value and key to the autocompleter with one of the list elements. can someone tells if it's possible. Thanks. Meissa L'integrite de ce message n'etant pas assuree sur internet, Natixis ne peut etre tenu responsable de son contenu. Toute utilisation ou diffusion no

Re: struts 2.1 beta

2007-09-25 Thread meissa . sakho
That's exactly what I wanted. I new complete un-released version. But at this time, I'm giving up. To tired. I'll restart using struts when a version without the dreadfull performance impact will be around. I hope that we'll get it before the end of the century. Meissa Dave Newton <[EMAIL

datetimepicker displayFormat AGAIN

2007-09-25 Thread meissa . sakho
I use the displayFormat attribute with the datetimepicker tag to render my dates. I need to apply the displayFormat only when date are non null. Is it possible to do that. Meissa L'integrite de ce message n'etant pas assuree sur internet, Natixis ne peut etre tenu responsable de son contenu. T

Re: struts 2.1 beta

2007-09-25 Thread meissa . sakho
I just need to grab the nightly version WITH DEPENDANTS LIBRAIRIES if it exist. the link below http://struts.apache.org/2.x/docs/building-the-framework-from-source.html drive me to that one http://people.apache.org/builds/struts/nightlies/2.x/ No librairies. Meissa Dave Newton <[EMAIL PROTECT

Re: struts 2.1 beta

2007-09-25 Thread meissa . sakho
I have picked the latest struts2-core version from here : http://people.apache.org/builds/struts/nightlies/2.x/ I have just renamed it to struts2-core.jar and replaced in my application that was working with 2.0.9 version. I wanted to test the new head tag. The 2.0.9 version is killing my appl

Re: struts 2.1 beta

2007-09-25 Thread meissa . sakho
I have replaced the nightly build version with the 2.0.9 one. I'm getting the errors below at startup. Any idea about that ? meissa Unable to load bean: type:com.opensymphony.xwork2.conversion.ObjectTypeDeterminer class:com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer - bea

Re: struts 2.1 beta

2007-09-25 Thread meissa . sakho
when I download the struts2-core-2.1.0-SNAPSHOT-20070925.jar, it's about 630 ko size. The 2.0.9 struts-core version is about 2500 ko size. Why are those files sizes so differents ? Meissa Dave Newton <[EMAIL PROTECTED]> 24/09/2007 17:53 Veuillez répondre à "Struts Users Mailing List" A St

datetime picker displayFormat question

2007-09-25 Thread meissa . sakho
I'm using the datetimepicker displayFormat attribute to render my dates as I want them to be displayed. I case of null dates values I would like the datetimepicker tag to display nothing. I'm having a parseException instead. Is it possible to handle this (no exception, simply displaying nothing

struts 2.1 beta

2007-09-24 Thread meissa . sakho
Hi all, I would like to build the struts 2.1 dev version. Can someone tells where I could find it. thank in advance. Meissa L'integrite de ce message n'etant pas assuree sur internet, Natixis ne peut etre tenu responsable de son contenu. Toute utilisation ou diffusion non autorisee est interdi

Re: [Tangential] Re: [s2] Struts head tag KILLS (> 10s) page load time

2007-09-21 Thread meissa . sakho
If a undestand, there is no way to get rid of this problem with struts 2.0.9. There is still no date for the 2.1 release availability ? Meissa "Musachy Barroso" <[EMAIL PROTECTED]> 21/09/2007 16:52 Veuillez répondre à "Struts Users Mailing List" A "Struts Users Mailing List" cc Objet Re:

Re: [struts] [s2] Struts head tag KILLS (> 10s) page load time

2007-09-21 Thread meissa . sakho
Does it mean that we'll still suffer from this even with the 2.1 version ? Having page load time over 40s is hard to diggest. Meissa "Don Brown" <[EMAIL PROTECTED]> 21/09/2007 08:51 Veuillez répondre à "Struts Users Mailing List" A "Struts Users Mailing List" cc Objet Re: [struts] [s2] St

Re: [s2] Struts head tag KILLS (> 10s) page load time

2007-09-20 Thread meissa . sakho
I have the same problem. I'm using ajax and the response time of my pages are over 40s sometimes with the include. Can someone tells me if this has been fixed in struts 2.1 ? Is there a work around to this problem ? Meissa "Frank W. Zammetti" <[EMAIL PROTECTED]> 21/09/2007 06:38 Veuillez

excel export

2007-09-20 Thread meissa . sakho
Hi all, I would like to know if it possible to do extraction in mutiple format(cxv,rtf etc ...) just like display tag feature in s2. thank in advance. Meissa L'integrite de ce message n'etant pas assuree sur internet, Natixis ne peut etre tenu responsable de son contenu. Toute utilisation ou

Re: can't cast an object back from session

2007-09-20 Thread meissa . sakho
that's exaclty what happened. I was importing a wrong "User". thank you. Meissa Dave Newton <[EMAIL PROTECTED]> 20/09/2007 13:47 Veuillez répondre à "Struts Users Mailing List" A Struts Users Mailing List cc Objet Re: can't cast an object back from session --- [EMAIL PROTECTED] wro

Re: can't cast an object back from session

2007-09-19 Thread meissa . sakho
Yes, when I try casting it like you this, User user=(User)getSession().get(Constantes.USER_SESSION_KEY); I'm getting a ClassCastException. The debugger clearly shows me the right name I'm waiting for. It's very strange. Meissa wild_oscar <[EMAIL PROTECTED]> 19/09/2007 17:36 Veuillez répondre

can't cast an object back from session

2007-09-19 Thread meissa . sakho
I'm troubleshooted with this starnge behaviour of the session. I have implemented SessionAware and have defined a session attribute of Map type with getter (and setter) as indicated to handle session. I'm putting a User objet to the session and want to retrieve it after some steps. The code bel

autocompleter resultList error

2007-09-11 Thread meissa . sakho
Hi all, I'm using the autocompleter tag. In order to display all matching options,I'm using setting the resultsLimit attribute to -1 like below But when the tag renders, nothing is shown and the input select disabled. When I set the resultsLimit value to a high value, the select input is dis

autocompleter problem

2007-09-10 Thread meissa . sakho
Hi all, I'm using the autocompleter tag and I'm little bit troubleshooted by it's behaviour. I have a list the contains more than 100 items. When the page is loaded, the select box displayed within the autocompleter tag show only 30 elements. Why does this restriction take place ? Is it possibl

struts 2.1 release availlability

2007-08-30 Thread meissa . sakho
Hi all, Can someone knows when struts 2.1 version will be released. thank in advance. Meissa L'integrite de ce message n'etant pas assuree sur internet, Natixis ne peut etre tenu responsable de son contenu. Toute utilisation ou diffusion non autorisee est interdite. Si vous n'etes pas destinata

[S2] ClassCastException on getParameters

2007-08-02 Thread meissa . sakho
Hi all, I'm having big trouble while trying to acces to the parameters values. I'm simply trying to retrieve a parameter value from my interceptor class. The Action class that is intercepted implements the ParameterAware interface and has getter and setter method related to parameters attribute w

RE S2: How to display exception stack?

2007-07-31 Thread meissa . sakho
make sure you have the Exception interceptor in you interceptors stack. Meissa "Jiang, Jane (NIH/NCI) [C]" <[EMAIL PROTECTED]> 30/07/2007 19:47 Veuillez répondre à "Struts Users Mailing List" A "Struts Users Mailing List" cc Objet S2: How to display exception stack? I defined a jsp

optionstranferselect tag and converter

2007-07-12 Thread meissa . sakho
Hi all, I'm using the optionstranferselect tag in my webapps and I need to customize the listkey that are submitted by the form. In my action class, I have the defaultListSupport attribute corresponding to the listkey with its corresponding setter and getter just like below: public class Optio

optiontransferselect tag problem (again)

2007-07-12 Thread meissa . sakho
Hi all, I have a problem with the selected values by the optiontransferselect tag when my form is submitted. here is an extract of my jsp. The list is a map and I'm expecting to get a List of DummyKey in the doubleName. But I'm getting a ClassCastException when I try to iterate and cast the r

Re: optionstransferselect tag

2007-07-06 Thread meissa . sakho
it's now working. the doSubmitSelect() was never called because of an error (the quote letft at the end). thank for all who replied. meissa Bill Johnson <[EMAIL PROTECTED]> 06/07/2007 18:22 Veuillez répondre à "Struts Users Mailing List" A Struts Users Mailing List cc Objet Re: optionstr

Re: optionstransferselect tag

2007-07-06 Thread meissa . sakho
I've corrected it. But when my form is submitted, values that are selected are still not submitted. I'm calling the function below: function doSubmitSelect() { var selectObj = document.getElementById('leftId'); selectAllOptionsExceptSome(selectObj, 'key', ''); selectObj = document.getElementById

Re: optionstransferselect tag

2007-07-06 Thread meissa . sakho
I'm trying to use the onsubmit attribute in the s:submit tag but it fails. The exception is saying that the attribute onsubmit is not correct according to submit TLD. Can someone tell what I've done wrong. here is my jsp: <%@ taglib prefix="s" uri="/struts-tags" %> Media - Tags - UI Tags - O

Re: optionstransferselect tag

2007-07-06 Thread meissa . sakho
There is bug in optionstransferselect tag in struts 2.0.6. When the form is submitted,nothing is selected. Can someone tells me if this has been fixed in struts 2.0.8. thanks in advance. Meissa [EMAIL PROTECTED] 06/07/2007 09:25 Veuillez répondre à "Struts Users Mailing List" A "Struts Us

Re: optionstransferselect tag

2007-07-06 Thread meissa . sakho
but the showcase sample example is working correctly. That's why I'm troubledshooted not to have my example working. Meissa Bill Johnson <[EMAIL PROTECTED]> 05/07/2007 17:56 Veuillez répondre à "Struts Users Mailing List" A Struts Users Mailing List cc Objet Re: optionstransferselect tag

optionstransferselect tag

2007-07-05 Thread meissa . sakho
Hi all, I have a problem with the optiontransferselect tag. When I click on the submit button,nothing is set on the listeSelectedKeys attribute of my updateActionClass. Can someone tells me what i've missed. here is an extract of my jsp.

RE stat.odd ? test

2007-06-27 Thread meissa . sakho
Depuis le 21 décembre 2006, Natexis Investor Servicing s'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant changé, veillez à la mise à jour de votre carnet d'adresses. here is an example that is working. datavaluebluedatavaluewite">

RE interceptor call

2007-05-24 Thread meissa . sakho
Depuis le 21 décembre 2006, Natexis Investor Servicing s'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant changé, veillez à la mise à jour de votre carnet d'adresses. try this, http://struts.apache.org/2.x/docs/writing-interceptors.html L'integrite de ce message

struts2 exception handling

2007-05-15 Thread meissa . sakho
Depuis le 21 décembre 2006, Natexis Investor Servicing s'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant changé, veillez à la mise à jour de votre carnet d'adresses. Hi all, my business classes that are called in my action methods may throw specific exceptions.

RE s:checkbox and generate

2007-05-15 Thread meissa . sakho
Depuis le 21 décembre 2006, Natexis Investor Servicing s'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant changé, veillez à la mise à jour de votre carnet d'adresses. the struts struts.ui.theme constant is set to xhtml by default in the struts.properties file. Th

Re: datetimepicker tag problem

2007-05-11 Thread meissa . sakho
Depuis le 21 décembre 2006, Natexis Investor Servicing s'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant changé, veillez à la mise à jour de votre carnet d'adresses. Good answer ! I was near to tear my heair off because of this problem. There is nowhere in the do

datetimepicker tag problem

2007-05-11 Thread meissa . sakho
Depuis le 21 décembre 2006, Natexis Investor Servicing s'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant changé, veillez à la mise à jour de votre carnet d'adresses. Hi all, I'm simply trying to use the datetime picker tag in my form exactly the same way in the

Re: Session Expiration Handling

2007-05-09 Thread meissa . sakho
Depuis le 21 décembre 2006, Natexis Investor Servicing s'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant changé, veillez à la mise à jour de votre carnet d'adresses. I have a user Object that I could put in the session at Login Time. But I think that when that ob

Session Expiration Handling

2007-05-09 Thread meissa . sakho
Depuis le 21 décembre 2006, Natexis Investor Servicing s'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant changé, veillez à la mise à jour de votre carnet d'adresses. Hi all, I would like to write an Interceptor that will handle the session expiration. If somone

RE Beginners tutorial

2007-05-09 Thread meissa . sakho
Depuis le 21 décembre 2006, Natexis Investor Servicing s'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant changé, veillez à la mise à jour de votre carnet d'adresses. try the mailreader application. http://www.planetstruts.org/struts2-mailreader/Welcome.do Meissa

date conversion with s:textfield value tag

2007-05-07 Thread meissa . sakho
Depuis le 21 décembre 2006, Natexis Investor Servicing s'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant changé, veillez à la mise à jour de votre carnet d'adresses. I would like my date property to be rendered in a defined date format(dd/MM/). I try to inse

formating the s:textfield tag value

2007-05-07 Thread meissa . sakho
Depuis le 21 décembre 2006, Natexis Investor Servicing s'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant changé, veillez à la mise à jour de votre carnet d'adresses. Hi all, I would like to format the value rendered by my texfield which is of date type. Here i

Re: ui tags behaviour aka overriding default theme

2007-05-04 Thread meissa . sakho
Depuis le 21 décembre 2006, Natexis Investor Servicing s'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant changé, veillez à la mise à jour de votre carnet d'adresses. I've used the simple theme and it's working as I expected. I'll try to write my own ... Thank y

Re: ui tags behaviour aka overriding default theme

2007-05-04 Thread meissa . sakho
Depuis le 21 décembre 2006, Natexis Investor Servicing s'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant changé, veillez à la mise à jour de votre carnet d'adresses. Thank you for the url that you pointed me. I've read and searched a lot in the themes topic. But

ui tags behaviour

2007-05-02 Thread meissa . sakho
Depuis le 21 décembre 2006, Natexis Investor Servicing s'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant changé, veillez à la mise à jour de votre carnet d'adresses. Hi all, I'm using the textfield ui form inside an a form tag like below: I would like

Réf. : Re: simply getting plugin properties

2004-07-08 Thread meissa . Sakho
onfig". ___ NATEXIS ASSET MANAGEMENT Meissa SAKHO 01 58 19 45 71. . . . . . . . . . . . (84571) [EMAIL PROTECTED] "Nicolas De Loof" <[EMAIL PROTECTED]> 08/07/2004 15:43 Veuillez répondre à "Struts Users Mailing List" Pour : "Str

simply getting plugin properties

2004-07-08 Thread meissa . Sakho
ASSET MANAGEMENT Meissa SAKHO 01 58 19 45 71. . . . . . . . . . . . (84571) [EMAIL PROTECTED] L'integrite de ce message n'etant pas assuree sur internet, Natexis Banques Populaires ne peut etre tenu responsable de son contenu. Toute utilisation ou diffusion non autorisee est interdite. Si