RE: page do not refresh

2002-02-12 Thread Frédéric Houbie - ABSIS-GROUP
sion scope, for passing the object from your Action to the JSP page. This is preferable unless you need to keep the value in the session for some other reason. However, if it does need to be in the session, it doesn't seem like the action is replacing the value in the session and needs fu

page do not refresh

2002-02-12 Thread Frédéric Houbie - ABSIS-GROUP
Hi, I have a problem in my struts application, I have a page that call an action servlet which store a value received in url in session, than forward to a jsp page. If I this action servlet is called with another value in url, the jsp page do not change, it seems to come from the proxy. I put ex

Newbie question

2002-01-08 Thread Frédéric Houbie - ABSIS-GROUP
If I put a float array in the request object request.setAttribute("SumPrivatives", fSumPrivatives); how can I access it in my jsp page ? I suppose it is simple. Thanks Frédéric -- To unsubscribe, e-mail: For additional commands, e-mail:

Good taglib to format number

2001-12-17 Thread Frédéric Houbie - ABSIS-GROUP
Which taglib are you using to format number, date, using Locale config of Browser ? Thanks Frederic Houbie ABSIS GROUP -- To unsubscribe, e-mail: For additional commands, e-mail:

html:errors handling

2001-12-17 Thread Frédéric Houbie - ABSIS-GROUP
Hi, I have a strange behaviour in my application. in my logonaction, I do some check, when error occurs, I use errors.add(xxx, "yyy") to set some errors. But when I use tag to display it, I get "null My_Error null", so my error message is preceded by null text et followed by null text. I don't u

Passing several parameters in a html link

2001-12-04 Thread Frédéric Houbie - ABSIS-GROUP
Hi, I need to build html:link with 2 parameters, one coming from an iterate tag and one from the request to pass to the following page. How can I do that ? Frederic -- To unsubscribe, e-mail: For additional commands, e-mail:

Passing several parameters in a html link

2001-12-04 Thread Frédéric Houbie - ABSIS-GROUP
Hi, I need to build html:link with 2 parameters, one coming from an iterate tag and one from the request to pass it to the following page. How can I do that ? Frederic -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Quickly change page to prevent user to click several times on a link

2001-12-04 Thread Frédéric Houbie - ABSIS-GROUP
Tue, 4 Dec 2001 10:11:32 -0500 > >Send them to an html page with a meta-refresh tag to automatically >transfer him to the pdf-generating page. > >-Original Message- >From: Frédéric Houbie - ABSIS-GROUP [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, December 04, 2001 10:09 AM >

Quickly change page to prevent user to click several times on a link

2001-12-04 Thread Frédéric Houbie - ABSIS-GROUP
Hi, I have an application that generate PDF report (using FO). The problem is that when a user click on a link to generate the report, it takes a long time, but the actual page stays until the action bean redirect the user to the generated report. But the user can click several times on the link

Passing several parameters in a html link

2001-12-04 Thread Frédéric Houbie - ABSIS-GROUP
Hi, I need to build html:link with 2 parameters, one coming from an iterate tag and one from the request to pass it to the following page. How can I do that ? Frederic -- To unsubscribe, e-mail: For additional commands, e-mail:

Number formatting in JSP

2001-11-20 Thread Frédéric Houbie - ABSIS-GROUP
Hi, is there a easy way to format number in jsp using taglibs ? Thanks Frederic Houbie -- To unsubscribe, e-mail: For additional commands, e-mail:

JSP used to convert xml to html applying XSL

2001-11-12 Thread Frédéric Houbie - ABSIS-GROUP
Hi, I would like to display HTML information from XML Data build on DB Access using XSL. I found how to use Xalan to define 2 Source (XML & XSL), call transform et put it in response: response.setContentType("text/html; charset=UTF-8"); // Output goes in the response stream. PrintWriter out = re

RE: Need help with "Cannot find ActionMappings or ActionFormBeans collection"

2001-10-22 Thread Frédéric Houbie - ABSIS-GROUP
Nobody knows ?   where does it come from ? what can be the fact that trigger that expection ?   Please help   Frederic -Original Message-From: Frédéric Houbie - ABSIS-GROUP [mailto:[EMAIL PROTECTED]]Sent: lundi 22 octobre 2001 10:34To: Struts-UserSubject: Need help

Need help with "Cannot find ActionMappings or ActionFormBeans collection"

2001-10-22 Thread Frédéric Houbie - ABSIS-GROUP
Hi,   I'm using Struts with Tomcat 4. I'm getting this error when running the app. I've checked classpath, I removed classes12.zip (oracle driver) from classpath and put it in lib/ext directory, but it still does not work. here is the classpath at start of tomcat 4   Using CLASSPATH:

Dreamweaver Custom Tag Support

2001-10-01 Thread Frédéric Houbie - ABSIS-GROUP
Hi,   I'm trying to use this feature but when I had a tag for exemple, I get this error   javax.servlet.ServletException :Cannot find ActionMappings or ActionFormBeans Collections.   Is there something missing in my classpath ?   Thanks   Frederic

Struts - XML - XSL

2001-09-24 Thread Frédéric Houbie - ABSIS-GROUP
Hi,   I'm involved in a project that use struts. I have a question to get some advice from you. The application want to separate clearly layout from the logic. The team manager want us to use XML, XSL to build html pages. But I don't see clearly how to mix all that. I have beans that do SQ