Info on Struts and their users

2002-05-21 Thread Slimane Zouggari
I find a short history of Struts (when did it start ? how ? and so on) Thanx in advance, Slimane -- Make it run, Make it right, Make it fast -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Struts for excel output

2002-04-30 Thread Slimane Zouggari
Hi, go see the taglib on http://edhill.its.uiowa.edu/display/ Friendly Regards, Slimane At 10:34 30/04/2002 +0100, you wrote: very slightly off topic We are trying to display a struts page in excel we changed the content type but this only seems to work in the development browsers

Re: Struts for excel output

2002-04-30 Thread Slimane Zouggari
to export in pdf ? I'd like something similar as the display taglib. I mean, you just have to insert a tag and it displays a ling to convert your page in PDF. Thanks in advance, Slimane At 15:14 30/04/2002 +0200, you wrote: On 30 Apr 2002 at 11:50, Slimane Zouggari wrote: Hi, go see

[OT] excel tables

2002-04-11 Thread Slimane Zouggari
it will create. Thanks in advance, Slimane -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Incompatibility between Struts 1.0.x and 1.1.x ?

2002-03-28 Thread Slimane Zouggari
. Friendly Regards, Slimane The complete error message is : Apache Tomcat/4.0.1 - Error report!--H1{font-family : sans-serif,Arial,Tahoma;color : white;background-color : #0086b2;} BODY{font-family : sans-serif,Arial,Tahoma;color : black;background-color : white;} B{color : white;background-color

Problem with select and option tag

2002-03-28 Thread Slimane Zouggari
/html:selectBR /html:form Could anybody point me to a way to solve this ? Thanx in advance. Friendly Regards, Slimane -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Problem with caching

2002-03-27 Thread Slimane Zouggari
? I tried to put the following in my jsp pages, without any success: % response.addHeader(pragma,no-cache); // http v1.0 response.addHeader(cache-control,no-cache); // http v1.1 % Could anybody point me to the right way to achieve that ? Thanks in advance. Friendly Regards, Slimane

RE: Problem with caching

2002-03-27 Thread Slimane
my dev environment is : Tomcat 4 and Orion (it has to work on both of them) + IE4,Opera5,Netscape4.7 Friendly Regards, Slimane At 17:30 27/03/2002 +0100, Etienne, Ingo (Goetzfried AG) wrote the following Hi, I had the same problem with IIS and IE5. The solution to this was to set the cache

Re: Problem with caching

2002-03-27 Thread Slimane
Thanx, I'll try At 17:35 27/03/2002 +0100, Christian Bouessay wrote the following For all actions, you could configure the ActionServlet in web.xml, like this: ... init-param param-namenocache/param-name param-valuetrue/param-value /init-param ... -- C. Bouessay Slimane

Re: Off Topic how to download mirror of web site

2002-03-26 Thread Slimane Zouggari
) Friendly Regards, Slimane At 03:10 26/03/2002 -0800, you wrote: Subject: Off Topic how to download mirror of web site From: David Bolsover [EMAIL PROTECTED] === Hi Sorry - off topic - but I'm sure some at least someone in the group may have a solution. A client has asked me to produce an 'off

[Newbie] prob with html:options or html:select tag

2002-03-22 Thread Slimane Zouggari
? Thanks for having read me so far :) Friendly Regards, Slimane FYI, here's the exception thrown: javax.servlet.ServletException: Cannot find bean under name org.apache.struts.taglib.html.BEAN at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:457

RE: [Newbie] prob with html:options or html:select tag

2002-03-22 Thread Slimane Zouggari
=bean:write name=elt property=id/bean:write name=elt property=name/ /logic:iterate /html:select /html:form What am I missing ? :( Friendly Regards, Slimane PS: here's the error-message throwed using the 1st piece of code: javax.servlet.ServletException: Cannot find

How to handle exceptions properly ?

2002-03-21 Thread Slimane Zouggari
of course :) Friendly Regards, Slimane -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[Newbie] stupid problem with option tag

2002-03-21 Thread Slimane Zouggari
: ProjectAddRequest.jsp: org.apache.jasper.compiler.ParseException: End of content reached while more parsing required: tag nesting error? So, I know, it's surely something stupid, but I can't find it :'( Thanks in advance for your replies. Friendly Regards, Slimane -- To unsubscribe, e-mail

RE: [Newbie] stupid problem with option tag

2002-03-21 Thread Slimane Zouggari
Hi, thanx for your answer, but that didn't do the trick :( in fact when I add a slash at the end, here's the error I have: html:option value=bean:write name=elt property=id/ / error: ProjectAddRequest.jsp: Attribute elt has no value at line 39, column 44 Friendly Regards, Slimane At 11:19

