Laplace's law of succession is a well-known rule, relying on Bayes' theorem.
A possible proof of the rule of succession can be found on Wikipedia. Note that for this proof we use a uniform distribution for the parameter $p$.
Another proof of the rule is given in The Bayesian Choice as reproduced below:
The problem is completely summarized in the image. This time, the prior we use is a uniform discrete probability distribution.
And we find both times the same final probability.
However, we did not used the uninformative prior each time. The uninformative prior for a discrete and finite set of possibilities is the uniform distribution. But the uninformative prior for the parameter $p$ in the first proof should be $1/[p(1-p)]$?
My problem is that if we use the uninformative prior in both cases (so this should only be two different formulations of the same problem ?), we find two different answers.
I am surely mistaken about the meaning of one approach, could you please give me some clue?

This could seem normal, as we would not use a uniform prior in both cases, but to my mind it is not because I expected to find the same result if we used in both cases the uninformative prior, so that two strictly equivalent formulations of the same problem give the same result (using the uniform prior in both cases seems improper to me because then we are not considering the same problem).
– Unknown May 26 '16 at 20:34So, to me, the Beta(0,0) corresponds in some way to the discrete uniform distribution used in the book, because they are both priors found using the principle mentioned above.
It can sound weird to say that a discrete uniform distribution is transformed into a non-uniform distribution when we go from discrete to continuous, but I base myself on Jaynes' ideas (chapter 12 of Probability theory, The logic of science) - or at least of what I understood of his ideas.
– Unknown May 26 '16 at 21:39