18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
ice:inputtext with custom converter is not showing the converted value
I'm testing an application using Jboss Seam+Icefaces.Everything works fine, except for ice:inputtext using custom converters.. When doing the playback, it set the inputtext value but the converted value does not show up.
The script do this:
_setValue(_textbox("doad523_doad523bfzForm:field_tmatricula"), "12345");
The field field_tmatricula has a converter that get "12345" and converts it to "12":
<ice:inputText id="field_tmatricula"
validator="respValidator" converter="respConverter"
value="#{doad523_doad523bfzForm.tmatricula}" />
I tried without luck the
xhr.wait_ready_states=2,3
I'm using Windows 7,Firefox 14.0.1, and Sahi Pro 4.3 (Build: 2012-08-05)
The script do this:
_setValue(_textbox("doad523_doad523bfzForm:field_tmatricula"), "12345");
The field field_tmatricula has a converter that get "12345" and converts it to "12":
<ice:inputText id="field_tmatricula"
validator="respValidator" converter="respConverter"
value="#{doad523_doad523bfzForm.tmatricula}" />
I tried without luck the
xhr.wait_ready_states=2,3
I'm using Windows 7,Firefox 14.0.1, and Sahi Pro 4.3 (Build: 2012-08-05)