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
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
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
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
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
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
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
>
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
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
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]
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
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]
>
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
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
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
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
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 ;
>
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
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
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
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:
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
>
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
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
> 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
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
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
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.
-
> 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
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
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
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
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
>
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
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
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
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
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
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
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
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
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
> ---
> 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
:)
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
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)
)
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
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
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
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
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
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,
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
>
>
>
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
>
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
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
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
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
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
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
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
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
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
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-
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
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
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-
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-
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
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
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
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
--> 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
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
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
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
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
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
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
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
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
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.
---
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
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
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]
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
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
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.
>
>
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
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
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
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
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
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
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
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
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
96 matches
Mail list logo