RE: sending emails from a struts app

2004-05-18 Thread Matthias Wessendorf
daniel, perhaps here are some more ideas for you: http://jakarta.apache.org/commons/sandbox/email/ Cheers, Matze > -Original Message- > From: Daniel Perry [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 18, 2004 6:55 PM > To: Struts Users Mailing List > Subject: RE: sending emails from a

RE: ActionErrors and the example code

2004-05-20 Thread Matthias Wessendorf
hi christopher, if i understand you right, you watch RegistrationForm.java note, that this class extends ValidatorForm and not ActionForm. ActionForm.validate() returns NULL ValiForn.validate() returns an ActionErros-Objekt (see CVS-code): http://cvs.apache.org/viewcvs.cgi/jakarta-struts/src/sh

RE: LOGIC:INTERATE

2004-05-21 Thread Matthias Wessendorf
is this for creating a html-table? look to http://displaytag.sourceforge.net/ they are cool! (they "generate" html-table-stuff and iterate over collection...) cheers, > -Original Message- > From: Teixeira, Jorge (Informaker) > [mailto:[EMAI

RE: message resource problems

2004-05-26 Thread Matthias Wessendorf
try something like this: in WEB-INF/classes/net/wessendorf/ there must be a file called -ApplicationResources.properties (default_file) you can add files with names like thiS: -ApplicationResources_en_US.properties ... Cheers, > -Original Message- > From: ksitron [mailto:[EMAIL PROTEC

RE: validator.xml usage

2004-06-01 Thread Matthias Wessendorf
Did you got i work? DynaValidatorActionForm is for PATH-attribute of so edit /Action in validation.xml like: validation.xml == -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 01, 2004 10:29 PM > To: [EMAIL PR

RE: validator.xml usage

2004-06-01 Thread Matthias Wessendorf
type="org.apache.struts.validator.DynaValidatorActionForm"> try type="org.apache.struts.validator.DynaValidatorForm"> because of ---> for ACTIONform you must (in validation.xml) -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 01, 20

RE: Struts Tag Library

2004-06-02 Thread Matthias Wessendorf
Srini, i recommend to look at displaytag --> http://displaytag.sf.net they work together with struts. Cheers, > -Original Message- > From: Srinivasa Jagannadh Gade [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 02, 2004 1:54 AM > To: [EMAIL PROTECTED] > Subject: Struts Tag Library >

RE: Dynamic validation and dates

2004-06-03 Thread Matthias Wessendorf
usage in validation.xml: datePattern MM/dd/ API of Validator-Framework said (FieldChecks.validateDate() of org.apache.struts.validator-package): Checks if the field is a valid date. If the field has a datePattern variable, that will be used t

Mail not delivered messages

2004-06-03 Thread Matthias Wessendorf
hi, after a post i got mail from: [EMAIL PROTECTED] [EMAIL PROTECTED] that the messages is undeliverable anyone able, to delete them from list? -- Matthias Weßendorf Aechterhoek 18 D-48282 Emsdetten Email: matthias AT wessendorf DOT net URL: http://www.wessendorf.net

[OT?] Testing with Fit

2004-06-07 Thread Matthias Wessendorf
hi, did anyone played with FIT (FrameworkForIntegratedTest) http://fit.c2.com/ for (struts-) acceptance test? Cheers, Matthias - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Front Controller?

2004-06-07 Thread Matthias Wessendorf
And note, that there is a *new* Processor-Clazz in /contrib, which implements http://jakarta.apache.org/commons/sandbox/chain/ Cheers! > -Original Message- > From: Amleto Di Salle [mailto:[EMAIL PROTECTED] > Sent: Monday, June 07, 2004 6:53 PM > To: 'Struts Users Mailing List' > Subject

RE: [OT] A first look at Spring vs Struts

2004-06-15 Thread Matthias Wessendorf
Rick, i didn't tryed it myself on production (only runing the examples) but with jsf-spring-bridge, you are able to use JSF and its taglib in spring. here it goes: http://jsf-spring.sourceforge.net/ Cheers, Matthias > -Original Message- > From: Rick Reumann [mailto:[EMAIL PROTECTED] >

RE: Newbie: Using Struts with JAAS?

2004-06-16 Thread Matthias Wessendorf
Hi Adam, in tomcat 4.1.X there is an application (admin) that is based upon JAAS and struts. it uses MemoryRealm to identify the users. (a file "tomcat-users.xml" in $TOMCAT_HOME/conf) watch WEB.XML (for security-rules) and login.jps in $TOMCAT_HOME/server/webapps/admin there is also a simple l

RE: can i have multiple struts-config.xml

2004-06-16 Thread Matthias Wessendorf
hi, without *blanks* config /WEB-INF/struts-config.xml,/WEB-INF/a.xml,/WEB-INF/b.xml or modules (e.g. supplier, customer...): config /WEB-INF/conf/struts-default.xml config/module1 /WEB-INF/conf/struts-module1.xml > -Original Mes

RE: Integrating displaytag with struts

2004-06-18 Thread Matthias Wessendorf
Hari, i have an action.clazz that "loads" a collection and adds the coll to request under key "myCollection" after that it forwards to a jsp here is my *simple* jsp.file <%@ taglib uri="/WEB-INF/displaytag-12.tld" prefix="display" %> note, you are now albe (with requestURI) to stor

RE: how do i get members of DynaActionForm inside Action Class

2004-06-22 Thread Matthias Wessendorf
execute(...){ DynaActionForm myForm = (DynaActionForm) form; myForm.get("property"); Cheers, > -Original Message- > From: Asim Ghosh [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 22, 2004 11:30 AM > To: [EMAIL PROTECTED] > Subject: how do i get members of DynaActionForm inside Actio

RE: Treeview - Frameless Layout in struts

2004-06-23 Thread Matthias Wessendorf
perhaps you might look at this http://www.guydavis.ca/projects/oss/tags/ cheers, > -Original Message- > From: Yadav, Ganesh [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 23, 2004 6:22 PM > To: Charles Cordingley ; Christopher Marsh-Bourdon ; > [EMAIL PROTECTED]; David Friedman ; >

RE: tag in Struts-Faces

2004-06-25 Thread Matthias Wessendorf
Do you get any exceptions on submitting a form? regards, > -Original Message- > From: Josh Porter [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 24, 2004 11:37 PM > To: [EMAIL PROTECTED] > Subject: tag in Struts-Faces > > > I am trying to develop a web application using Struts, Tile

RE: tag in Struts-Faces

2004-06-25 Thread Matthias Wessendorf
gt; at > com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(Express > ionEvaluatorImpl.java:243) > at > com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:173) > ... 53 more > > > > Matthias Wessendorf wrote: > > >Do you

RE: Newbie question re. CSS and Struts

2004-06-26 Thread Matthias Wessendorf
Jan, take a look at http://displaytag.sf.net that taglib builds nice html-tables you can you it with struts. Cheers, > -Original Message- > From: Jan Behrens [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 26, 2004 2:16 PM > To: 'Struts Users Mailing List' > Subject: Newbie question

RE: [OT] Sending multipart alternative emails (HTML and text)

2004-06-28 Thread Matthias Wessendorf
Robert, perhaps you may look at: http://jakarta.apache.org/commons/sandbox/email/ there is allready an implemented multipartemail.clazz i used them successfully in my application. they are easy to use, you are *free* from the java-mail-api Cheers, matthias > -Original Message- > From:

RE: dynamic forms

2004-06-29 Thread Matthias Wessendorf
Xavier, did you looked at: http://wiki.apache.org/struts/StrutsCatalogMappedBeans all properties are stored in a map. cheers, > -Original Message- > From: Xavier Noria [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 29, 2004 12:09 PM > To: [EMAIL PROTECTED] > Subject: dynamic forms >

RE: dynamic forms

2004-06-29 Thread Matthias Wessendorf
and that one http://jakarta.apache.org/struts/faqs/indexedprops.html there is described how to create a "dynamic" form based on indexed-properties: like that: Submit Changes Hope that helps > -Original Message- > From: Xavier Noria [mailto:[EMAIL PROTECTED] > S

RE: exception when I run struts application on JBoss

2004-07-05 Thread Matthias Wessendorf
look in your web.xml struts need this: /WEB-INF/struts-config.xml action org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml ... > -Original Message- > From: Asim Ghosh [mailto:[EMAIL PROTECTED] > Sent: Monday, July 05, 2004 9:25

RE: Struts-faces2.war do not run with BEA Weblogic 8.1SP1

2004-07-05 Thread Matthias Wessendorf
> Yes, I`ve done this. Not directly, but I`ve unzipped the > war-file and zipped after copying the three-jsf-jars into > (jsf-api.jar, jsf-impl.jar, jstl.jar). Though it`s not running. Hi i guess you need standard.jar too see jsf-deployment-guide: http://java.sun.com/j2ee/javaserverfaces/docs/De

RE: Struts-faces2.war do not run with BEA Weblogic 8.1SP1

2004-07-05 Thread Matthias Wessendorf
Michael, on my website, there is an hello-world with tiles, struts, jsf www.wessendorf.net (follow the link of "java forum stuttgart") if there are any problems in it, please let me know... i run it in tomcat4.1.X which is a j2ee-1.3-webcontainer as well Cheers, > Because the EL-package is

RE: [OT] Session facade

2004-07-07 Thread Matthias Wessendorf
yes it should be a SessionEJB however, if you are new to EJB look here, for generating EJBs http://xdoclet.sf.net and a Xdoclet-Petstore-Sample http://xpetstore.sf.net and Struts and EJBs http://developers.sun.com/events/techdays/codecamps/ THE LINK: Struts and Core J2EE Patterns Together De

RE: Application Resources application.properties

2004-07-08 Thread Matthias Wessendorf
in Action: getResources(javax.servlet.http.HttpServletRequest request) or getResources(javax.servlet.http.HttpServletRequest request, java.lang.String key) first for default some think like this: -->ApplicationResources.properties second, when you provide a key for alternative Bundles. -

RE: Theoretical debate

2004-07-09 Thread Matthias Wessendorf
> JSF takes care of conversion > problems, and redisplay in case of conversion errors, for you. indeed, converters are a BIG-plus in JSF the DateTimeConverter allows you to use java.util.Date in a BackingBean. enter in textfield: 12/06/2004 and java.util.Date got created... on the other s

FW: FW: HELP FROM THE ADMINISTRATOR re: Brian Husted not available

2004-07-09 Thread Matthias Wessendorf
r me. This time, I've removed [EMAIL PROTECTED], which I assume is the subscribed address that's causing the problem. -- Martin Cooper On Fri, 9 Jul 2004, Matthias Wessendorf wrote: > +1 > > since this mail comes up since days... or weeks? > > regards, > > -Ori

RE: [ANN] Struts 1.2.1 (Beta) Released

2004-07-11 Thread Matthias Wessendorf
thanks for that, i used them since 1.2.0 with Validator 113 however, let me please ask, whats with ActionErrors: "Although not removed, in many cases you should replace the deprecated ActionErrors with the preferred ActionMessages to ensure correct operation." in my custom validators i still use

RE: Initialization stuff

2004-07-13 Thread Matthias Wessendorf
Perhaps you can write a Plugin that is the way how tiles and Validator gets init. http://struts.apache.org/api/org/apache/struts/action/PlugIn.html regards > -Original Message- > From: Martin I. Levi [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 13, 2004 1:47 PM > To: Struts Users Ma

RE: logic:iterate fails on (large) collection

2004-07-13 Thread Matthias Wessendorf
only a quick hint. did you look into displaytags ? -->http://displaytag.sourceforge.net/ i usem them for iterating. since they create HTML as well hope it helps (abit...) > -Original Message- > From: Trygve Hardersen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 13, 2004 2:25 PM >

RE: JSF vs Struts

2004-07-18 Thread Matthias Wessendorf
personaly i like the jsf-guys for tables (, ) there is NO need for adding table-specific-html (eg. ) during the loop, like ... see http://www.exadel.com/tutorial/jsf/jsftags-guide.html#column and http://www.exadel.com/tutorial/jsf/jsftags-guide.html#panel same with display-tag (http://display

RE: JSF vs Struts

2004-07-19 Thread Matthias Wessendorf
Rick, cocoon is able to *render* flash as well, http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/serialization/SWF Serializer.html perhaps you got some ideas on this clazz regards, > -Original Message- > From: Rick Reumann [mailto:[EMAIL PROTECTED] > Sent: Monday, July 19, 2004

RE: jsf-developers -- new Yahoo group

2004-07-22 Thread Matthias Wessendorf
Oswald, whats with MyFaces-Mailing-Lists`? MyFaces is in move to become an Apache-Project (http://www.mail-archive.com/[EMAIL PROTECTED]/msg03402.html) (http://wiki.apache.org/incubator/MyFacesProposal) so perhaps you will find more on : http://sourceforge.net/projects/myfaces hope that helps y

[OT] CreditCard-Validator

2004-07-28 Thread Matthias Wessendorf
Hi, i looked at TestCase for Commons-CreditCardValidator and saw '4417123456789113' as a valid Visa-# CreditCardValidator uses the luhn-algorithm. however, is anyone using CreditCardValidator on a production-system? or do you use third-party validation for that. Regards, Matthias Weßendorf Aec

RE: JSF with tiles

2004-08-01 Thread Matthias Wessendorf
Ron, the MyFaces-OpenSource-JSF-Implementation has an optional ViewHandler-clazz for Tiles. Get it from CVS build it on your own and watch the tiles-example. (http://myfaces.org) Btw. MyFaces is now in Apache Incubator and the next releas 1.0.6-beta comes next week, i guess. so then a bin-version

RE: Plugin struts validator framework to JSF

2004-08-12 Thread Matthias Wessendorf
Hi, the MyFaces-JSF-Impl. (http://myfaces.org) uses some Validator-rules for its custom-validators. but you can also use client-side validation in JSF via Commons-Validator. The CoreJSF-Book tells you examples on it. Hope it helps. Regards, Matthias > -Original Message- > From: Prasad

RE: Newbie Validator Basic Configuration

2004-08-21 Thread Matthias Wessendorf
DynaValidatorActionForm is for forms, that contain more than *one* page (like a wizzard or a poll) in validation.xml you must enter on name attribute the PATH of the action -> name="/submit1"... but I guess you want a Validator for a single page so use DynaValidatorForm now in vali.xml you must

forwardPattern in -XML-Element

2004-08-24 Thread Matthias Wessendorf
Hi folks, just a question on forwardPattern of . Perhaps i missed something. Default value is $M$P, which means, module and path. so what would be a good example of changing this behavior? Regards, Matthias -- Matthias Weßendorf Email: matthias AT wessendorf DOT net URL: http://www.wessendorf.n

RE: Struts 1.2 - ActionForm.validate(...)

2004-08-25 Thread Matthias Wessendorf
ErroR is deprecated. Errors not ... http://struts.apache.org/api/org/apache/struts/action/ActionError.html http://struts.apache.org/api/org/apache/struts/action/ActionErrors.html how ever, on bugzilla there is a discussion on that :) http://issues.apache.org/bugzilla/show_bug.cgi?id=29679 > ---

RE: Design patterns used in Struts

2004-08-30 Thread Matthias Wessendorf
> 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 ;-)) yes, think so too. but Antony, if you use Tiles, then you have "CompositeView"-Pattern too. look at: http://www.corej2e

RE: [OT] Funny phone call from my Dad:)

2004-09-01 Thread Matthias Wessendorf
:) have you never asked yourself the same ?!? ;-) > -Original Message- > From: Rick Reumann [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 01, 2004 4:09 PM > To: Struts Users Mailing List > Subject: [OT] Funny phone call from my Dad:) > > > This should give most of you a good

RE: ActionForm.validate() Help

2004-09-01 Thread Matthias Wessendorf
hi, I use this in ActionForms: public ActionErrors validate(ActionMapping mapping, HttpServletRequest request) { ActionErrors errors = new ActionErrors(); if( (this.nachname==null) || (this.nachname.length()<1) )

RE: PDF & Email

2004-09-02 Thread Matthias Wessendorf
for email / javamail see http://jakarta.apache.org/commons/sandbox/email/ PDF: apache FOP --> http://xml.apache.org/fop/ regards, > -Original Message- > From: CRANFORD, CHRIS [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 02, 2004 1:59 PM > To: '[EMAIL PROTECTED]' > Subject: PD

RE: PDF & Email

2004-09-02 Thread Matthias Wessendorf
you only use setter-methods for clazz Email / simpleEmail and so one... see: SimpleEmail email = new SimpleEmail(); email.setHostName("mail.myserver.com"); email.addTo("[EMAIL PROTECTED]", "John Doe"); email.setFrom("[EMAIL PROTECTED]", "Me"); email.setSubject("Test message"); email.setMsg("This

RE: PDF & Email

2004-09-02 Thread Matthias Wessendorf
l.setMsg("Here is the picture you wanted"); // add the attachment email.attach(attachment); // send the email email.send(); > -Original Message- > From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 02, 2004 2:21 PM > To: 'Stru

RE: Rapid Application Development

2004-09-02 Thread Matthias Wessendorf
Nitrox, there exists a preview-video, look cool, very cool. > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Siggelkow > Sent: Thursday, September 02, 2004 4:40 PM > To: [EMAIL PROTECTED] > Subject: Re: Rapid Application Development > > > Well, I haven't us

RE: Muiltiple resource files,

2004-09-06 Thread Matthias Wessendorf
define yours in struts-config.xml in Action.clzz: MessageResources sqlResources = getResources(request,"sql"); btw. keep in mind that Action's job should not be accessing databases: http://struts.apache.org/faqs/database.html Regards, Matthias > -Original Message- > From: Ruben Cepe

RE: Data Sources

2004-09-06 Thread Matthias Wessendorf
will be removed in Struts 2.X (aka Jericho) see: http://struts.apache.org/faqs/database.html and Wiki for Struts2.X: http://wiki.apache.org/struts/StrutsJericho Hope that helps you. Regards, Matthias > -Original Message- > From: Tom Holmes Jr. [mailto:[EMAIL PROTECTED] > Sent: Monday,

RE: Offtopic: Best book J2EE Design patterns

2004-09-09 Thread Matthias Wessendorf
Or you may look at one of that: http://www.springframework.com/books/ Matthias > -Original Message- > From: Hari Haran [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 09, 2004 10:44 AM > To: Struts Users Mailing List > Subject: Re: Offtopic: Best book J2EE Design patterns > > >

RE: [OT] Java Charting API's

2004-09-09 Thread Matthias Wessendorf
look http://cewulf.sf.net Matthias > -Original Message- > From: Seaman, Sloan [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 09, 2004 2:49 PM > To: 'Struts Users Mailing List' > Subject: [OT] Java Charting API's > > > Sorry to go off topic, but can anyone suggest a good free >

RE: Still: Blank pages after three submits

2004-09-14 Thread Matthias Wessendorf
Karsten, Craig added just this statement to http://issues.apache.org/bugzilla/show_bug.cgi?id=30696 Fixing this is going to require someone to provide a reproducible test case that always causes the problem, so that it can be debugged. It's almost impossible for me to deal with problems that d

RE: write bean without propertys with primitve Datatypes

2004-09-14 Thread Matthias Wessendorf
Claudia, will help, btw. do you know the nested-taglib of struts? Regards, Matthias > -Original Message- > From: Claudia Woestheinrich [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 14, 2004 10:43 AM > To: [EMAIL PROTECTED] > Subject: write bean

FW: [Myfaces-develop] [FYI] Nirvana - HTML2JSF converter

2004-09-17 Thread Matthias Wessendorf
FYI Regards, Matthias -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Takashi Okamoto Sent: Friday, September 17, 2004 6:23 PM To: [EMAIL PROTECTED] Subject: [Myfaces-develop] [FYI] Nirvana - HTML2JSF converter Hi, I would like you to inform Nirvana w

RE: JSF+Tiles+Struts

2004-09-20 Thread Matthias Wessendorf
Hi Kumar, the struts-faces-lib contains a sample on that. it is important to have this in struts-config: Struts-FAces shippes a RequestProcessor, which is designed to work with JSF. On http://www.apache.org/~matzew/ you could also find a ZIP, that contains: -presentation Struts vs. JSF /ger

RE: Sample Application on Struts+Tiles+JSF

2004-09-20 Thread Matthias Wessendorf
The struts-faces-lib contains two samples of Struts and JSF one without Tiles; the other with Tiles get it from here (nightly builds): http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/ Note, it includes *no* JSF-related JAR. You must add all Jars, that are required by MyFaces or S

RE: JSF and Struts Integration

2004-10-13 Thread Matthias Wessendorf
Craig, > With Creator (which has nice support for consuming web > services), I used Google's published API for doing searches > via a SOAP request to build a little demo program -- with the > text field for the query string, and the results table, on > the same page. I only wanted to display

[article] JavaServer Faces (JSF) vs Struts

2004-10-18 Thread Matthias Wessendorf
Hi list, this weekend I found this *interessting* article on Struts and JavaServer Faces. http://www.sys-con.com/story/?storyid=46516&DE=1 Perhaps it is helpful for somebody of you guys. Greetings, Matthias -- Matthias Weßendorf Aechterhoek 18 DE-48282 Emsdetten Germany Email: matthias AT wess

RE: Scriptlets in JSF tag attribute

2004-10-20 Thread Matthias Wessendorf
it is not possible, only JSF expressions (e.g. #{bean.property}) or plain (e.g. "foo") since all attributes have in tld-files: false JSF-EL is able to look for example in application, session or request scope (and some other things more) the SPEC for more (Chapter 5.3.1.2 Default VariableResolver

RE: use strutsed jsp as email template ?

2004-10-20 Thread Matthias Wessendorf
Hi, on commons-dev there was at begin of October a discussion in Commons Email project and Velocity templates. Perhaps you could benefit from that mails (I have no details in my mind, only the happend discussion) Regards, Matthias > -Original Message- > From: Hubert Rabago [mailto:[EMAIL

struts-faces - problems ?

2004-04-02 Thread Matthias Wessendorf
hi, perhaps anyone is using the lib too and had solved my problems (mailed it also to dev-list...) i am using the struts-faces.jar. i have noticed two 'behaviors'. 1. first i have this base-tile: i use it in that way, that i use JSF-UI-Components and action-formbean-

RE: Struts with Cocoon

2004-04-02 Thread Matthias Wessendorf
hi, did you take a look at: http://it.cappuccinonet.com/strutscx/index.php (Struts with XSLT (never used it on my own) or http://struts.sourceforge.net/struts-cocoon/index.html (also never used it on my own ... ;-)) but perhaps you got some ideas on that. Cheers! Matthias -Original Message

RE: validation.xml

2004-04-07 Thread Matthias Wessendorf
did you subclass from ValidatorForm instead of ActionForm ? cheers -Original Message- From: Zakaria khabot [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 12:56 PM To: Struts Users Mailing List; Struts Developers List Subject: validation.xml Hi all, How to call the validator

RE: DynaBeans with struts faces [Was Right Back in My Struts Face]

2004-04-09 Thread Matthias Wessendorf
Hi Joe, the thing with was noticed in the "online" release-notes that where shiped with the beta.(not more online, i guess) In Early_Access_X there where the -Tag. however, you must add the following to struts-cfg.xml: note, i use the tiles-candidate for supporting tiles in my jsf-sturts-

RE: DynaBeans with struts faces [Was Right Back in My Struts Face]

2004-04-09 Thread Matthias Wessendorf
Hi Joe, the thing with was noticed in the "online" release-notes that where shiped with the beta.(not more online, i guess) In Early_Access_X there where the -Tag. however, you must add the following to struts-cfg.xml: note, i use the tiles-candidate for supporting tiles in my jsf-sturts-

RE: DynaBeans with struts faces

2004-04-09 Thread Matthias Wessendorf
Joe, can you provide some code ? btw. i would use -Tag for "forEach" in JSF and for rendering like this: note with you can "group" components logicaly. dataTable has a "footer" and a "header" it renders and for a HTML-Table and look at

RE: how to use JSF tree control in a Struts application?

2004-04-14 Thread Matthias Wessendorf
Hi, did you look into struts-faces there are two examples(one with tiles) the jsps are all with JSF-"Tags" and there is a -Componentent, the public String method(){ } call a struts-action (on ExternalContext.dispatch) i hope/guess you mean that. cheers, Matthias PS: three backingBeans are

RE: EJB+STRUTS Architecture

2004-04-15 Thread Matthias Wessendorf
Harikrishnan, here are two links. one from sun it shows howto use j2ee-patterns with struts http://developers.sun.com/events/techdays/codecamps/ (the third element in page) the other is an opensource-project, called 'StrutsEJB' https://strutsejb.dev.java.net/ Cheers, matthias > -Original Me

RE: Problem with Data Source Definition

2004-04-19 Thread Matthias Wessendorf
Ralf, did you add common-pools.jar http://jakarta.apache.org/commons/pool/ to WEB-INF/lib ? i had a time ago a similar problem, but after that it works cheers, matthias > -Original Message- > From: Ralf Schneider [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 20, 2004 12:40 AM > To

RE: Validator mask boundary matchers don't work

2004-05-11 Thread Matthias Wessendorf
--> Since version 1.1, the regular expression must start with a ^ and end with a $ (see example below). (http://jakarta.apache.org/struts/userGuide/dev_validator.html) > -Original Message- > From: Leonard Sitongia [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 11, 2004 10:55 PM > To: St

RE: convert locamachine serverpath to universal clientpath he can download it and play very very urgent please

2004-05-12 Thread Matthias Wessendorf
please stop spamming... thx btw, old action-clzz of mine, i guess it works still package net.wessendorf.web.struts.actions; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.Outp

RE: Where did Struts-Faces go?

2004-05-10 Thread Matthias Wessendorf
Richard, see this bug-ticket: http://issues.apache.org/bugzilla/show_bug.cgi?id=28668 Ted Husted had uploaded a nightly_build from March,29 cheers, Matthias > -Original Message- > From: Richard Hightower [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 11, 2004 8:45 AM > To: Struts Users

RE: Struts 1.1 ActionForm

2004-05-03 Thread Matthias Wessendorf
Eric, perhaps this is useful for you. http://weblogs.java.net/pub/wlg/964 cheers, matthias > -Original Message- > From: Eric Noel [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 04, 2004 7:35 AM > To: Struts Users Mailing List > Subject: Struts 1.1 ActionForm > > > What is now the reco

[OT] ApacheCon Europe

2005-06-07 Thread Matthias Wessendorf
Hi all, perhaps this question has been asked allready, but let me ask it again... Is anybody in Stuttgart (Germany) at ApacheCon Europe 18->22 July. Thanks, Matthias - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: Struts & JSF.

2005-02-22 Thread Matthias Wessendorf
Sandip, there is a struts-faces-lib that allows you to use JSF UIComponents (Tags) and Action/ActionForm clazzes There is an example in subversion. http://svn.apache.org/viewcvs.cgi/struts/faces/ Also some JSTL Tags are supported. not. But JSF comes up with a that allows you to build dynamic HTML

Re: Is There a Tool for JSF?

2005-03-09 Thread Matthias Wessendorf
Also MyEclipseIDE has support for JSF. -Matthias Bryce Fischer wrote: Caroline Jen wrote: There are many tools that help developing the Struts; for example, EasyStruts, StrutsConsole, StrutsBox. We also have the NitroX, Lomboz, etc. that help debugging. Is there any tool available for JSF? Sun J

Re: Is There a Tool for JSF?

2005-03-09 Thread Matthias Wessendorf
and don't forget to look at http://jamesholmes.com/JavaServerFaces/ ;) Hubert Rabago wrote: Also check out the Products page at jsfcentral.com http://www.jsfcentral.com/products/index.html On Wed, 09 Mar 2005 16:06:12 +0100, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: Also MyEcl

Re: Struts + Ajax + Firefox

2005-03-30 Thread Matthias Wessendorf
I started reading on ajax technology bundle and now I am wondering if anybody knows a *deployable* WAR that demonstrates Struts Actions and *AJAX* :-) -Matthias Stéphane Zuckerman wrote: Joe Germuska a écrit : I don't think this is a problem with Struts, rather with Firefox and its way of handling

Re: Struts + Ajax + Firefox

2005-03-30 Thread Matthias Wessendorf
Ok, thanks! -Matthias Frank W. Zammetti wrote: Actually, I didn't intend for it to be private :) I'm not writing it for any publication in particular, although it could wind up one one somewhere. I'll certainly announce it here when it's done. ---

Re: Struts + Ajax + Firefox

2005-03-30 Thread Matthias Wessendorf
Frank, did you took a look at Struts Flow allready? I just surfed the subproject and saw that AJAX is announced there. Thanks, Matthias Frank W. Zammetti wrote: Actually, I didn't intend for it to be private :) I'm not writing it for any publication in particular, although it could wind up one one

Re: [ANNOUNCE] New Struts PMC Chair - Martin Cooper

2005-03-30 Thread Matthias Wessendorf
Thanks to Craig and congratulations to Martin. +1 on that ;) Niall http://struts.apache.org/announce.html http://struts.apache.org/volunteers.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[Struts Flow] builds

2005-03-31 Thread Matthias Wessendorf
Hi guys, is there a nightly build for [Struts flow] on ASF servers? Thanks, Matthias - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Struts Flow] builds

2005-03-31 Thread Matthias Wessendorf
Ah, ok fine And do you know where the examples are for 0.3? I saw something that includes WARs on *old* SF site Thanks, Matthias Niall Pemberton wrote: http://cvs.apache.org/builds/struts/maven/nightly/ - Original Message - From: "Matthias Wessendorf" <[EMAIL PROTECTED]> T

Re: JSF Articel

2005-04-23 Thread Matthias Wessendorf
http://www-106.ibm.com/developerworks/views/java/libraryview.jsp?search_by=nonbelievers: three of the articles are online! the best stuff currently. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

RE: Hello

2004-10-31 Thread Matthias Wessendorf
What is that?!? I guess not a patch from Craig. since he knows bugzilla... ;-) Regrads, Matthias > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 25, 2004 10:37 AM > To: [EMAIL PROTECTED] > Subject: Hello > > > I hope the patch works. > >

RE: database problem

2004-11-18 Thread Matthias Wessendorf
do you have http://jakarta.apache.org/commons/dbcp/ and http://jakarta.apache.org/commons/pool/ in WEB-INF/lib? Regards, > -Original Message- > From: Nishant [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 18, 2004 2:59 PM > To: Struts Users Mailing List > Subject: database probl

RE: Sending List as a Request Parameter

2004-11-18 Thread Matthias Wessendorf
JavaDoc says: public java.lang.Object getAttribute(java.lang.String name) ... java.util.List l = (java.util.List) getAttribute(...) > -Original Message- > From: Sudip Shrestha [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 18, 2004 5:46 PM > To: [EMAIL PROTECTED] > Subject: Se

RE: good book

2004-11-22 Thread Matthias Wessendorf
here are some books: http://www.springframework.com/books/ > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 23, 2004 5:48 AM > To: 'Struts Users Mailing List' > Subject: good book > > > Hi, > I am newbie, can anybody suggest good book

RE: [OT] quick JSF question.. can it handle nested VOs easily?

2004-11-23 Thread Matthias Wessendorf
Rick, the yahoo group is hosted here: http://groups.yahoo.com/group/jsf-developers/ -Matthias > -Original Message- > From: Rick Reumann [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 23, 2004 9:08 PM > To: Struts Users Mailing List > Subject: Re: [OT] quick JSF question.. can it ha

RE: [OT] quick JSF question.. can it handle nested VOs easily?

2004-11-23 Thread Matthias Wessendorf
And, see http://incubator.apache.org/myfaces/mailinglists.html as a small starter. Best regards, Matthias > -Original Message- > From: Rick Reumann [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 23, 2004 9:08 PM > To: Struts Users Mailing List > Subject: Re: [OT] quick JSF questi

RE: Struts + OJB

2004-11-24 Thread Matthias Wessendorf
Hi, perhaps it is better to ask the ojb-user list? Regards, Matthias > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bikram B Kapoor > Sent: Wednesday, November 24, 2004 9:22 AM > To: [EMAIL PROTECTED] > Subject: Struts + OJB > > > Hi All, > > I am not a newbi

[announcement] JSF RenderKit for WML

2004-12-30 Thread Matthias Wessendorf
The Apache MyFaces Team is happy to announce the availability of a RenderKit for WML. The RenderKit could currently only found at CVS. The next release contains this facility. MyFaces also provides an example web app for demonstrating WML RenderKit. Special THANKS to Jirí Žaloudek. He contributed

RE: UML and Struts

2005-01-18 Thread Matthias Wessendorf
Hi, > To me, that makes a sequence diagram not the most useful way > to "draw" a Struts app's architecture. I think a flowchart > showing the flow from each page to the action that it submits > to, with outbound arrows to the pages that get rendered, > conveys more about the overall structure

RE: UML and Struts

2005-01-18 Thread Matthias Wessendorf
se. > > BR > /Amleto > > P.S.: sorry for my not so good english. > > > -Messaggio originale- > > Da: Matthias Wessendorf [mailto:[EMAIL PROTECTED] > > Inviato: martedì 18 gennaio 2005 19.15 > > A: 'Struts Users Mailing List'; [E