How To : Prevent xp:comboBox Jumps on Next Line in Read Mode ?

Why ComboBox object becomes “table” when you are in Read Mode ? It looks like this. Add this CSS properties and It looks good 🙂 display: inline -> Life Save in XPages :)) lotusFormTable is a parent form table class name. (custom class name) table.lotusFormTable td table { display: inline; } table.lotusFormTable td table tbody …

Read More How To : Prevent xp:comboBox Jumps on Next Line in Read Mode ?

StackOverflow Question (XPages – xp:fileDownload Control in xp:repeat Control)

Do you have any idea how can I use xp:fileDownload control in a xp:repeat control ? I binded xp:repeat control to view. So I am available to get NotesViewEntry per line. But I didnt get attachments using var variable in xp:fileDownload control. I placed xp:repeat in xp:panel and created data document in panel object. I …

Read More StackOverflow Question (XPages – xp:fileDownload Control in xp:repeat Control)

XPages – Expression Language (EL) – Some Useful Links & Sample

A JSTL primer, Part 1: The expression language JSF Techniques – EL Resolvers Simple If – Then for rendered properties in table – tr using view column data. [Column value of GorusTipi equals “Zorunlu”] AND [Column value of UygunlukDurumu IS NOT EMPTY] <xp:this.rendered><![CDATA[#{viewEntry[“GorusTipi”] eq “Zorunlu” && !empty viewEntry[“UygunlukDurumu”]}]]></xp:this.rendered> Table 2. The EL operators Category Operators …

Read More XPages – Expression Language (EL) – Some Useful Links & Sample

XPages Çoklu Dil Desteği – Resource Dosyalarında Güncelleme (XPages Multi-Language – Modification on Resource Files)

Çoklu dil desteği ile XPages uygulaması geliştirmek için öncelikle uygulamamızın Application Properties > XPages > Localization Options bölümünde desteklenecek diller seçilir. Akabinde menüden Project > Clean işlemi yapılır. Böylece desteklenecek diller için gerekli resource dosyaları oluşturulmuş olur. Peki bu Resource dosyaları nerede ? XPages görünümü (prespective) açılır. Veya Package Explorer açılır. XPages, CustomControls klasörlerinde (eğer …

Read More XPages Çoklu Dil Desteği – Resource Dosyalarında Güncelleme (XPages Multi-Language – Modification on Resource Files)

XPages – Server Side – Invoke Web Services (JAX-WS)

I don’t know what is the first word about this post because I posted my last blog post long time ago 🙂 OpenNTF 2nd Contest, Lotusphere, My Company Project SIT and UAT … Now back to my website 🙂 My company project killed me … First XPages project in my company and I am so …

Read More XPages – Server Side – Invoke Web Services (JAX-WS)

Afterthoughts about LUGTR 2011 .. (Lotus Türkiye Kullanıcı Grubu 2011 Konferansı Sonrası Düşünceler ve Paylaşımlar)

After a long journey, we finally passed the turkish lotus user group conference … I think, it was good. There is no comment on Serdar’s blog entry. There were valuable contributions from TRLUG board and on behalf of them by Serdar Başeğmez. I congratulate him once again because of this valuable and hard work. I tried to share my experience on BlackBerry …

Read More Afterthoughts about LUGTR 2011 .. (Lotus Türkiye Kullanıcı Grubu 2011 Konferansı Sonrası Düşünceler ve Paylaşımlar)

Turkish LUG – Announcement for My Event Session … (Türkiye Lotus Kullanıcı Grubu Sunumuma Beklerim)

The first annual conference of Turkish User Group will be held in Istanbul. Attend my session at this great user group event on March 17th, 2011. My session is “Application Development with Blackberry & Notes”. You can see agenda from this web site I will complete for Turkish Lotus Users the tutorial about how can …

Read More Turkish LUG – Announcement for My Event Session … (Türkiye Lotus Kullanıcı Grubu Sunumuma Beklerim)

Blackberry Application Development – Part 3 (Eclipse Development)

Now we are finishing our Blackberry development tutorial. It take so long i know but time is limited for me 🙂 Sorry for this situation. First, I want to share links of previous posts. Part 1 Part 2 Now Part 3 is coming … Blackberry de uygulama geliştirme örneğimizi bu bölüm ile bitiriyoruz. Tabi ki …

Read More Blackberry Application Development – Part 3 (Eclipse Development)

Create Missing Cover Document using Binder Document & Cover Document which has same Job & Activity

Hello, I made a mistake when i was working on my lotus workflow application. I deleted 9 documents’ cover document 🙂 I created a script to solve this problem and want to share with the world.

Read More Create Missing Cover Document using Binder Document & Cover Document which has same Job & Activity

Blackberry Application Development – Part 2 (Stub Generator & Introduction to Eclipse)

Now we are starting to develop Blackberry part of our tutorial. We will use following development IDE & tools during our tutorial. Eclipse 3.4.1 with Blackberry Plugin (Download) BlackBerry Email and MDS Services Simulator Package v4.1.4 (Download) Sun Java (TM) Wireless Toolkit 2.5.2_01 for CLDC (Download)

Read More Blackberry Application Development – Part 2 (Stub Generator & Introduction to Eclipse)