Is this a bug? html:image tag rewriting src attribute

2003-10-15 Thread James JKE95 Kerridge
Hi, I am using the tag and I notice that if I open a new browser and access the page with the image tag I get an error (i.e. internet explorer says ! Done but with errors in the bottom left of the status bar.) Also the image doesn't load correctly. On inspection I notice that: has been ren

RE: Is this a bug with struts config file?

2003-08-14 Thread Bailey, Shane C.
ad cause I do forward to other actions. Mostly to get between modules. Thanks for all the responses to clear my head. -Original Message- From: Aguirre Carlos Federico [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 7:58 PM To: [EMAIL PROTECTED] Subject: Re: Is this a bug with s

RE: Is this a bug with struts config file?

2003-08-14 Thread Bailey, Shane C.
wanted to avoid (strictly for future possibilities). -Original Message- From: Rohit Aeron [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 6:37 AM To: Struts Users Mailing List Subject: RE: Is this a bug with struts config file? I don't think you need to put .do. Actually i

Is this a bug with struts config file?

2003-08-14 Thread Bailey, Shane C.
Short version: I would think that I could do this then and Struts would know to add the .do for me. When a is rendered it does not have the .do on it. I have to make it Is that a bug? Since Struts determines extensions on the fly (at Servlet startup based on URL pattern in web.x

RE: Is this a bug with struts config file?

2003-08-10 Thread Richard J. Duncan
cheme (e.g., "/action/login") simply by modifying the structs-config. -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 6:00 PM To: [EMAIL PROTECTED] Subject: Is this a bug with struts config file? Short version: I would think

RE: Is this a bug with struts config file?

2003-08-10 Thread Rohit Aeron
to:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 5:28 AM To: [EMAIL PROTECTED] Subject: Re: Is this a bug with struts config file? Hi. the ".do" in forwards to actions is necessary because when you make a forward, the request is processed again by application server, if you not add

Re: Is this a bug with struts config file?

2003-08-08 Thread Aguirre Carlos Federico
y if you html:link to the forward > your html pages will be do-less. Also, you can change to another scheme > (e.g., "/action/login") simply by modifying the structs-config. > > > > -Original Message- > From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] > Sent:

RE: Is This A Bug?

2003-02-20 Thread David Graham
Seems like an empty tag would be a worthy addition to the Struts >arsenal to me. :) Can't this be done with JSTL ? Struts shouldn't duplicate standardized functionality. David _ Protect your PC - get McAfee.com VirusScan Onli

RE: Is This A Bug?

2003-02-20 Thread Joe Barefoot
> -Original Message- > From: Art Vandalay [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 20, 2003 9:50 AM > To: Struts Mailing List > Subject: Is This A Bug? > > > The logic:present tag checks to see if a field in a > form is null. > > However

Is This A Bug?

2003-02-20 Thread Art Vandalay
The logic:present tag checks to see if a field in a form is null. However, when a form is created after an HTML form is submitted, Struts will pass an empty String into the setter method if the corresponding value on the page is empty. This seems inconsistent. It seems (to me, anyway) that Struts

is this a bug ?

2002-10-18 Thread Ricardo de Souza Moura
Does anybody knows about this ? Is this a bug ? Thanks 2002-10-17 10:16:42 StandardWrapperValve[action]: Servlet.service() for servlet action threw exception javax.servlet.ServletException: Servlet execution threw an exception at

Re: is this a bug ?

2002-10-18 Thread Eddie Bush
Not enough information to even form a reasonable hypothesis about what's going on. If you're looking for assistance, you might mention your scenario and relative areas of your config. Your environment would be nice to know too. -- Eddie Bush -- To unsubscribe, e-mail:

RE: is this a bug ?

2002-10-18 Thread Gavin Terrill
fer append(StringBuffer sb)" has only been available since 1.4, so you must be running on a < 1.4 version of the JVM. -Original Message- From: Ricardo de Souza Moura [mailto:ricsouzamoura@;hotmail.com] Sent: Thursday, October 17, 2002 11:56 AM To: [EMAIL PROTECTED] Subject: is this a

Re: is this a bug? (error-code 400 map to an Action result an infinite loop that kill the server)

2002-08-15 Thread Craig R. McClanahan
t; > > 400 > /test/errorHandler.do > > > in my web.xml. My weblogic run into an infinite loop and crash. It works > just find if I map it to a JSP/Html page. > > Is this a bug? > Yes ... but it's a bu

is this a bug? (error-code 400 map to an Action result an infinite loop that kill the server)

2002-08-15 Thread Trieu, Danny
. Is this a bug? Thanks, danny

RE: Populating complex java objects in forms - PROBLEM SOLVED, BUT IS THIS A BUG IN STRUTS?

2002-03-11 Thread Alex Paransky
Sent: Friday, March 08, 2002 2:41 AM To: 'Struts Users Mailing List' Subject: RE: Populating complex java objects in forms - PROBLEM SOLVED, BUT IS THIS A BUG IN STRUTS? I've found that my problem is that my Customer instance was not initialized in the Form class, but I wouldn

RE: Populating complex java objects in forms - PROBLEM SOLVED, BUT IS THIS A BUG IN STRUTS?

2002-03-08 Thread Charlesworth, Chico
I've found that my problem is that my Customer instance was not initialized in the Form class, but I wouldn't have thought this should be necessary in Struts. This then also means that any other complex java objects within customer would need to be instantiated (i.e. Address) and so on if Address

Re: Is this a bug ??

2001-09-06 Thread Jishan Li\(CN\)
sage - From: "Arnaud Héritier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 06, 2001 4:57 PM Subject: RE: Is this a bug ?? You should write it like this : "/> and "/> All quotes used in a scriplet in a taglib pa

RE: Is this a bug ??

2001-09-06 Thread Arnaud Héritier
in the second one. arno > -Message d'origine- > De: Antonio Weber [SMTP:[EMAIL PROTECTED]] > Date: jeudi 6 septembre 2001 10:49 > À:'[EMAIL PROTECTED]' > Objet:Is this a bug ?? > > Hi !! > > I had the problem that the tags wasn't

Is this a bug ??

2001-09-06 Thread Antonio Weber
Hi !! I had the problem that the tags wasn't translated in the html code something like this 2001-01-01 2009-12-12 I added the taglib import. I works, but only in some cases. In some cases not, something like this "/> it wouldn't work but when I changed it to it works ! At the end is another

Is this a bug in STRUTS? or TOMCAT? Or Did I mis something? Please help.

2001-08-20 Thread BinhMinh Nguyen
hi all, I have a very interesting problem, and here how it occurs: my formJSP have two button: SUBMIT and EXIT. if the user is authenticated, when the Submit button is clicked, the form is submitted succesfully and the user is brought to another JSP page, let say Thank-you page. But let say, if

Is this a bug in web.xml or the JavaDoc?

2001-07-19 Thread Wayland Chan
The JavaDoc for the servlet initialization parameters for ActionServlet read... "validating - Should we use a validating XML parse to process the configuration file (strongly recommended)? [true] " However, looking at web.xml that is in the struts-example.war and struts-blank.war (for Struts-1.0

Is this a bug in ActionServlet.processLocale()?

2000-12-15 Thread Moore, Mark A
Hi My application is trying to use locales, and it is exhibiting an odd behavior. The first time through my controller, I have no locale. The second and subsequent times I do. I've tracked the problem down to the following lines of code in ActionServlet.processLocale(): if (!locale)