otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Branding, Screen Sets, XSL/CSS and Translations Customizing and Branding the UI of OTM / G-Log for your site, using Custom Screen Sets, Menu Managers, XSL/CSS customizations, Translations and more.

Tags: , ,

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old June 23rd, 2007, 06:31
Junior Member
 
Join Date: Jun 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
sn1405 is on a distinguished road
Modify the Results screen of contacts

How to delete the view, edit, view log, create another, modify another buttons in results screen. the requried thing is only the test ( "You successfully created the following records:" ). this results screen is accessed via Business Process Automation > Communication Management > Contacts>finished

Thanks,
Pradeep
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old June 25th, 2007, 06:36
Junior Member
 
Join Date: May 2007
Location: Singapore
Posts: 26
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
satya_m is on a distinguished road
Re: Modify the Results screen of contacts

The results page that you see now is the common glog results page GlogResultsPage.xsl. The framework redirects you to this page after successfully saving the record. If you want to remove the the buttons here, you will have to do it in the GlogResultsPage.xsl. But as this xsl is a common xsl, You should not touch this. Only way is to create your own results xsl and show this custom results xsl on successfully saving the record.

You can do this in the ContactSaveServlet.

eg: From glog/webserver/sku/SkuEventSaveServlet.java

d.appendChild(d.createProcessingInstruction("xml-stylesheet", "href=\"status/SkuEvents.xsl\" type=\"text/xsl\""));

Let me know if you need any help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old June 25th, 2007, 09:13
Junior Member
 
Join Date: Jun 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
sn1405 is on a distinguished road
Re: Modify the Results screen of contacts

Please tell me how to find the ContactSaveServlet path, I find the GlogResultsPage.xsl.file.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old June 25th, 2007, 09:50
Junior Member
 
Join Date: May 2007
Location: Singapore
Posts: 26
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
satya_m is on a distinguished road
Re: Modify the Results screen of contacts

glog/webserver/contact
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old June 25th, 2007, 11:38
Junior Member
 
Join Date: Jun 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
sn1405 is on a distinguished road
Re: Modify the Results screen of contacts

Iam working with OTM 5.5 , in this we have the contact xsl file but ,in this file we don't have glog/webserver/sku/SkuEventSaveServlet.java path. so, please tell me this path in OTM 5.5.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old June 25th, 2007, 12:47
Junior Member
 
Join Date: May 2007
Location: Singapore
Posts: 26
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
satya_m is on a distinguished road
Re: Modify the Results screen of contacts

The SKUSaveServlet is an example i have. You will have to do it the same way its done in the above servlet.

Under your root path there will be two folders 'glog' and 'glog_deploy'. this servlet you will find it under glog/webserver/sku.

also send me your mail id.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old August 10th, 2007, 13:28
Junior Member
 
Join Date: Jun 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
sn1405 is on a distinguished road
Re: Modify the Results screen of contacts

Iam able to find the below code
d.appendChild(d.createProcessingInstruction("xml-stylesheet", "href=\"status/SkuEvents.xsl\" type=\"text/xsl\""));
From glog/webserver/sku/SkuEventSaveServlet.java
But, iam not able to find the same code in the ContactSaveServelt. So please tell me the java file which is having the same code Inorder to to delete the view, edit, view log, create another, modify another buttons in results screen. the requried thing is only the test ( "You successfully created the following records:" ). this results screen is accessed via Business Process Automation > Communication Management > Contacts>finished

Thanks & Regards,
Pradeep

Last edited by sn1405 : August 10th, 2007 at 13:31.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Modify Tender Notifications - control when sent out DMOORE Execution 2 November 7th, 2007 20:03
Display Brand Name in Finder Results miks Branding, Screen Sets, XSL/CSS and Translations 0 October 18th, 2007 12:26
[SOLVED] contacts screen sn1405 Branding, Screen Sets, XSL/CSS and Translations 1 June 26th, 2007 07:01
[SOLVED] Modify the contacts screen sn1405 Branding, Screen Sets, XSL/CSS and Translations 6 June 25th, 2007 09:48
[SOLVED] Benchmark results Oracle 10g Db on Linux and HP-UX Kristof Stevens Performance, Scalability and HA 1 June 12th, 2007 14:38



All times are GMT. The time now is 09:29.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37