Re: [Newbie] stupid problem with option tag

2002-03-21 Thread Slimane Zouggari
Hi, THANX A LOT ! :) now it works :) It was indeed the second method which did the trick. Friendly Regards, Slimane At 14:02 21/03/2002 +0100, you wrote: Hi, Thanks for your answer, but I'm not sure I understood it. You say, if I understand it right, that my first try (using

RE: problem with bean having session scope

2002-03-17 Thread Slimane
of instantiating, And indeed, that seemed to be the main problem ! So, thanx again Joe, for your patience and all your help :) Friendly Regards, Slimane PS: pfiou, I'm happy that problem is finally resolved :) At 02:27 16/03/2002 +0100, Someone poor demented soul by the name of Slimane presented us

problem with bean having session scope

2002-03-15 Thread Slimane Zouggari
) request.getSession().getAttribute(participantdetailsform); (participantdetailsform is one of the 3 form beans I share in the session) Could anyone give me pointers where I should look for ? Because, I'm sure it's a stupid mistake but I can't find it :( Thanx in advance. Friendly Regards, Slimane

Re: problem with bean having session scope

2002-03-15 Thread Slimane Zouggari
for having taken the time to read me :) Friendly Regards, Slimane At 12:11 15/03/2002 +0100, you wrote: Hi, I have 3 form beans. Each of them have a session scope defined in the struts-config.xml. Here's the config for one of them: action path=/piechart type

Re: problem with bean having session scope

2002-03-15 Thread Slimane Zouggari
Thanx, I supposed it was something like that :) The thing is, I still don't understand why my beans aren't shared among all of my action classes :( Friendly Regards, Slimane At 12:05 15/03/2002 -0500, you wrote: AFAIK, a session bean is destroyed when the session expires (30 min by default

RE: problem with bean having session scope

2002-03-15 Thread Slimane
want to share 3 beans ? The first time I'll call one Action Class, only one ActionForm will be instanciated, no ? Friendly Regards, Slimane At 10:03 15/03/2002 -0800, Someone poor demented soul by the name of Joseph Barefoot presented us with the following text which may contain useless

RE: problem with bean having session scope

2002-03-15 Thread Slimane
logical name ). I suppose you meant request.getSession().getAttribute( ActionForm logical name ), didn't you ? :) Friendly Regards, Slimane At 15:12 15/03/2002 -0800, Someone poor demented soul by the name of Joseph Barefoot presented us with the following text which may contain useless

RE: problem with bean having session scope

2002-03-15 Thread Slimane
okay, thanx a lot for your help :) I'll try the second method tomorrow (now it's 2am and I'm feeling sleepy :) Friendly Regards, Slimane At 17:02 15/03/2002 -0800, Someone poor demented soul by the name of Joseph Barefoot presented us with the following text which may contain useless

[Off-Topic] a pie chart generator with jsp ?

2002-03-14 Thread Slimane Zouggari
Hi, Does anyone know a good free pie chart generator that I could use my jsp pages ? Thanx in advance :) Friendly Regards, Slimane PS: I already searched on google for it, but all I found was some applet, not very customizable. Or some expensive generators which I don't need

[Newbie] ActionForm with a scope session

2002-03-13 Thread Slimane Zouggari
= (SearchByDateForm) session.getAttribute(searchbydateform); if (sdf == null) { return mapping.findForward(noForm); } I'm sure it's just a simple error, but I can't find it :( Any pointer would be greatly appreciated. Friendly Regards, Slimane -- To unsubscribe, e-mail

Re: [Newbie] ActionForm with a scope session

2002-03-13 Thread Slimane Zouggari
returns an error page) To summarize, the problem isn't that I have wrong values, but that my form seems to not have a scope session (although it does have the mention session in the struts-config.xml) Thanx for your answer and sorry that I wasn't clear enough. Friendly Regards, Slimane At 01

Re: [Newbie] ActionForm with a scope session

2002-03-13 Thread Slimane Zouggari
THANX A LOT, you're my hero :) indeed it was a spelling mistake (damn, I can be stupid sometimes :( Again, THANX for the code, it was usefull this time and I'm sure I will resolve a lot of bugs in my future development :) Friendly Regards, Slimane At 06:17 13/03/2002 -0800, you wrote

Problem with ActionForm

2002-03-12 Thread Slimane Zouggari
problem. Friendly Regards, Slimane -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Problem with ActionForm

