Re: Invalid Struts manifest file?

2002-09-10 Thread Antoni Reus
El Mar 10 Sep 2002 05:54, Martin Cooper escribió: When I run 'ant compile.library', I am getting the following errors: -- compile.library: [style] Transforming into C:\src\jakarta\jakarta-struts\target\library [jar] Manifest is invalid: The attribute Class-Path may not

Re: Browser's cache

2002-09-24 Thread Antoni Reus
In this case you would need to subclass of ActionMapping, and specify 'type' in action-mapping or 'className' in every Action. Then you would need to subclass RequestProcessor to provide the required headers. I could be done by subclassing ActionForward too : forward name=something

Re: Browser's cache

2002-09-24 Thread Antoni Reus
El Mar 24 Sep 2002 22:07, Antoni Reus escribió: PD: I looks like that in Struts 1.1 ForwardConfig is used instead of ActionForward to configure a forward. Should className in forward / be a subclass of ForwardConfig? I have looked deep into this, ActionForward is now a subclass

Re: please, can me somebody explain strength behaviour of method: Req uestUtils.lookup?

2002-09-27 Thread Antoni Reus
too :-) Best Regards, -- Antoni Reus -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

1.0.x releases. [was Re: DO NOT REPLY [Bug 13278] - accesskey attribute is not printed in html:link tag]

2002-10-06 Thread Antoni Reus
Hi, Struts 1.0.2 is a very good product, I have used it in some projects and I am very happy with it. I know struts 1.1beta2 is almost ready for production, and it's backward compatible, but it has a beta in his name, and this is a showstopper for managers. I will have to use Struts 1.0.2

Re: [Resources] XMLMessageResources and Proposal

2002-10-12 Thread Antoni Reus
thinking about the benefits of using it. -- Antoni Reus -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: HTML, XML, XHTML and html:html

2002-10-23 Thread Antoni Reus
Hi, sorry for the late answer, but I'm in GMT+1 ;-) A Dimecres 23 Octubre 2002 04:01, Craig R. McClanahan va escriure: On Tue, 22 Oct 2002, Antoni Reus wrote: [snip] As you could expect I would like to see this in 1.1 controlled by the xhtml attribute!! This result has two prerequisites

Re: HTML formatting of newline characters with bean:write tag

2002-10-23 Thread Antoni Reus
Hi, The tag replace in the string jakarta taglibs can do this look at: http://jakarta.apache.org/taglibs/doc/string-doc/index.html#replace I used it in a project, was something like: st:replace replace=\n with=lt;brgt; bean:write ./ /st:replace Salut, -- Antoni Reus A Dimecres 23

Re: HTML, XML, XHTML and html:html

2002-10-22 Thread Antoni Reus
backwards compatibility with earlier 1.x apps. Emitting either, though, controlled by the 'xhtml' attribute, would be fine in a 1.x - even 1.1. As you could expect I would like to see this in 1.1 controlled by the xhtml attribute!! Salut!! -- Antoni Reus -- To unsubscribe, e-mail

Re: [Vote] Modify classloading in RequestUtils

2002-11-07 Thread Antoni Reus
It seems that this is related with http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13686 a similar issue with iplanet A Dijous 07 Novembre 2002 17:13, James Mitchell va escriure: Not sure if you caught the thread on the users list, or the bug recently posted by Kjeld Froberg:

Re: [VOTE] How to implement XHMTL support

2002-11-13 Thread Antoni Reus
, with or without html:isXhtml/, html:html xhtml=true, etc but if a developer is able to create a page to be included that only uses struts-html and/or other custom tags, with the html:isXhtml/ aproach she will not be able to reuse its page to generate xhtml or html Salut! -- Antoni Reus

Re: [VOTE] How to implement XHMTL support

2002-11-13 Thread Antoni Reus
a non-struts jsp page,.. oh well, I think now I completely agree with the above :-) Salut! -- Antoni Reus From: Antoni Reus [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: [VOTE] How to implement XHMTL

Re: Does the /do/* will be supported with modules

2002-11-20 Thread Antoni Reus
scenario, this is pretty much a cosmetics issue -- whichever style creates URLs that you like better is the one you should use. Thanx, -emmanuel Craig Salut! -- Antoni Reus -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Should html:file tag have a value attribute?

2003-02-28 Thread Antoni Reus
A Divendres 28 Febrer 2003 20:21, James Mitchell va escriure: Does it submit the file if you just hit submit? It shows a warning message saying that the file input was filled without any action of the user, and lets you choose to submit it or not. -- Antoni