Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

empty page - SubForm followed ?

Avatar

Level 2

Hi,

Hiearchie:

Begin         - (SubForm) - folowed

|

|-Main_met - (SubForm) - folowed

|--head -       (SubForm)

|--info -         (SubForm)

|--tabel       - (SubForm) - folowed

|----Tabel1

|------Rij1     - can have more rows

|--------Tabel2

|----------Rij1

|----------Rij2

|----------Rij3

|-Main-zonder - (SubForm) - folowed

|--head           - (SubForm)

|--info             - (SubForm)

|--tabel           - (SubForm) - folowed

|----Tabel1

|------Rij1

|--------Tabel2

|----------Rij1

|----------Rij2

|----------Rij3

Hiding code works fine, but I get 2 empty pages with empty tables??

AF_ADRESSEN.Begin::initialize - (JavaScript, client)
if (Main_met.PROCESS_TYPE.rawValue == "")
{               
     Main_met.presence = "hidden";
     Main_zonder.presence = "visible";     
}else {
     Main_met.presence = "visible";
     Main_zonder.presence = "hidden";
}

How to solve this?
0 Replies

Avatar

Level 4

Check to see if you have the properties set to "top of next page" instead of "following previous" - thats given me a headache in the past

Avatar

Level 2

Hi legallogic,

Which of mine subforms to set "top of next page" ?

Tnx!

Avatar

Level 4

try going to the subforms that are appearing too far down/on new pages -

clicking on the subform and checking the pagination is set to following

previous - this may not be your problem but ive had it do similar things to

me when i forgot to do this.

if that doesnt work - post you form and ill have a look