When generated in jsp, this link looks like this: # Set value
But when clicked nothing happes, it doesn't event came to conversion. -- M. Milan Milanovic wrote: > > Hi, > > I have again problem with Double conversion. I have a link in my page for > double values: > > <s:iterator ...> > ... > <s:url id="refUrl" action="setValue"> > <s:param name="refValue" value="refValue" /> > </s:url> > > <s:a id="c_%{refValue}" href="%{refUrl}" theme="ajax" > targets="refValues">Set value</s:a> > ... > </s:iterator> > > In the form where refValue is entered I'm using my DoubleConverter > conversion, and I checked with Firebug, refValue is set good, e.g., > c_4550.0. But when I click to this link above, I get 45500.0. Famoso zero > is added!! > > Then I tried to define conversion properties for a class who have refValue > attribute to my custom DoubleConvereter, but in this case click on the > link "Set value" doesn't do anything! It is like a dead link. > I checked also with Firebug and it is e.g., c_4550. > > What is the problem here and how can I solve it ? > > -- > Regards, M. > -- View this message in context: http://www.nabble.com/-S2--Famoso-Double-conversion-problem-in-S2-2.0.11.1%21-tp22248310p22248834.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org