function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
damienmagnandamienmagnan 

inputText doesn't use the setter method to save the datas

Hi again,

I have a problem with my inputText markups, it seems it doesn't want to save the datas I put in it.
I write the datas in the check box, press enter, it reloads the page, the datas are still displayed and that's cool.
But when I use my date picker to view another table with other datas and that I go back to the previous table, the datas I've written are lost, even though I'm saving all the tables I've opened. But it seems that the inputText doesn't use my setter methods.

Precisions : I'm using custom classes, no SalesForce sObjects and the datas are retrieved from another database via XML.

Does anyone have a clue for my problem ?
Ron HessRon Hess
can you use the same controller for both pages?
can you avoid the use of
 setRedirect('true')