Re: ognl can't handle converting from string to float?

2010-02-10 Thread Cimballi
Frankie, here it works also with "0.0" entered in the UI. Cimballi On Wed, Feb 10, 2010 at 11:32 AM, BlackKnight wrote: > Hi Cimballi, > > >  Have you tried to set latitude = 0f (in java class) or  0.0 in the web > textfield and then submit the form? > >  I debuged the source code and I believe

Re: ognl can't handle converting from string to float?

2010-02-10 Thread BlackKnight
Hi Cimballi, Have you tried to set latitude = 0f (in java class) or 0.0 in the web textfield and then submit the form? I debuged the source code and I believe there is a bug in ongl when handling float value 0, Of course when the value is not 0f, ognl can handle converition from str

[Struts 2.1.8] Has struts a problem with using own converts on nested beans?

2010-02-10 Thread Michael Obster
Hi, does Struts2 has a problem using own converters on nested beans? I created a file with -conversion.properties with following content: order.orderPart.property=de.eposcat.xyz.converter.MyOwnConverter When the action is running the converter is not called (sysout for testing on both conver

Re: package com.opensymphony.xwork2 does not exist

2010-02-10 Thread Siddiq Syed
Make sure your struts JAR is in the Classpath of your project. From: swathi reddy To: Struts Users Mailing List Sent: Wed, February 10, 2010 6:07:38 AM Subject: package com.opensymphony.xwork2 does not exist Hi when i taken struts2blank2.0.14 files in and co

Re: How struts2 supports "optgroup"?

2010-02-10 Thread Felipe Lorenz
Im sory, but the example at http://struts.apache.org/2.1.8.1/docs/optgroup .html is very simple. Dont have a real example... But anyway... Im trying to use s:optgroup without success.. Here is how I did without struts tag: "> "> And her

package com.opensymphony.xwork2 does not exist

2010-02-10 Thread swathi reddy
Hi when i taken struts2blank2.0.14 files in and compiled no problem is showing but when i tried to deploy then the [*javac*] Compiling 3 source files to F:\work\myprojects\Strutsspro1\WEB-INF [*javac*] * F:\work\myprojects\Strutsspro1\WEB-INF\src\java\example\ExampleSupport.java*:24: package co