RE: [OT] Jericho == Struts 2.0?

2004-03-15 Thread Jesse Alexander (KAID 11)
+ 1 Struts 2 or Struts v2 say what it is: a new major version of struts. Struts2 or Struts2EE imply: It is not Struts. It may be based on Struts, or is something similar. Jericho, or whatever other name choosen, just say nothing at all... regards Alexander -Original Message- From:

RE: JSF RI Final is out!

2004-03-05 Thread Jesse Alexander (KAID 11)
great collection of ressoruces. Thanks a lot Alexander -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Freitag, 5. März 2004 06:25 To: 'Struts Users Mailing List' Subject: RE: JSF RI Final is out! Hi Janarthan, There are several books available and/or coming

RE: Pls suggest

2004-03-03 Thread Jesse Alexander (KAID 11)
Using the standard Struts Validator (Plugin in 1.1) you get both: Javascript-based client side validation and (very important) also on the server-side. the sample validations you specify should be possible using the validator out of the box. Refer to the validator-docu hth Alexander

RE: [OT] Applet communication with web app

2004-03-02 Thread Jesse Alexander (KAID 11)
1. - Which socket? remember firewalls? 2. - remember firewalls? jdk-compatibility-issues 3. Other 3.a) use http/https to transfer serialized objects - jdk-compatibility issues b) use http/https to transfer command-strings (sort of roll your own serialization, but simplified -

RE: Configuring Omondo UML .jar in Eclipse.

2004-02-12 Thread Jesse Alexander (KAID 11)
I think that is a bit OffTopic The eclipse.org website has also its support-structures. hth Alexander PS: every now and then I ask myself whether the visit in the search-engines should not be made mandatory... The old RTFM might be changed to STFW (SearchTheFuckingWeb) -Original

RE: Struts and Internationalization

2004-02-10 Thread Jesse Alexander (KAID 11)
I think even the simplest example (comes with Struts) has the resource bundle in it... Else try to google for 'Struts' and 'sample' and you end up at http://struts.sf.net/ hth Alexander -Original Message- From: Samyukta Akunuru [mailto:[EMAIL PROTECTED] Sent: Dienstag, 10. Februar 2004

RE: Back to the originating screen...

2004-02-09 Thread Jesse Alexander (KAID 11)
'].location.reload(); parent.frames['applicationFrame'].frames['mensajes'].location.reload(); parent.frames['applicationFrame'].frames['menu'].location.reload(); parent.frames['applicationFrame'].frames['main'].location.reload(); //-- /script Saludos. Guillermo. -Original Message- From: Jesse Alexander

RE: Back to the originating screen...

2004-02-09 Thread Jesse Alexander (KAID 11)
=about:blank NAME=hiddenFrame SCROLLING=NO BORDER=0 noresize /FRAMESET /HTML Saludos Guillermo. -Original Message- From: Jesse Alexander (KAID 11) [mailto:[EMAIL PROTECTED] Sent: Lunes, 09 de Febrero de 2004 05:45 a.m. To: 'Struts Users Mailing List' Subject: RE: Back to the originating screen

Back to the originating screen...

2004-02-06 Thread Jesse Alexander (KAID 11)
Hi I need a hint on how to return always to the originating action preserving all input-parameters to that originating action... problem: From any screen in my application the user is allowed to change the language of the UI. He should be immediately presented the same screen

RE: Back to the originating screen...

2004-02-06 Thread Jesse Alexander (KAID 11)
- De: Jesse Alexander (KAID 11) [mailto:[EMAIL PROTECTED] Enviado el: viernes, 06 de febrero de 2004 16:07 Para: 'Mailing List [EMAIL PROTECTED]' Asunto: Back to the originating screen... Hi I need a hint on how to return always to the originating action preserving all input-parameters

RE: Back to the originating screen...

2004-02-06 Thread Jesse Alexander (KAID 11)
persistency-related tasks. Say: saveNewProduct. Hth, Freddy. -Mensaje original- De: Jesse Alexander (KAID 11) [mailto:[EMAIL PROTECTED] Enviado el: viernes, 06 de febrero de 2004 16:07 Para: 'Mailing List [EMAIL PROTECTED]' Asunto: Back to the originating screen... Hi I need a hint on how

RE: Global Variable - SetupServlet

2004-02-05 Thread Jesse Alexander (KAID 11)
Well, you do not seem to copy the register-object. Therefor you basically address the same object via the servlet-context AND the request. That means that everything you do with the object addressed in request1, you do to the object you have in the servlet context. Then you fetch that global

RE: How to export the html table contents (records) to an Excel f ile.

2004-02-04 Thread Jesse Alexander (KAID 11)
Hi, three choices: - export the stuff to a CSV (comma separated value) file. Excelt usually reads that stuff perfectly - do not need any further libraries - does not support formatting of the data from the server side - use POI (http://jakarta.apache.org/poi/) - exports real excel-files

RE: Accessing ActionForm from Servlet (was: Pajes + Struts)

2004-02-04 Thread Jesse Alexander (KAID 11)
Well it is also allowed to produce the output in the Action. Maybe it would be easier to call Pajes from the Action, stream the result into the response.out and return a null-ActionForward. hth Alexander -Original Message- From: Hubert Rabago [mailto:[EMAIL PROTECTED] Sent: Mittwoch,

RE: StrutsEJB

2004-01-30 Thread Jesse Alexander (KAID 11)
Google for strutsejb and feel lucky... - https://strutsejb.dev.java.net/ hth Alexander -Original Message- From: Far Naq [mailto:[EMAIL PROTECTED] Sent: Freitag, 30. Januar 2004 07:42 To: Struts Users Mailing List Subject: Re: StrutsEJB Hi, i want to develop a solution using Struts

RE: constant url

2004-01-27 Thread Jesse Alexander (KAID 11)
use ssl or create an outer html-doc containing one frame in that frame call your struts-application. In the address-field of the browser you will only see the url with which you call the outer html-doc... Still leaves you vulnerable to a skilled hacker, but protects the url from tha standard

RE: A new book on Struts

2004-01-23 Thread Jesse Alexander (KAID 11)
what about a link where to find the book and the sample chapter? thanks Alexander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Freitag, 23. Januar 2004 06:26 To: [EMAIL PROTECTED] Subject: A new book on Struts ObjectSource Publications has published Struts

RE: Unit Test in struts

2004-01-23 Thread Jesse Alexander (KAID 11)
not true. I've seen web-apps that use strictly html (not a line of JavaScript) and look very dynamic and responsive (one app reports its users are more happy with the html-version than with the smalltalk fat client solution (with the same functionality)). Unfortunately these apps are company

RE: [POLL] Your PSE? Struts, Tomcat, Java, Apache, SSL, mod_jk, e tc.. .

2004-01-22 Thread Jesse Alexander (KAID 11)
current: WebLogic 6.1.5 from webserver to appserver future: WebLogic 8.1 -Original Message- From: Viggio, Alex [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 21. Januar 2004 22:45 To: 'Struts Users Mailing List' Subject: [POLL] Your PSE? Struts, Tomcat, Java, Apache, SSL, mod_jk, etc.. . A

RE: [OT] Struts and its economic efficiency

2004-01-21 Thread Jesse Alexander (KAID 11)
hi, googling for struts.ppt resulted in this link: http://www.vw.vccs.edu/bussci/Spring2003/Wolff/struts.ppt This could be it, but I do not exactly know. In the first page there is a strutskickstart-logo... hth Alexander -Original Message- From: Matthias Wessendorf [mailto:[EMAIL

RE: [ANNOUNCE] Providers: Select solutions

2004-01-20 Thread Jesse Alexander (KAID 11)
Hi, correct the web.xml The error-message is quite clear... regards Alexander -Original Message- From: Shishir K. Singh [mailto:[EMAIL PROTECTED] Sent: Dienstag, 20. Januar 2004 02:43 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: [ANNOUNCE] Providers: Select solutions

RE: [OT] Oldest Language

2004-01-09 Thread Jesse Alexander (KAID 11)
nope... - Bytecode (also maschine code) Assembler is already an abstraction on that... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 8. Januar 2004 20:45 To: Struts Users Mailing List Subject: Re: [OT] Oldest Language Wouldnt it be assembly for