If you leave the descriptions variable set to null and offer a getter,
then XWork will use its own XWorkList which will take care of this for
you.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> news.gmane.org
> Sent: Monday, March 08, 2004 4:26 PM
Hi,
I am trying to do the following for form submission, but I am having trouble
thinking up of how to get the form values into a list object in the model.
Say for instance, I have three text fields, which contains 3 optional
descriptions of a product item. When I press submit, I would like thes
Jason Carreira wrote:
I think the idea is that in the class=".." field in xwork.xml you
actually just put your Spring bean name to reference. The rest of the
xwork.xml file would be the same.
Spot on. Frankly the thought of trying to wire _everything_ up in Spring
makes me shudder because the co
Francisco Hernandez wrote:
so if you define your actions in spring how would you go about defining
the results and interceptor stacks for those actions?
You still use an "xwork.xml" file to define the actions' validators and
results, but rather than using a real class name in the action's "class"
ohh I see now, so now the dependencies can be handled in Spring directly
instead of using the ExternalRefs
Jason Carreira wrote:
I think the idea is that in the class=".." field in xwork.xml you
actually just put your Spring bean name to reference. The rest of the
xwork.xml file would be the sam
Yes, you are right.
thanks
Juergen
-Ursprungliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von
Jason Carreira
Gesendet: Montag, 8. Marz 2004 21:09
An: [EMAIL PROTECTED]
Betreff: RE: [OS-webwork] ww2: i18n
Can't you just do:
<@ww.i18n name="'com.eds.asset.i18n
Tudo para divulgação de sites e homepages. Cadastramento em mecanismos de busca,
email marketing, publicidade online, campanhas online, cadastro de sites, sites
de busca, torne seu site um sucesso:
http://www.gueb.de/divulgueseusite
Tudo para divulgar seu site: Cadastramento em ferramentas de b
Can't you just do:
<@ww.i18n name="'com.eds.asset.i18n.I18n_adminapp'">
(note the single quotes)?
Jason
> -Original Message-
> From: Donnerstag, Juergen [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 08, 2004 2:38 PM
> To: [EMAIL PROTECTED]
> Subject: [OS-webwork] ww2: i18n
>
>
>
>
How to change caracter encode? (charset)
Sample:
ç, â, é = does not appear correctly...
Thanks
Volnei Granado
Munhoz
Programador de
Sistemas Jr.
Unopar -
Coordenadoria de Informática
Visite nosso Portal:
www.unopar.br
May I suggest to extend i18n's functionality. Currently you need
<@ww.i18n name="anyVarReferencingTheBundlesNames">
That seems to me not very obvious. I'd rather like to name the
ResourceBundle like
<@ww.i18n name="com.eds.asset.i18n.I18n_adminapp">
I modified the tag sources as outlined below.
Thanks Jason,
it was using the version beta, the final
version solve the problem.
Volnei Granado
Munhoz
Programador de
Sistemas Jr.
Unopar -
Coordenadoria de Informática
Visite nosso Portal:
www.unopar.br
(43
Which version of WW2 are you using? This was
a bug a while back, but it should not be an issue in 2.0 final... If it is we
need to look at what the problem could be.
-Original
Message-From: Volnei [mailto:[EMAIL PROTECTED] Sent:
Monday, March 08, 2004 11:28 AMTo:
[EMAIL PROTECTE
I'm using a field Date em my action, when I send with "" an error
occurs. "invalid value for field", but this field is not mandatory... type
conversion not allows null?
what do I ?
Volnei Granado
Munhoz
Programador de
Sistemas Jr.
Unopar -
Tonight I will unsubscribe everyone from the old list (SF).
Any message posted there will be forwarded to the new list. Thanks.
Patrick
Title: Message
4.10.2 Required libraries
webwork-2.0.jar
The WebWork
jar
Xwork-1.0.jar
This is the
jar for Xwork, which is the core framework upon which WebWork is
built
commons-logging.jar
This
I guess we could implement our own ResourceBundle which uses the
property files and reloads based on the setting of the config param...
> -Original Message-
> From: Fernando Martins [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 08, 2004 10:56 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [
On Monday 08 March 2004 16:21, Jason Carreira wrote:
> Note that if you set this flag the same check will be done for all
> validation files and conversion property files, although not for text
> bundles (complain to Sun, it's their PropertyResourceBundle).
I needed to have some way of reloading
Create a Jira issue and we'll fix for a future release (maybe 2.0.1)...
> -Original Message-
> From: kiran kumar [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 08, 2004 12:13 AM
> To: [EMAIL PROTECTED]
> Subject: [OS-webwork] WW2.0 + XML Mapping+ HashMap support
>
>
> Hi,
>
> In WW1.
It doesn't actually re-parse the configuration XML file every time. The
ConfigurationManager calls provider.needsReload() on every
ConfigurationProvider to see if that config provider thinks it needs to
reload (so any custom ConfigurationProvider can implement this in its
own way). The XmlConfigura
I will take any section(s) that don't have volunteers, although someone to volunteer
for FreeMarker would be great, since I've never looked at it...
> -Original Message-
> From: Vítor Souza [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 08, 2004 7:08 AM
> To: (Lista) WebWork
> Subject:
The reason you need the Action is to put a TextProvider in the
ValueStack to call getText() against...
I wonder now if we should put a default TextProvider in the root of the
ValueStack when it's created that will just use getDefaultText() and not
try to find any class-specific texts. Then, if yo
I think the idea is that in the class=".." field in xwork.xml you
actually just put your Spring bean name to reference. The rest of the
xwork.xml file would be the same.
> -Original Message-
> From: Francisco Hernandez [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 08, 2004 4:43 AM
> To
Hi,
I have run into issues surrounding xwork and the reloading of classes using hot deploy. My
deployment environment is JBoss, where I am sharing the webwork/xwork libraries between ears (to
keep the ear file size down) and using a separate loader repository for each ear (to keep the
configura
So everyone can read this w/o download and install it - I've
(temporarily) deployed it to my demo server:
http://demo.raibledesigns.com/ww2tutorial
HTH,
Matt
On Mar 8, 2004, at 5:08 AM, Vítor Souza wrote:
Hi all,
As I mentioned in a previous message, I'm working on a WW2
Tutorial. The
g
Hi all,
As I mentioned in a previous message, I'm working on a WW2 Tutorial. The
goal of this is to present a example-oriented documentation for those who
are just getting to know WebWork. I laid out the structure of the tutorial
and now I need volunteers to write text and examples.
The t
I also struggled witn i18n for a while until I decided to use the i18n
interceptor.
The code can be found here:
http://wiki.opensymphony.com/space/Transparent+web-app+I18N
This means all actions are configured to run this interceptor. I also have a
forwardaction to run basic forwards to jsp-pages t
so if you define your actions in spring how would you go about defining
the results and interceptor stacks for those actions?
Simon Stewart wrote:
I've just uploaded a simple implementation of the ObjectFactory to
JIRA that offers support for using Spring to create (and therefore
wire) Actions
27 matches
Mail list logo