Re: Spring-webflow exception

2007-06-19 Thread Manfred Wolff
-1.0.xsd; default-autowire=byName Does any one have any clue? Thanks ! ps.. does anyone have the source code for the web-flow example ? -- === Dipl.-Inf. Manfred Wolff Software Engineer Fon : +49 421 534522 Fax : +49 421

Re: [ANN] Starting with Struts2 Book

2007-05-27 Thread Manfred Wolff
Unfortunately I get only a message, that the file is damage and cannot be downloaded. Can anybody help me? Manfred Josh Long schrieb: Wonderful contribution! Congratulations! -- === Dipl.-Inf. Manfred Wolff Software Engineer Fon : +49 421 534522

Re: [ANN] Starting with Struts2 Book

2007-05-27 Thread Manfred Wolff
I've fixed it myself. With the internet explorer it was possible to download the book. Manfred Manfred Wolff schrieb: Unfortunately I get only a message, that the file is damage and cannot be downloaded. Can anybody help me? Manfred Josh Long schrieb: Wonderful contribution

Struts 1.3 and maven

2007-03-28 Thread Manfred Wolff
Hi Can somebody tell me, why there is no jar file at ibiblio.org/maven - and - where I can get the jars (via url), if I want to make a maven 1 project with struts 1.3.8? Thanks Manne - To unsubscribe, e-mail: [EMAIL

Re: Struts 1.3 and maven

2007-03-28 Thread Manfred Wolff
Sorry, but there - as in ibiblio - is no 1.3 Struts in the repository. Manne James Mitchell wrote: http://www.apache.org/dev/repository-faq.html -- James Mitchell The Ruby Roundup http://www.rubyroundup.com/ On Mar 28, 2007, at 10:55 AM, Manfred Wolff wrote: Hi Can somebody tell me

Re: Struts 1.3 and maven

2007-03-28 Thread Manfred Wolff
needs them) can see when building the app. The maven repos are nothing more than a file system fronted with a web server. -- James Mitchell The Ruby Roundup http://www.rubyroundup.com/ On Mar 28, 2007, at 11:22 AM, Manfred Wolff wrote: Sorry, but there - as in ibiblio - is no 1.3 Struts

Re: Struts 1.3 and maven

2007-03-28 Thread Manfred Wolff
Maven to use different repositories, so you can easily host your own maven repo on your intranet which I presume that all of the devs could see and may or may not be open to the public. HTH -- James Mitchell On Mar 28, 2007, at 11:34 AM, Manfred Wolff wrote: James. For a project with one

Re: Application setup using Ant

