RE: [OS-webwork] Setting List Values in model object from form values

2004-03-08 Thread Patrick Lightbody
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

[OS-webwork] Setting List Values in model object from form values

2004-03-08 Thread news.gmane.org
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

Re: [OS-webwork] Spring integration using ObjectFactory

2004-03-08 Thread Simon Stewart
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

Re: [OS-webwork] Spring integration using ObjectFactory

2004-03-08 Thread Simon Stewart
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"

Re: [OS-webwork] Spring integration using ObjectFactory

2004-03-08 Thread Francisco Hernandez
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

AW: [OS-webwork] ww2: i18n

2004-03-08 Thread Donnerstag, Juergen
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

[OS-webwork] Divulgação cadastramento em sites de busca: http://www.gueb.de/divulgueseusite

2004-03-08 Thread Marco Miranda
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

RE: [OS-webwork] ww2: i18n

2004-03-08 Thread Jason Carreira
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 > > > >

[OS-webwork] caracter encode

2004-03-08 Thread Volnei
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

[OS-webwork] ww2: i18n

2004-03-08 Thread Donnerstag, Juergen
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.

Re: [OS-webwork] WW2 Type Conversion..

2004-03-08 Thread Volnei
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

RE: [OS-webwork] WW2 Type Conversion..

2004-03-08 Thread Jason Carreira
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

[OS-webwork] WW2 Type Conversion..

2004-03-08 Thread Volnei
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 -

[OS-webwork] Final day for the old list

2004-03-08 Thread Patrick Lightbody
Tonight I will unsubscribe everyone from the old list (SF). Any message posted there will be forwarded to the new list. Thanks.   Patrick  

RE: [OS-webwork] Webwork dependencies

2004-03-08 Thread Jason Carreira
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

RE: [OS-webwork] XWork, Webwork and reloading xml

2004-03-08 Thread Jason Carreira
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: [

Re: [OS-webwork] XWork, Webwork and reloading xml

2004-03-08 Thread Fernando Martins
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

RE: [OS-webwork] WW2.0 + XML Mapping+ HashMap support

2004-03-08 Thread Jason Carreira
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.

RE: [OS-webwork] XWork, Webwork and reloading xml

2004-03-08 Thread Jason Carreira
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

RE: [OS-webwork] WW2 Tutorial - Call for Volunteers

2004-03-08 Thread Jason Carreira
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:

RE: [OS-webwork] i18n tag (newbie)

2004-03-08 Thread Jason Carreira
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

RE: [OS-webwork] Spring integration using ObjectFactory

2004-03-08 Thread Jason Carreira
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

[OS-webwork] XWork, Webwork and reloading xml

2004-03-08 Thread Craig Raw
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

Re: [OS-webwork] WW2 Tutorial - Call for Volunteers

2004-03-08 Thread Matt Raible
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

[OS-webwork] WW2 Tutorial - Call for Volunteers

2004-03-08 Thread Vítor Souza
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

RE: [OS-webwork] i18n tag (newbie)

2004-03-08 Thread Sakke Wiik
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

Re: [OS-webwork] Spring integration using ObjectFactory

2004-03-08 Thread Francisco Hernandez
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