Calling another a4j:jsFunction in an a4j:jsFunction oncomplete event?

Jsf page: backbean(java): private Integer tabIndexTi; // + GETTER, SETTER private String tabIndexTs; // + GETTER, SETTER private Long tabIndexTl; // + GETTER, SETTER public Object actionSwitchTab() { System.out. Println(" >>>>> actionSwitchTab start; tabIndexTl: " + tabIndexTl); try { Thread. Sleep(2000); } catch (InterruptedException ex) { ex.printStackTrace(); } System.out.

Println(" >>>>> actionSwitchTab end"); return null; } public Object actionSwitchTab2() { System.out. Println(" >>>>> actionSwitchTab2 start; tabIndexTi: " + tabIndexTi); try { Thread. Sleep(500); } catch (InterruptedException ex) { ex.printStackTrace(); } System.out.

Println(" >>>>> actionSwitchTab2 end"); return null; } public Object actionSwitchTab3() { System.out. Println(" >>>>> actionSwitchTab3 start; tabIndexTs: " + tabIndexTs); try { Thread. Sleep(3000); } catch (InterruptedException ex) { ex.printStackTrace(); } System.out.

Println(" >>>>> actionSwitchTab3 end"); return null; } public Object actionSwitchTab4() { System.out. Println(" >>>>> actionSwitchTab4"); return null; }.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions