page size

2003-09-22 Thread meissa . Sakho
hi all, I've a jsp which size is about 110 kbyte. It' taking about 20 second to be displayed some times. Is there a way to reduce the displayig time ? The only way we know is to reduce the page's size. But in our case, we can't reduce it anymore. any help would be greetly appreciated. Meissa

cache design pattern

2003-09-09 Thread meissa . Sakho
hi all, I would like to implement a cache design pattern in my framework. before re-inventing the wheel, I would like to ask to thoses who have already done that. Sample codes, advices are welcome. thanks in advance. Meissa L'integrite de ce message n'etant pas assuree sur internet, Natexis

Réf. : Re: Calendar Popup taglib

2003-09-03 Thread meissa . Sakho
Matt, I'm trying to make you javascripttoolbox webapp working. But neither the simple calendar nor the extended are working. For both, when I click to the link I got a page with the content below : form name=calendarInputForm method=post action=/javascripttoolb any idea of how to make it work ?

plugin init called twice

2003-09-03 Thread meissa . Sakho
Hi all, I've configured a plugin in my struts config xml file. I'm trying to understand why it's init method is called twice. this is very strange to me. can someone helps please. Meissa L'integrite de ce message n'etant pas assuree sur internet, Natexis Banques Populaires ne peut etre

user local confusion

2003-08-28 Thread meissa . Sakho
hi all, I apologize in advance to ask this question that may look off topic. I have a problem with the Local parameter. I'm using tomcat 4.1.18 and I would like to know where to set the container default locale value. i know this question should be asked to tomcat users. But I have no answer

Réf. : Re: user local confusion

2003-08-28 Thread meissa . Sakho
that's what we did. and when try to retrieve the user's prefered local by calling Locale preferredLocale = request.getLocale(); I get fr while the container's(given by servletContainerLocale = Locale.getDefault();) default locale is in us. why is there a diff beetween the default user and the

Réf. : Re: Réf. : Re: user localconfusion

2003-08-28 Thread meissa . Sakho
Ian, I suppose you mean the server.xml file. I don't have any tomcat4.conf file. I'm using tomcat 4.1.18. Meissa [EMAIL PROTECTED] 28/08/2003 16:32 Veuillez répondre à Struts Users Mailing List Pour : Struts Users Mailing List [EMAIL PROTECTED] cc : Objet : Re:

multilingual app

2003-08-25 Thread meissa . Sakho
hi all, I'm trying to build a multilingual application with struts. I have created 4 messages ressources named AppResources_fr.properties AppResources_uk.properties AppResources_de.properties AppResources.properties One file per country and the default(AppResources) for unknown user local.

design question

2003-07-17 Thread meissa . Sakho
I'm starting a new application and I would like to have you point of view about the menu management. Each connected user will have a specific profile and according to this profile will see(or not) menu or not. I would like to gather your experienced advices before starting. I'm not planning to

Réf. : RE: Using JSTL tags instead of Struts tags

2003-07-10 Thread meissa . Sakho
can someone point me out a tutorial or a good book about JSLT. Meissa Mike Jasnowski [EMAIL PROTECTED] 10/07/2003 16:33 Veuillez répondre à Struts Users Mailing List Pour : Struts Users Mailing List [EMAIL PROTECTED] cc : Objet : RE: Using JSTL tags instead of

problem with dbcp and database restart

2003-07-09 Thread meissa . Sakho
hi all, I have a problem with my configured datasource using dbcp. I have posted this question to tomcat user list in vain... Maybe some struts user could help. I've configured my dbcp connection pool in Tomcat 4.1.18 server.xml file. here is an extract of it ResourceParams

Réf. : Re: Réf. : Re: How to passparameters to a javascript popup

2003-07-04 Thread meissa . Sakho
the javascript works well, I have a new popup but I don't se the correct url in the new browser window. Meissa Adam Hardy [EMAIL PROTECTED] 03/07/2003 16:52 Veuillez répondre à Struts Users Mailing List Pour : Struts Users Mailing List [EMAIL PROTECTED] cc : Objet

Réf. : Re: How to pass parameters to a javascriptpopup

2003-07-04 Thread meissa . Sakho
Nicolas, it works! thank you very much. Can you explain me the magic of html rewrite tag. Meissa Nicolas De Loof [EMAIL PROTECTED] 04/07/2003 09:03 Veuillez répondre à Struts Users Mailing List Pour : Struts Users Mailing List [EMAIL PROTECTED] cc : Objet : Re:

Réf. : Re: Réf. : Re: How to passparameters to a javascript popup

2003-07-04 Thread meissa . Sakho
Everything is clear to now. thank you again Nicolas. Meissa Nicolas De Loof [EMAIL PROTECTED] 04/07/2003 10:32 Veuillez répondre à Struts Users Mailing List Pour : Struts Users Mailing List [EMAIL PROTECTED] cc : Objet : Re: Réf. : Re: How to pass parameters to a

Réf. : Re: How to pass parameters to a javascriptpopup

2003-07-03 Thread meissa . Sakho
Adam, have you tried this with an action url on parameter. Something like : a href=help onclick=openWindow('myaction.do?task=doThis');return false;Help/a I'm asking this question because It's not working with me. I seems my url action is not recognized with the openWindow call. any suggestion ?

Réf. : Re: very strange errors (no collectionfound series)

2003-06-24 Thread meissa . Sakho
Dirk, I'm using tomcat 4.1.18 and i have asked tomcat user list before. It seem like the problem is caused by a logic iterate tag ... But till now, I haven't found the real cause. Meissa Dirk Markert [EMAIL PROTECTED] 24/06/2003 08:45 Veuillez répondre à Struts Users Mailing List

Réf. : Re: Réf. : Re: very strange errors(no collection found series)

2003-06-24 Thread meissa . Sakho
Dirk, here is the sensible extract of the jsp logic:iterate name=paramForm property=paramList id=paramView bean:define id=index name=paramView property=index type=java.lang.String/ bean:define id=codeParam name=paramView property=code

Réf. : Re: Réf. : Re: Réf. : Re: very strange errors (no collection found series)

2003-06-24 Thread meissa . Sakho
I'm trying to find out why the paramList attribute of my param could be null. Here is the execute method of my action. ActionForward forward = null; initUser(request); HttpSession session = request.getSession(false); UserView userView = (UserView)

Réf. : Re: Réf. : Re: Réf. : Re: Réf. : Re: very strange errors (no collectionfound series)

2003-06-24 Thread meissa . Sakho
Dirk, my paramForm scope is request. When the error occurs, it occurs for all users. And the only way to handle error is to restart tomcat, I'm modifying the code to have much more logs when errors occurs. I have one question. Do you thing better to go through ActionForm for sending objects to

Réf. : Re: Réf. : Re: Réf. : Re: Réf. : Re: Réf. : Re: very strange errors(no collection found series)

2003-06-24 Thread meissa . Sakho
In the current version, I'm forwarding to a page when a TechnicalException occurs. I've logged evrything. When the bugs occurs again(in ten days) I will tell you Meissa Dirk Markert [EMAIL PROTECTED] 24/06/2003 13:42 Veuillez répondre à Struts Users Mailing List Pour : Struts

very strange errors (no collection found series)

2003-06-23 Thread meissa . Sakho
I'm having a very strange behaviour of my application. It has been tested in pre-production environnement and everything worked fine. When in production, it works but no fine at all ! The application works well for about five or six days and when we try to access some pages, we get a no No

popup taglib

2003-06-13 Thread meissa . Sakho
Hi all, I'm looking for popup taglibs for my struts application. Before starting to write my own, I would like to know if someone has not written it. thanks Meissa L'integrite de ce message n'etant pas assuree sur internet, Natexis Banques Populaires ne peut etre tenu responsable de son

plugin problem

2003-06-12 Thread meissa . Sakho
Hi all, I have configured a plugin and in my application. In my plugin init method, I need to call JNDI variables and to JDBC datasource connexions. My JNDI variables and my jdbc datasources are all defined in a DefaultContext in the server.xml config file of Tomcat. It seem's that when the

problem with plugin

2003-06-12 Thread meissa . Sakho
Hi all, I have configured a plugin and in my application. In my plugin init method, I need to call JNDI variables and to connect to obtain JDBC datasource connexions. My JNDI variables and my jdbc datasources are all defined in a DefaultContext in the server.xml config file of Tomcat. It

html link and popup

2003-06-10 Thread meissa . Sakho
hi all, My html link tag below works perfectly. html:link page=%=editUrl%bean:write name=articleView property=titre//html:link But I would like this result page to be opened in a popup window. Has someone tried to do something like that ? thanks in advance Meissa L'integrite de ce

passing parameters in a popup function via html link

2003-06-10 Thread meissa . Sakho
When I call a popup fucntion in the onclick attribute from the html link tag. I see a blank page. here is my code : html:link page= onclick=popup('%=editUrl%')bean:write name=articleView property=titre//html:link below the editUrl scriplet bean:define id=code name=articleView

calling an action in an image button script

2003-06-06 Thread meissa . Sakho
hi all, I need to call an action when I click on an button which is an image. The only one solution in my hand is to put an html form in my jsp and then call a javascript that submit the form when the image button is clicked on. I don't want to put an html form in my jsp. Can I use the html

Réf. : RE: calling an action in an image buttonscript

2003-06-06 Thread meissa . Sakho
you're right Robyn, I'ts working correctly now . I stupid error in my jsp ... Thank you . Meissa Robyn Dean [EMAIL PROTECTED] 06/06/2003 15:23 Veuillez répondre à Struts Users Mailing List Pour : 'Struts Users Mailing List' [EMAIL PROTECTED] cc : Objet : RE:

html link href, forward an action attribute

2003-06-06 Thread meissa . Sakho
Can someone explain me the great difference beetween action, href and forward attribute with the html link tag. supposing that there is an action that corresponds to the forward attribute Meissa L'integrite de ce message n'etant pas assuree sur internet, Natexis Banques Populaires ne peut etre

passing parameters or object from one action to other

2003-06-05 Thread meissa . Sakho
hi all, I have an action1 whose forward is another action2. I need to pass some parameters or object from action1 to action2 I don't want to put them(parameters or object) in the session. Is there a solution for doing that. thanks in advance Meissa L'integrite de ce message n'etant pas

Réf. : RE: passing parameters or object from oneaction to other

2003-06-05 Thread meissa . Sakho
why do you say 'Action chains are bad'. Is there another solution then. Meissa Andrew Hill [EMAIL PROTECTED] 05/06/2003 13:28 Veuillez répondre à Struts Users Mailing List Pour : Struts Users Mailing List [EMAIL PROTECTED] cc : Objet : RE: passing parameters or

Sorting Collections

2003-04-04 Thread meissa . Sakho
hi all, I used to use the BeanComparator Class from commons.beanutils package to sort my collections in that manner below. Collection.sort(myCollection,new BeanComparator(myProperty)); where my property is of type String. This allowed me to sort my list in alphabetic order. Now,I need a

strange behaviour between tomcat 4.1 and tomcat 4.1.18

2003-03-05 Thread meissa . Sakho
Hi all, I've migrating my struts app from tomcat4.0.1 to tomcat 4.1.18 . Every thing seemed to work fine when i one of my application I have a very strange thing. I define mutiple forms in my jsp just like below html:form action=/deleteSending.do html:hidden property=codeDemande value=/

Réf. : RE: setting form attributes within jsp

2002-12-06 Thread meissa . Sakho
Shirish, The solution you suggest me is quite good for me and is near to my approach. In my ActionForm, I have a restoreDatas method which is called to repopulate datas in case of validation errors. This is a little bit cumbersome. Because I have to go back to the database from the ActionForm.

using DispatchAction to initialize

2002-12-06 Thread meissa . Sakho
Hi all, I' m using a DispathAction to handle several action which are similar, I need to initialize session attributes somewhere for all actions. Can I do it in the constructor of my DispatchAction ? I 've never needed to explicitely write the Constructor and everything worked fine. Is there

Réf. : RE: E: setting form attributes within jsp

2002-12-06 Thread meissa . Sakho
I'll try the approach 2 cause'it seems like much more flexible for me. Thank you Shirish for your advices. Meissa |-+-- | | shirishchandra.sakh| | | [EMAIL PROTECTED]| | | | |

reset method calls

2002-12-05 Thread meissa . Sakho
Hi all, Can someone explains me when(and why if possible) the reset method of Action forms is called. Is it possible that the reset method is called even when there is no explicit call to it ? thanks in advance Meissa -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

setting form attributes within jsp

2002-12-05 Thread meissa . Sakho
Hi all, I would like to set some of my form attributes within the jsp so that to be able to get it back when the form validation fails. the conserned attribute is a collection and I don't want to put in in the session. I've tried the jsp setProperty tag in vain. the attributes have getters and

problem with select tag

2002-12-03 Thread meissa . Sakho
hi all, I've a trouble while using the html select tag. when a use the select tag with the fragment code below, everything works well html:select styleClass=listBox property='fundCodes' size=10 multiple= true html:options name='fundOptionCodes'

Réf. : RE: problem with select tag

2002-12-03 Thread meissa . Sakho
|-+ | | Sri Sankaran | | | Sri.Sankaran@sas| | | .com| | || | | 03/12/2002 16:45 | | | Veuillez répondre| | |

make a call to external applications

2002-11-26 Thread meissa . Sakho
hi all, I have several struts applications that I would like to call mainly from a portal that users can access after a successful login. I do do it like the fragment code below. lia href=http://localhost:8080/intranetMailAdmin/listMailsToSend.do; bean:message key=libelle.application.mail//a

imge submit tag error

2002-11-22 Thread meissa . Sakho
hi all, I've a problem when I try to use the image tag. I do use it like this html:image src=images/icADMdelete.gif page=%=editUrl% alt= Supprimer border=0/ The following ServletException is raised javax.servlet.ServletException: You must specify exactly one of src, srcKey, page, or pageKey

Réf. : Re: imge submit tag error

2002-11-22 Thread meissa . Sakho
If I specify only src, which attribute do I use to tell the action to perform ? Patrice [EMAIL PROTECTED] on 22/11/2002 15:17:19 Veuillez répondre à Struts Users Mailing List [EMAIL PROTECTED] Pour : Struts Users Mailing List [EMAIL PROTECTED] cc : Objet : Re: imge submit tag

Réf. : Re: Réf. : Re: imge submit tagerror

2002-11-22 Thread meissa . Sakho
Patrice, I've tried your suggestion and it works well ! I didn't know is was possible to nest image tag inside link tag. thank you very much. Meissa Patrice [EMAIL PROTECTED] on 22/11/2002 15:37:46 Veuillez répondre à Struts Users Mailing List [EMAIL PROTECTED] Pour : Struts Users

Réf. : Re: Réf. : Re: Réf. : Re: imge submit tag error

2002-11-22 Thread meissa . Sakho
I'm suprised too! I've replaced to image by img and it works too. Meissa Patrice [EMAIL PROTECTED] on 22/11/2002 16:13:23 Veuillez répondre à Struts Users Mailing List [EMAIL PROTECTED] Pour : Struts Users Mailing List [EMAIL PROTECTED] cc : Objet : Re: Réf. : Re: Réf. : Re:

getting select tag data from ActionForm

2002-11-21 Thread meissa . Sakho
Hi all, I define a multiple select tag in my jsp like this : html:select property='selectedCodes' size=4 multiple=true html:options name='fundOptionCodes' labelName='fundOptionLabels' / /html:select name and label are objects in the session. I would like to capture selected datas

Unable to create Action instance

2002-11-18 Thread meissa . Sakho
Hi all, While triying to submit my login form, I have the error message below(I'm usinng Tomcat 4.0) No action instance for path /login could be created It seem to me that everything has been declared as it should be. here is my strut-config and the corresponding action class. I really don't

empty form after errors

2002-11-07 Thread meissa . Sakho
When a submit my form with errors, the jsp is returned back with errors displayed as i expect. But all fields are empty. is it because I define my form like this html:form action=/newReception name=readMailForm type= com.bpam.mail.forms.ReadMailForm I'm saying this because it seem like that a new

No getter method for property message

2002-11-07 Thread meissa . Sakho
I'm tearing my hair off about this very strange error message. here it is. javax.servlet.ServletException: No getter method for property targetDir of bean org.apache.struts.taglib.html.BEAN I get it when my jsp is called. it seems like my own form bean is not recognized even when I do define

Réf. : Re: No getter method for property message

2002-11-07 Thread meissa . Sakho
Still trying to debug my No getter method for property strange behavior I'm posting my classes source code. I'm thanking in advance thoses who will check about this. It's been two days I'm trying to find out why this happens. (See attached file: admReception.jsp)(See attached file:

Réf. : RE: Réf. : Re: No getter method for property message

2002-11-07 Thread meissa . Sakho
I've added the missing closing quote. I'm still getting the No getter method for property error. Meissa John Espey [EMAIL PROTECTED] on 07/11/2002 16:18:23 Veuillez répondre à Struts Users Mailing List [EMAIL PROTECTED] Pour :Struts Users Mailing List [EMAIL PROTECTED] cc : Objet :

Réf. : Re: No getter method for property message

2002-11-07 Thread meissa . Sakho
I can't give a reason for this. But when I looked at the jsp generated servlet files, I discover that the version that was interpreted was not the current one. I've removed them all and every thing works fine. thank you all who spen time helping me. Meissa Melanie Harris [EMAIL

problem with html tags

2002-11-06 Thread meissa . Sakho
I have a strange problem in my jsp page . when I try to call html tag like this html:text property=mailBox size=30 maxlength=50/ I have the javax.servlet.ServletException: No getter method available for property mailBox for bean under name org.apache.struts.taglib.html.BEAN when a call the jsp.

Réf. : Re: problem with html tags

2002-11-06 Thread meissa . Sakho
In the struts-config I define the action like below actionpath=/initSending name=sendMailForm type=com.bpam.mail.actions.CreateSendAction scope=request validate=false forward name=success path=/admSending.jsp/ /action

Réf. : Re: problem with html tags

2002-11-06 Thread meissa . Sakho
when I've specified in the form definition of my jsp like this, html:form action=/filterMails name=sendMailForm type= com.bpam.mail.forms.SendMailForm it worked fine. I'm very suprised because I was thinking it was no required to do it there. Meissa ajTreece [EMAIL PROTECTED] on 06/11/2002

Réf. : Newbie logic:iterator question

2002-11-05 Thread meissa . Sakho
Oliver Meyn [EMAIL PROTECTED] on 05/11/2002 21:04:17 Veuillez répondre à Struts Users Mailing List [EMAIL PROTECTED] Pour :STRUTS [EMAIL PROTECTED] cc : Objet : Newbie logic:iterator question I have the same problem with the logic iterate tag. So I'm still using the good old loop for

struts messages

2002-10-30 Thread meissa . Sakho
When I start Tomcat , I have a series of messages (from struts) about ActionServlet, ActionMapping ans so ... Can someone tells me how to prevent from this. meissa -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

defining style class with the iterate tag

2002-10-29 Thread meissa . Sakho
hi all, I'm using the iterate tag to display my arrayList element like this. logic:iterate name=mailFilterForm property=registredList id=mailView tr class=paire td align=centerbean:write name=mailView property=code//td tdbean:write name=mailView