Sorry, wrong users list! :-(
dfernandez wrote:
>
>
> Hello,
>
> I have a form with a DropDownChoice, on which "onchange" event I want to
> update some form components. But I need to read data from other fields of
> the form for doing so, and so I added a
Hello,
I have a form with a DropDownChoice, on which "onchange" event I want to
update some form components. But I need to read data from other fields of
the form for doing so, and so I added an AjaxFormSubmitBehavior to the
DropDownChoice.
My intention is to read the data from the drop down an
Ok, my fault (lack of knowledge):
Here it is:
-
IConverter.BigDecimal=Field '${label}' is not a valid number.
-
Regards,
Daniel.
--
View this message in context:
http://www.nabble.com/Changing-default-message-of-type-validation-in-1.4-tp23746191p23775631.html
mgainty wrote:
>
>
> //setting properties in classname-conversion.properties
> # syntax: =
> amount=com.acme.converters.MyCustomBigDecimalConverter
>
> //assigning a Custom Converter class in xwork-conversion.properties
> # syntax: =
> java.math.BigDecimal = com.acme.MyBigDecimalConverter
>
Hello,
I have a form with a input to which I have set type BigDecimal
(setType(BigDecimal.class)), but I want to change the default type
validation message so that it says "'a' is not a valid Number" instead of
"'a' is not a valid BigDecimal.
I have tried setting i18n property "TypeValidator.Bi
.xml fle, Therefore, the archetype
> plugin
> always generates a pom. As the plugin uses archetype archives, the
> archetypes must have at least a pom.xml file.
>
> Just drop a minimal pom.xml file in your archetype.
>
> Regards,
>
> Raphaƫl
>
> 2009/2/23
Hello everyone,
I would like to create a Maven archetype which creates a directory structure
for some new projects, but as these projects will be documentation-only and
no artifact will have to be generated from them, I don't want a pom.xml file
to appear in the generated project at all (in fact