[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: Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Next 
Author Message
Is this possible ?

Regards, Vincent
We want to Turn on the McAfee Secure Seal on our site.

Regards, Vincent
Hmm, can that control trigger a javascript code ?

We just got our SSL and we want to put the McAffee secured seal on the lower part of our landing page.

The instruction is "Choose your seal, copy the javascript code, and paste it in your site footer."

Hi Captain,

How can I add a site footer using CC ? Also, I want to a java script code inside the footer.

Regards, Vincent
Hi Captain,

I get an HTTP 404 error when I added an additional listener on web.xml.

Here is the way I added it.
Code:
 <listener>
     <display-name>Session tracking</display-name>
     <listener-class>managedbeans.SessionListener</listener-class>
   </listener>


What am I missing ?

Regards, Vincent
What am I missing ?
Hi Captain,

Thanks for the response, already tried that code but doesnt work.

Here's my code :
Code:
 ModalPopup modalPopup = YESNOPopup.createInstance("Confirmation",
                     "The corrections cannot be saved as excess quantity has been defined. Close the form anyway ?", new YESNOPopup.IYesNoListener() {
                         @Override
                         public void reactOnYes() {
                             m_listener.reactOnClose();
                         }
 
                         @Override
                         public void reactOnNo() {
 
                         }
                     }).getModalPopup();
             
             modalPopup.setStartfromrootwindow(false);
             modalPopup.setLeftTopReferenceCentered();
Hi Captain,

I'm having a challenge on showing my yesnopopup in front of another popup,
I tried to get the modalpopup of the yesnopopup and setstartfromrootwindow to false but it doesnt work.

I saw this code on demo :
Code:
 ynp.getModalPopup().setOwner(getWorkpage().getModelessPopupOfWorkpage());


How do I achieve this without using this Workpage ?

Regards, Vincent
Hi Captain,

Is there a component in CC that will check if the tomcat server is running ?
Or is there a way that whenever the client fails to communicate to the server, it will automatically try to reconnect without pressing the button OK on the connectionproblempopup ???

Regards, Vincent
I didn't use some long polling component, because I have some session variables that i need to get during the processing.. What happens, is the page freezes then even though I outputted some text on the server using the TIMER component, the session invalidated.

Thanks for the response Captain!

Regards, Vincent
Hi Captain,

I tried putting the timer on the outest page, and while heavy processing it does executes some output (system.out), but still my session is timedout on 30th minute.

Any thoughts ?

Regards, Vincent
Thanks, now i know Life Saver!
Hi Captain,

I'm not sure if this error is related to your framework, but I think you can give me some input . Seems like during a very long processing like 30mins, it invalidates my session automatically.

I am using mysql db..

Help would be much appreciated, Thanks!

Regards, Vincent
Nevermind captain, It works when I generated the xml dynamically and added the padding attribute.

Regards + Thanks, Vincent
Is it possible to bind expressions in the style class, just like binding some expressions to field's attributes ? So I can set it's value run time.

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