[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Messages posted by: vadingding  XML
Profile for vadingding -> Messages posted by vadingding [145] Go to Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Next 
Author Message
Hi,

Yes got it! Thanks for this.
Hi,

I am using pooled connection. So is connection provider == pooled connection ? If it is then I'm safe.

But definitely will try your alternative.

For now we are storing database connection on HttpSession which is really bad. So Im finding an alternative right now.
Hi Captain,

(I am using WorkplaceAPI)

Is it a good idea to store users database connection on Dispatcher ?

Thanks,
Vincent
Hi Captain,

Is there a way to call a server side method in javascript ? Just like the component clientjsmethodcaller but the other way around.

Thanks,
Vincent
Hi Captain,

Is there a way to call server side method in javascript ?

Thanks,
Vincent
Hi captian,

Im using clientjsmethodcaller with attribute withcallback = true.

Then, upon callback I received an "[object Promise]"...

How can I parse this? Basically my js method, returned an jsonobject.

Like this.

var order = {
name : customername
}

Thanks
Okay, thanks for the response.

I already started implementing it, using clientjsmethodcaller.

But it will surely help if someone in this forum would help me too.

Thanks,
Vincent
Hi forum,

Does anyone here tried implementing Firebase in CC ?
Hi Captain,

What i want to do is, when i refresh the list. I want to keep the previously selected row highlighted. But it does'nt work.

This is how i refresh.
Code:
 m_rowBind.getItems().clear();
 


This is how i re highlight the row.
Code:
 if (currentRecord != null){
                 m_rowBind.selectAndFocusItem(currentRecord);
             }
 


Note : currentRecord == previously selected row.

Tried to run tomcat server manually by executing startup.bat and the image problem solved.

But when running the tomcat server as service, the problem occurs.
The file is successfully uploaded.
Cant attach file, it says Internal server error upon submit
Hi Captain,

I deployed the CC Project on Tomcat 8.5.49 server, but the image on my log in page is smaller compared to the project deployed at CC's default server.

I attached a snapshot for comparison.

Is this something to do with CC ???

Thank you for the response, will do.
Hi Captain,

Is there no problem if I copy & pasted CC project from CC's default tomcat server to another tomcat server ?

I just tried it, seems like there is no problem. But I just want to be sure..

Thanks Captain!
 
Profile for vadingding -> Messages posted by vadingding [145] Go to Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Next 
Go to:   
Powered by JForum 2.1.6 © JForum Team