2006-10-13 Thread Manfred Wolff
You can specify e.g. a lib directory with a classpath id. path id=xdoclet.class.path fileset dir=./lib include name=**/*.jar/ /fileset /path In other sections you can reference this id. taskdef name=ejbdoclet classpathref=xdoclet.class.path

Re: Struts Project + Logging

2006-09-14 Thread Manfred Wolff
Just an example: log4j.rootCategory= DEBUG, ConsoleApp, FileMyApp, FileOtherApp log4j.appender.ConsoleApp.threshold=DEBUG log4j.appender.FileApp.threshold=DEBUG #+ # Appender for my application #+

Re: Struts for locale

2006-09-14 Thread Manfred Wolff
See http://struts.apache.org/1.2.9/userGuide/building_view.html#i18n Struts goes mobile: http://strutsme.org Raghuveer wrote: What precautions i need to take for my struts project to be accessed in Canada(French language) and Other Countries(English)

Re: how to dynamically internationalize login page

2006-09-13 Thread Manfred Wolff
leo. Please don't do so. In Struts you can do the language switching with the locale Action. For this you have to provide several resources in the java resourcebundle manner: - provide a file for your message-ressource e.g. resources.properties - provide a file for each language and name it

Re: Forward to the same page

2006-09-08 Thread Manfred Wolff
hi antonio, Try http://www.manfred-wolff.de/struts/articles/HowTo-Back.html. In this solution you can go back and stay where you are for language switching. Manfred Struts goes mobile. See http://www.strutsme.org leo mj wrote: hi antonio, It can be done by using ActionForwards.Also go

Re: Several action in a jsp

2006-09-07 Thread Manfred Wolff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marcello! Of course you can. But only the values of the special form will be submitted and transport via the request. Otherwise you have to collect the values via javascript. Manfred Struts goes mobile. See http://www.strutsme.org Marcello

Re: R: Several action in a jsp

2006-09-07 Thread Manfred Wolff
cannot, for instance, populate fields in the form2 after acquiring data from form1 ? -Messaggio originale- Da: Manfred Wolff [mailto:[EMAIL PROTECTED] Inviato: giovedì 7 settembre 2006 9.18 A: Struts Users Mailing List Oggetto: Re: Several action in a jsp Marcello! Of course you can

Re: about struts.

2006-09-07 Thread Manfred Wolff
Hi. That's a little bit OT. The connection pool should be part of the tomcat configuration (or an other servlet engine). The server.xml may be a good part, better you place a xml into the $CATALINA_HOME/conf/Catalina/localhost folder such as: Context path=/example

Re: Go Back

2006-05-29 Thread Manfred Wolff
Exactly No. 2 does http://www.manfred-wolff.de/struts/articles/HowTo-Back.html Manfred Emilia Ipate wrote: There are 2 ways for doing it: 1. on client side: - use javascript: history.back() or history.go(-1) This solution is very fast because the browser loads the page quite

Re: Struts with Eclipse 3.1

2006-05-25 Thread Manfred Wolff
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- === Dipl.-Inf. Manfred Wolff Software Engineer Fon : +49 421 534522 Fax : +49

Re: struts token

2006-05-19 Thread Manfred Wolff
Yes, you can. The token will be stored in the request. temp temp wrote: Can I use struts token mechanism for an action without a form bean ? Thanks Regards - Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low

Re: struts token

2006-05-19 Thread Manfred Wolff
Hi mr. temp.temp 1. The Action calls saveToken(request); 2. A unique token will be generated and saved in the session and in the jsp as a hidden field. 3. The next action calls |*isTokenValid

Re: Browser Back Button

2006-05-15 Thread Manfred Wolff
for logout: after logout, the back button should not bring back the previous page. looking at that Gmail does. any idea how it is implemented ? -- === Dipl.-Inf. Manfred Wolff Software Engineer Fon : +49 421 534522 Fax : +49 421 4314578 Mobil: +49 173

Re: Browser Back Button

2006-05-15 Thread Manfred Wolff
a documentation? If I have a little time, and no has do so, I will do. Manfred temp temp wrote: Can U suggets me an article which clearly explains using struts tokens mechanisim? Manfred Wolff [EMAIL PROTECTED] wrote: Lixin. I think mostly it is no problem to go back in a struts

Convenient Struts Back Mechanism

2006-02-28 Thread Manfred Wolff
Hi everybody. In 2003 I wrote an article about a possibility to go struts conform back (http://www.manfred-wolff.de/struts/articles-old/HowTo-Back.html). Struts conform means, the request must pass the request-processor. I got so many feedback, that I refactored the solution. It is now

Re: Convenient Struts Back Mechanism

2006-02-28 Thread Manfred Wolff
Fine, but where is the source code? I didn't found it! -Manfred Michael Jouravlev schrieb: On 2/28/06, Manfred Wolff [EMAIL PROTECTED] wrote: - You want to go back and forward in a use case like an installation wizzard. http://www.superinterface.com/wizard/signupWizard.do

Re: Convenient Struts Back Mechanism

2006-02-28 Thread Manfred Wolff
old struts. -Manfred Michael Jouravlev schrieb: On 2/28/06, Dave Newton [EMAIL PROTECTED] wrote: Manfred Wolff wrote: Fine, but where is the source code? I didn't found it! http://www.superinterface.com/easywizard.htm Sometimes it pays to just look at the home page for a demo

Struts and Velocity - example

2006-02-06 Thread Manfred Wolff
Hi. Has anyone a not trivial example of a struts-velocity page with iteration of lists. parameter in links etc. The most things I have collected in the internet, but it were fine, if I get an example that is a little bit difficult. Manfred

Struts 1.3: Arbitary key/value pair

2006-01-06 Thread Manfred Wolff
and in the newest subversion branch (366511) there is no getProperty() method in the Action class. So does anybody know, how to retrieve such a pair von set-properties. Thanks a log Manfred -- === Dipl.-Inf. Manfred Wolff Software Engineer Fon : +49 421 534522 Fax

Re: Struts 1.3: Arbitary key/value pair

2006-01-06 Thread Manfred Wolff
which is the config for Action or FormBeanConfig rather than the ActionForm. Niall - Original Message - From: Manfred Wolff [EMAIL PROTECTED] Sent: Friday, January 06, 2006 4:43 PM Hi everybody. Since Struts 1.3 it is possible to set an arbitary key/value pair to retrieve at runtime

Re: [OT] Re: log4j:WARN No appenders could be found for logger.

2005-10-11 Thread Manfred Wolff
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- === Dipl.-Inf. Manfred Wolff Software Engineer --- http://www.manfred-wolff.de http://www.struts-it.org http://www.unartigen.de

Re: No suitable driver error

2005-10-04 Thread Manfred Wolff
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- === Dipl.-Inf. Manfred Wolff Software Engineer --- http://www.manfred-wolff.de http://www.struts-it.org http

Re: Navigating back to a previous page

2005-08-27 Thread Manfred Wolff
] -- === Dipl.-Inf. Manfred Wolff Software Engineer --- http://www.manfred-wolff.de http://www.struts-it.org http://www.unartigen.de

Strange problem with validator

2005-06-30 Thread Manfred Wolff
* person.name=Name person.vorname=Vorname person.email=E-Mail Adresse person.homepage=Homepage -- === Dipl.-Inf. Manfred Wolff Software Engineer --- http://www.manfred-wolff.de http://www.struts-it.org

Re: Can struts-1.1 support multiple configurations and multiple resources

2005-06-13 Thread Manfred Wolff
] -- === Dipl.-Inf. Manfred Wolff --- phone neusta : +49 421 20696-0 fax neusta: +49 421 20696-99 phone private : +49 421 534522 eFax : +49 1212 6 62663 96533

Re: Can struts-1.1 support multiple configurations and multiple resources

2005-06-13 Thread Manfred Wolff
. (It is just displaying property but not value) Thank you very much --Venkat -Original Message- From: Manfred Wolff [mailto:[EMAIL PROTECTED] Sent: Mon 6/13/2005 1:47 PM To: Struts Users Mailing List Cc: Subject:Re: Can struts-1.1 support multiple

Re: Multiple struts-config.xml

2005-04-11 Thread Manfred Wolff
have using modules. Modules acts as a namespace in this case. -Manfred -- === Dipl.-Inf. Manfred Wolff Software Engineer --- http://www.manfred-wolff.de http://www.struts-it.org

Re: RequestProcessor and ActionServlet

2005-03-15 Thread Manfred Wolff
layer (e.g. business layer). Manfred Rajaneesh wrote: Hi, In struts what is actually the controller portion? (Is it RequestProcessor or ActionServlet?) Regards Rajaneesh === Dipl.-Inf. Manfred Wolff Software Engineer

Re: Struts Business Logic :: Best Practices

2005-03-11 Thread Manfred Wolff
-mail: [EMAIL PROTECTED] -- === Dipl.-Inf. Manfred Wolff Software Engineer --- http://www.manfred-wolff.de http://www.struts-it.org

Re: message-resource help!

2005-03-11 Thread Manfred Wolff
How did you name your ressource-file and on which directory did you place it? Manfred wo_shi_ni_ba_ba wrote: hi folks, I am trying to use error message specified in the application resources I specified the following name=pair: newunit.failure = Failed to create a new {0}: br {1} and then in my

[perhaps OT] Testing Struts App with JNDI Datasouce

2005-03-09 Thread Manfred Wolff
tomcat? Thanks Manfred -- === Dipl.-Inf. Manfred Wolff Software Engineer --- http://www.manfred-wolff.de http://www.struts-it.org

Re: Switching between HTTP and HTTPS

2004-09-15 Thread Manfred Wolff
Antory. I thing sslext is a very good way, if you use mixed HTTP and HTTPS. Unfortunally it is not well documented ;-), but there are less things to do. If you will use it, I can give you an overview, what to do, but not imediately. The roadmap says, that sslext will be integrated in further

Re: Design patterns used in Struts

2004-08-30 Thread Manfred Wolff
Antony. 1. Implementation of the MVC2 Paradigma. 2. Front Controller 3. View Dispatcher 4. Service To Worker. 5. Not complete: Inversion of Control I think thats all ;-)) Manfred Antony Paul wrote: Hi all, Can anyone tell me what are the design patterns used in Struts framework. rgds Antony

Re: I suspect this is a bad idea...so what's a better one?

2004-08-09 Thread Manfred Wolff
Robert Comands are really a good Solution for acting on business logic. See the common-chain framework also. It offers command and chains to access the business logic in different manner. Manfred Robert Taylor wrote: Joe, you could move your business logic to a service layer which also

Re: Jakarta Struts Initial Installed

2004-05-12 Thread Manfred Wolff (neusta)
Andre. javax.servlet.ServletException: Missing message for key welcome.title Thats the reason. You have to put your message keys into a directory that is containing to the classpath. Look your entry in the struts-config.xml (Message-Resources). Manfred Bussie, Andre D wrote: I recently

Re: concurrency in struts

2004-05-10 Thread Manfred Wolff (neusta)
care, that such ressources are either pooled or the access is sychronized. So the message is: In the execute Method don't use global variables but only local variables. This and the parameters are pushed on your stack, that is only in your thread visible. Hope it helps Manfred Wolff Jignesh

Re: Fwd: RE: Problem with LookupDispatchAction and parameter operation

2004-04-13 Thread Manfred Wolff (neusta)
Don't forget the message resource bundle, where the keys button.consult and button.search are defined! Manfred Struts Framework wrote: I hava already this solution, but without sucess. - Segue mensagem encaminhada - De: Sanoj, Antony (IE10) [EMAIL PROTECTED] Data:

Re: can not retrieve action mapping?

2004-04-13 Thread Manfred Wolff (neusta)
Mu. don't define that.do but only /that and evrything will work fine. Be care, that you have described a servlet extension mapping in your web.xml. Manfred Mu Mike wrote: I have this.jsp under the dir /this, it has a form defined like the below form action=/that/that.do ... /form while