329 Lotus blogs updated hourly. Who will post next? Home | Downloads | Events | Jobs | Twitter | Bookmarks | Pods | Blogs | Search | myPL | About 
 
Latest 7 Posts
Overloading functions in Lotusscript
Fri, Apr 20th 2012 262
Microsoft Outlook Collection of Constants
Tue, Feb 21st 2012 172
A sample Calendar file
Tue, Feb 21st 2012 154
Bugs: "Element or Navigator is invalid" error when using NotesRichTextNavigator
Tue, Jan 3rd 2012 186
A way to handle "Element or Navigator is invalid" error when using NotesRichTextNavigator
Tue, Jan 3rd 2012 203
Connecting Oracle through Eclipse
Sat, Nov 12th 2011 176
JDBC Driver URL Format for connection with Oracle
Sat, Nov 12th 2011 160
Top 10
Expanding and Collapsing Categories in a XPage View
Mon, Oct 4th 2010 520
Lotusscript code to append hotspot to a richtext field
Tue, Nov 23rd 2010 493
How to get the current node/leaf selected in a NestedList - Sencha Touch Framework
Fri, Feb 4th 2011 489
Get Current URL in XPage
Wed, Jan 5th 2011 438
Export view contents to excel using LotusScript on web
Tue, Jan 4th 2011 389
"Automation server can't create object" - Occuring with "ActiveXObject('Word.Application')"
Thu, Jul 14th 2011 388
Lotusscript code to add attachment to a richtext field
Wed, Dec 1st 2010 356
How to capture orientation change event using Sencha Touch
Fri, Feb 4th 2011 317
Running Scheduled Agents from Server Console
Wed, Oct 6th 2010 302
Implementing JQuery in XPages
Thu, Mar 24th 2011 299


Hello world – Struts 2
   

@font-face { font-family: Wingdings; } @font-face { font-family: Cambria Math; } @font-face { font-family: Calibri; } @font-face { font-family: Tahoma; } @page Section1 {margin: 1.0in 1.0in 1.0in 1.0in; } P.MsoNormal { LINE-HEIGHT: 115%; MARGIN: 0in 0in 10pt; FONT-FAMILY: "Calibri","sans-serif"; FONT-SIZE: 11pt } LI.MsoNormal { LINE-HEIGHT: 115%; MARGIN: 0in 0in 10pt; FONT-FAMILY: "

---------------------
http://ozinisle.blogspot.com/2011/10/hello-world-struts-2_31.html
Oct 31, 2011
112 hits



Recent Blog Posts
262


Overloading functions in Lotusscript
Fri, Apr 20th 2012 6:10a   A Karthikeyan
At times I find it difficult with out the ability to over load functions in lotusscript. The following way just helped me do it. Since I dont do this often its like new to me every time I do this :) Sub new(key As Variant)      Select Case Typename(key)      Case "STRING":            your code for this type      Case "INTEGER"           your code for this type      Case "NOTESDOCUMENT" [read] Keywords: lotusscript notes
172


Microsoft Outlook Collection of Constants
Tue, Feb 21st 2012 7:10a   A Karthikeyan
Ever seen a vb code which says something like "Set MyItem = MyOlApp.CreateItem(olAppointmentItem)" or "MyRequiredAttendee.Type = olRequired" and had a tough time figuring out what those constants stating with ol stand for when implementing them in your technology. I had my share of head ache to find the nice simple solution for it http://msdn.microsoft.com/en-us/library/aa210886(v=office.11). [read] Keywords: microsoft office outlook
154


A sample Calendar file
Tue, Feb 21st 2012 7:10a   A Karthikeyan
Following is a content of a fully functional calendar file BEGIN:VCALENDAR METHOD:PUBLISH VERSION:2.0 PRODID:-//ORG//LN//LS BEGIN:VEVENT SUMMARY:My Subject! DESCRIPTION:My Description content UID:D70C88D5-E5A1-48EC-84A4-D05DBD5CD8F6-99 DTSTART:20120218T160000 DTEND:20120218T163000 LOCATION:My Location END:VEVENT END:VCALENDAR This is a really nice concept that I liked very much. If you search [read] Keywords: microsoft outlook
186


Bugs: "Element or Navigator is invalid" error when using NotesRichTextNavigator
Tue, Jan 3rd 2012 5:09a   A Karthikeyan
[read] Keywords:
203


A way to handle "Element or Navigator is invalid" error when using NotesRichTextNavigator
Tue, Jan 3rd 2012 5:09a   A Karthikeyan
[read] Keywords:
176


Connecting Oracle through Eclipse
Sat, Nov 12th 2011 9:11a   A Karthikeyan
[read] Keywords: eclipse oracle
160


JDBC Driver URL Format for connection with Oracle
Sat, Nov 12th 2011 9:11a   A Karthikeyan
[read] Keywords: oracle
35


Interceptors with Struts 2
Wed, Nov 9th 2011 8:11a   A Karthikeyan
[read] Keywords:
101


Configuring Struts.xml for Interceptors
Thu, Nov 3rd 2011 8:11a   A Karthikeyan
Well learning curve is quite breath taking with java technologies. I got curious about the interceptors feature in Struts 2 and eventually I ended up trying to sample them out for my reference and understanding. I am not yet successful on it, but at least I have had some progress on the same.   The first wall I had to jump over was that whenever I added the interceptors tag in struts.xml, I was [read] Keywords: java xml




112


Hello world – Struts 2
Mon, Oct 31st 2011 4:53a   A Karthikeyan
@font-face { font-family: Wingdings; } @font-face { font-family: Cambria Math; } @font-face { font-family: Calibri; } @font-face { font-family: Tahoma; } @page Section1 {margin: 1.0in 1.0in 1.0in 1.0in; } P.MsoNormal { LINE-HEIGHT: 115%; MARGIN: 0in 0in 10pt; FONT-FAMILY: "Calibri","sans-serif"; FONT-SIZE: 11pt } LI.MsoNormal { LINE-HEIGHT: 115%; MARGIN: 0in 0in 10pt; FONT-FAMILY: " [read] Keywords:




Created and Maintained by Yancy Lent - About - Blog Submission - Suggestions - Change Log - Blog Widget - Advertising - Mobile Edition