Where exactly is your Java running? If you have a page object, then getId() will tell you, but whether you have the page or not and how you get to it depends on where your java is being run.
After I press create on the creation wizard. I put some variables via BlueprintContext and this is where I use java.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, ok. There is no page ID at that point in the code. It doesn't get one until it is created, after the blueprint has built it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hmm I see.
But thank you very much!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.