Re: changing scope of the ActionForm objects at runtime

2001-03-11 Thread Anand Raman
Hi Amar I did something similar.. Whenever i needed a ActionForm for variable scope i always used the session scope. Now whenever i needed the bean to persist only for the request, i manully removed the attribute from the session scope.. Not a very elegant solution, but still managed to solve my

RE: Struts on WebSphere 3.5.2?

2001-03-11 Thread Torben Norling
Hi! Try out WebSphere 3.5.3 that was released last week, the getResourceAsStream are removed. Also, there is an unofficial patch ("IBM no." 88944) for 3.5.2 that fixes the getResourceAsStream problem. // Torben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: d

Re: Struts.jar in Weblogic5.1 SP8 Classpath?

2001-03-11 Thread Matthias Kerkhoff
Hi Ana, > I have struts.jar in directory 'lib' of my webapp, sometimes I receive > 'NoClassDefFoundError' althought everything seems to work ok. > If I append struts.jar to my WEBLOGICCLASSPATH, that exception is not > thrown. > Anyone knows something about that? you're probably running into t

Problems with Struts+WebLogic

2001-03-11 Thread Nguyen Thanh Phong
Hi, I'm having some problem when using Struts with WebLogic (6.0) 1> I'm using the binary distribution of Struts. Do I still need to download and configure Xalan XSLT Processor and Xerces? I can run the example "struts-example" successfully, so I suppose that I don't need these packages. Am I ri

RE: The use of '..' in relative path includes in JSPs

2001-03-11 Thread Craig R. McClanahan
On Sun, 11 Mar 2001, James Cook wrote: > Very cool. Thanks for that info. > > I thought I saw an option at one time to force URL encoding in Struts, even > if the browser supports cookies. Is this true, and will the page attribute > also URL encode? > Yes, no matter which variants you use to

RE: The use of '..' in relative path includes in JSPs

2001-03-11 Thread James Cook
Very cool. Thanks for that info. I thought I saw an option at one time to force URL encoding in Struts, even if the browser supports cookies. Is this true, and will the page attribute also URL encode? thank you, jim > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECT

RE: The use of '..' in relative path includes in JSPs

2001-03-11 Thread Craig R. McClanahan
On Sun, 11 Mar 2001, James Cook wrote: > Craig, > > Forwards and redirects not withstanding, is it a fair statement to conclude > that all links (hrefs, image srcs, etc.) in a web application must be > rendered in a relative manner? > Unfortunately, we could not make such a rule even if we wa

RE: The use of '..' in relative path includes in JSPs

2001-03-11 Thread James Cook
Craig, Forwards and redirects not withstanding, is it a fair statement to conclude that all links (hrefs, image srcs, etc.) in a web application must be rendered in a relative manner? There isn't any talk of making relative to a context is there? jim > -Original Message- > From: Crai

Re: The use of '..' in relative path includes in JSPs

2001-03-11 Thread Arch Pennington
It turned out to be a very mundane bug: case difference in file names :( Just to confirm: both <%@ include ...%> and do work fine with paths that begin with '..' Thanks for your clarification! --- "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > > > On Sun, 11 Mar 2001, Arch Pennington w

Re: The use of '..' in relative path includes in JSPs

2001-03-11 Thread Craig R. McClanahan
On Sun, 11 Mar 2001, Arch Pennington wrote: > Are Servlet 2.2/JSP 1.1 compatible containers > *required* to support > relative paths that use the '..' notation to refer to > a parent > directory? JRun 3.0, iPlanet 4.1 and Tomcat 3.2.1 > seem to accept '..' > in a relative path for static inclu

The use of '..' in relative path includes in JSPs

2001-03-11 Thread Arch Pennington
Are Servlet 2.2/JSP 1.1 compatible containers *required* to support relative paths that use the '..' notation to refer to a parent directory? JRun 3.0, iPlanet 4.1 and Tomcat 3.2.1 seem to accept '..' in a relative path for static includes of JSP pages, but not for dynamic includes (all includes

Re: Struts and Cookies

2001-03-11 Thread Craig R. McClanahan
On Sun, 11 Mar 2001, Scott Walter wrote: > Hi, > > I have a general question concerning cookies with > Struts. From page1.jsp I call a Struts action called > "removecookie.do". The action basically sets a cookie > max expiration date to zero (to delete the cookie). > When the action is compl

REVERSE the AGING PROCESS 10 - 20 Years!

2001-03-11 Thread newbloom
HAVE YOU HEARD OF HUMAN GROWTH HORMONE (HGH)??? Released by your own pituitary gland, HGH starts declining in your 20s, even more in your 30s and 40s, eventually resulting in the shrinkage of major organs-plus all other symptoms related to old age. THIS CAN NOW BE REVERSED!!! IN THOUSANDS OF CL

Struts and Cookies

2001-03-11 Thread Scott Walter
Hi, I have a general question concerning cookies with Struts. From page1.jsp I call a Struts action called "removecookie.do". The action basically sets a cookie max expiration date to zero (to delete the cookie). When the action is completed the request if forwarded back to page1.jsp. Howeve

RE: HTML editors and struts

2001-03-11 Thread James Cook
Yes this is a huge drawback. Fortunately, Dreamweaver and GoLive are leading the charge to incorporate app servers into the design process. FWIW, I am just getting my feet wet in the custom tag area, and I also miss the prototyping step. If your tags do too much, entire sections of your code are

HTML editors and struts

2001-03-11 Thread Nathan Ward
Hello, If you use struts tab libraries, don't you loose the ability for a JSP to be editted by a non-programmer using an HTML editor? This seems like a major drawback to me that reduces productivity on a project. The only way to check the layout of the HTML is to run it on an app server, right

Observations on ActionForms, reset(), tags

2001-03-11 Thread Bryan Field-Elliot
(I am reposting this message from a few days ago, because I realized that  my original post was a reply to another message, and that even though I had changed the subject line, perhaps tree-viewing mail clients would show it is part of another conversation, which I didn't really intend. I just want

problem with using redirect tag

2001-03-11 Thread kiatkin
I'm trying to pass two value that retrive from cookie to a action class. Here is snipplet.      <% value = c1.getValue(); %>         <% String link = new StringBuffer()              .append("action.do?valueA=")              .append(c1.