Re: ajax framework

2007-03-28 Thread Mikolaj Rydzewski
work with only java . GWT - google web toolkit -- Mikolaj Rydzewski <[EMAIL PROTECTED]> smime.p7s Description: S/MIME Cryptographic Signature

Re: BROWSER CLOSE

2007-01-23 Thread Mikolaj Rydzewski
. It has nothing related to Struts. Ask java-script guys. -- Mikolaj Rydzewski <[EMAIL PROTECTED]> smime.p7s Description: S/MIME Cryptographic Signature

Re: Design within struts

2007-01-22 Thread Mikolaj Rydzewski
which dispatches requests to Action classes. So it does not make any sense to create another one. -- Mikolaj Rydzewski <[EMAIL PROTECTED]> smime.p7s Description: S/MIME Cryptographic Signature

Re: global auth. for application

2007-01-10 Thread Mikolaj Rydzewski
ds request processor, instead you will 'inject' your code in the command's chain. It'll be much more elegant. -- Mikolaj Rydzewski <[EMAIL PROTECTED]> smime.p7s Description: S/MIME Cryptographic Signature

Re: No taglib element in web.xml v2.4 ?

2006-12-16 Thread Mikolaj Rydzewski
F/tld and specify them in web.xml, but you don't have to. -- Mikolaj Rydzewski <[EMAIL PROTECTED]>http://ceti.pl/~miki/ PGP KeyID: 8b12ab02 There are three kinds of people: men, women and unix. smime.p7s Description: S/MIME Cryptographic Signature

Re: more than one parameter in a link

2006-12-05 Thread Mikolaj Rydzewski
Pierre Goupil wrote: Ho yes ! Here's a clean way to fill a map in a JSP ! By clean, I mean without a scriptlet that a Web developper wouldn't understand. Great ! I doubt whether web developer with no programming background would understand JSTL solution either... -- Mikolaj Rydzews

Re: more than one parameter in a link

2006-12-05 Thread Mikolaj Rydzewski
as param separator instead of & -- Mikolaj Rydzewski <[EMAIL PROTECTED]> smime.p7s Description: S/MIME Cryptographic Signature

Re: more than one parameter in a link

2006-12-05 Thread Mikolaj Rydzewski
Pierre Goupil wrote: http://localhost/myApp/myAction.do?type=2&id=12 Of course, I could use a Map from my bean. But the problem is that, in my case, the bean have no way to know which value to give to the JSP : it's the JSP and it only who knows the values... link -- Mikolaj

Re: How to set <%@ page session="false" %>, globally?

2006-12-02 Thread Mikolaj Rydzewski
rewriting (one can enhance it to disable it only for spiders). http://mail-archives.apache.org/mod_mbox/struts-user/200311.mbox/[EMAIL PROTECTED] -- Mikolaj Rydzewski <[EMAIL PROTECTED]>http://ceti.pl/~miki/ PGP KeyID: 8b12ab02 There are three kind

Pros and cons of multi module applications

2006-11-22 Thread Mikolaj Rydzewski
t's the reason I want to join them. -- Mikolaj Rydzewski <[EMAIL PROTECTED]> smime.p7s Description: S/MIME Cryptographic Signature

html:rewrite does not work from pure jsp?

2006-11-02 Thread Mikolaj Rydzewski
struts 1.3.5. Is is normal? Does these tags work only when forwarded from an Action? -- Mikolaj Rydzewski <[EMAIL PROTECTED]> smime.p7s Description: S/MIME Cryptographic Signature

Re: Tags nested

2006-10-27 Thread Mikolaj Rydzewski
Juanjo Cuadrado wrote: I think that JSP spec firbids this. The inner ${dataQueries.name} -- Mikolaj Rydzewski <[EMAIL PROTECTED]> smime.p7s Description: S/MIME Cryptographic Signature

Re: [Struts2] Redirect forward

2006-10-23 Thread Mikolaj Rydzewski
'redirection' from an Action.execute() method. See: http://cwiki.apache.org/WW/result-types.html At this moment the page does not work. -- Mikolaj Rydzewski <[EMAIL PROTECTED]>http://ceti.pl/~miki/ PGP KeyID: 8b12ab02 There are three k

[Struts2] Redirect forward

2006-10-23 Thread Mikolaj Rydzewski
nother url with some parameters added. -- Mikolaj Rydzewski <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts 1.3 + Tiles + Chain config

2006-10-17 Thread Mikolaj Rydzewski
?r1=436857&view=log and use it instead of bundled one. -- Mikolaj Rydzewski <[EMAIL PROTECTED]>http://ceti.pl/~miki/ PGP KeyID: 8b12ab02 There are three kinds of people: men, women and unix. smime.p7s Description: S/MIME Cryptographic Signature

Struts 1.3 + Tiles + Chain config

2006-10-17 Thread Mikolaj Rydzewski
is command (should I copy/paste original chain config into the new one?). -- Mikolaj Rydzewski <[EMAIL PROTECTED]>http://ceti.pl/~miki/ PGP KeyID: 8b12ab02 There are three kinds of people: men, women and unix. smime.p7s Description: S/MIME Cryptographic Signature

Re: R: Form name

2006-10-13 Thread Mikolaj Rydzewski
te in generated page. -- Mikolaj Rydzewski <[EMAIL PROTECTED]> smime.p7s Description: S/MIME Cryptographic Signature

Re: Form name

2006-10-13 Thread Mikolaj Rydzewski
Marcello Savino wrote: Using Struts the tag is rendered in this way The problem is that in my application the rendered XML file MUST be a valide "xhtml1.0 strict" file and the DTD strict does not allow the attribute "name" for the tag . It works for me ;-) Do you us

Re: 2 listboxes with buttons t move from on list to other

2006-10-11 Thread Mikolaj Rydzewski
Andy.de wrote: knows anyone a sample code for a page with 2 listboxes and 2 buttons to move objects from left list to right list and vice versa? Try uitags.sf.net -- Mikolaj Rydzewski <[EMAIL PROTECTED]> smime.p7s Description: S/MIME Cryptographic Signature

Re: Parsing error processing resource path

2006-10-11 Thread Mikolaj Rydzewski
into app's directory? Maybe this is the case, weblogic keeps reference to old struts-config.xml or something like that. When deploying as a war file, weblogic just removes old directory, creates a new one and no file-locking occurs. -- Mikolaj Rydzewski <[EMAIL PROTECTED]> smime.p7

Re: ClientAbortException

2006-10-09 Thread Mikolaj Rydzewski
displaying a ClientAbort Exception. Does this happen only with IE? Add "Pragma: cache" header to response. Should help. -- Mikolaj Rydzewski <[EMAIL PROTECTED]> smime.p7s Description: S/MIME Cryptographic Signature

Re: alternative

2006-09-28 Thread Mikolaj Rydzewski
Yariel Ramos Moreno wrote: Any help is welcome, If you don't want go AJAX, then try uitags.sf.net. -- Mikolaj Rydzewski <[EMAIL PROTECTED]> smime.p7s Description: S/MIME Cryptographic Signature