2002-03-12 Thread Slimane
Ignore this mail, the fact that theForm was null, is only because I made a typo in the struts-config.xml !!! :((( (in the action-mappings) Sorry, for the annoyance :( Friendly Regards, Slimane At 17:18 12/03/2002 +0100, you wrote: Hi, I have a weird problem with a form which is always null

Re: What's the rigth way to do it ?

2002-03-11 Thread Slimane
Hi, I don't know if your concepts are wrong :) (too newbie for that) But I don't think your first solution seems not to comply with my problem and so I think I'll stick with the session object. Although, thanx for your reply :) Friendly Regards, Slimane At 19:55 10/03/2002 -0800, Someone

Re: [Off-Topic ?] Problem with Struts/Tomcat/Jbuilder/ ?

2002-03-10 Thread Slimane
\jdk1.3.1\lib\htmlconverter.jar;D:\JBuilder6\jdk1.3.1\lib\tools.jar -Dcatalina.home=D:/JBuilder6/jakarta-tomcat-4.0.1 org.apache.catalina.startup.Bootstrap start -config C:\Slimane\TS2\conf\server8080.xml -nonaming HttpConnector Opening server socket on all host IP addresses Starting service

Re: [Newbie] html:link

2002-03-10 Thread Slimane
Hi, Nobody had answered me 'till you did. So, thank you and I will take a look at the java.util.Map :) Friendly Regards, Slimane At 05:05 11/03/2002 +1100, you wrote: Hi Silmane, you may have already received a reply regarding this but none the less this is how I've been doing it. If you

Re: What's the rigth way to do it ?

2002-03-10 Thread Slimane
hope that now I made myself clear (please excuse my poor English :) I also hope, I didn't tell to much stupidities (I'm just a newbie :) Any help would be greatly appreciated ! Friendly Regards, Slimane PS: sorry for the long reply... At 20:31 9/03/2002 -0500, you wrote: Slimane Neither way

Re: What's the rigth way to do it ?

2002-03-10 Thread Slimane
: A HREF=bla.do?param1=dohparam2=goshblabla/A where param1 and param2 are my actual parameters and then in the Action classes, I'll use the getParameter() method Thanks again, Slimane At 10:27 10/03/2002 -0500, Someone poor demented soul by the name of Bin Zhou presented us with the following text

Re: [Off-Topic ?] Problem with Struts/Tomcat/Jbuilder/ ?

2002-03-09 Thread Slimane
, Slimane At 03:25 9/03/2002 -0800, you wrote: Subject: Re: [Off-Topic ?] Problem with Struts/Tomcat/Jbuilder/ 1 2 3 4 5 6 7 8 9 From: David Bolsover [EMAIL PROTECTED] === Slimane Sorry - quite correct - there should be reference to the servlet lib in the project properties - however, in the webapp

What's the rigth way to do it ?

2002-03-09 Thread Slimane
Regards, Slimane -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[Off-Topic ?] Problem with Struts/Tomcat/Jbuilder/ ?

2002-03-08 Thread Slimane Zouggari
the second time I run my project :( Friendly Regards, Slimane NB.: my config: JBuilder 6.0 Tomcat 4.0.1 Struts nightly build of 28/02/2002 PS: as nobody answered my previous mail (http://www.mail-archive.com/struts-user@jakarta.apache.org/msg25574.html) I suppose there's no solution

Re: [Off-Topic ?] Problem with Struts/Tomcat/Jbuilder/ ?

2002-03-08 Thread Slimane
of Tomcat. Because I first wanna be sure it's Tomcat causing the problem and not something else... Friendly Regards, Slimane At 07:40 8/03/2002 -0800, you wrote: Subject: Re: [Off-Topic ?] Problem with Struts/Tomcat/Jbuilder/ 1 2 3 4 5 6 7 8 9 From: David Bolsover [EMAIL PROTECTED] === Hi I also

Re: [Newbie] logic:iterate

2002-03-07 Thread Slimane Zouggari
Hello, yes it has a String as a return value ! But don't bother, now (although I didn't change a thing) it works ! :) Thanks for your help though :) Friendly regards, Slimane does elt.getName() return a String? --- Slimane z?X0040;skynet.be wrote: Hi, I try to do an iteration

[Newbie] html:link

2002-03-07 Thread Slimane Zouggari
=codtac/ bean:write name=elt property=lib/ /A BR /logic:iterate I was wondering if there's a easier way to do that with the html:link tag ? Thanx in advance, Slimane -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[Newbie] logic:iterate

2002-03-06 Thread Slimane
to acomplish the iteration ? Thanx in advance, Slimane My configuration: Apache Tomcat 4.0.1 JBuilder 6.0 JDK 1.4 Struts - nightly build of 2002/02/28 Bart: Hey, why is it destroying other toys? Lisa: They must have programmed it to eliminate the competition. Bart: You mean like Microsoft? Lisa: Exactly