Hi,
Just beginning to use custom tags. Anyone know of a simple working sample with JSPs that access Notes data using custom tags?
Thanks
Paul
Hi,
Just beginning to use custom tags. Anyone know of a simple working sample with JSPs that access Notes data using custom tags?
Thanks
Paul
Subject: Domino Custom Tags
This is the JSP tag presentation and sample code from Lotusphere:
Caveats: I have been told my minimalist UI is lacking pizzazz… it’s demo code. The domtags.jar file is not production code, and while it contains bug fixes that are found in 6.0.2, the only testing it got was the path through the demo that I actually used. Your life and mine will be much better if you ship your app with a domtags.jar file from a production build!
The goal of the demo was to show a tag development environment using Domino6 and Websphere Studio Application Designer (wsad) 4, which can be run together on the same win2K box. I like wsad 5 better than 4 - both are big beasts, and imposes a substantial learning curve, but the things you need are all there and they work.
If you take a less expensive route, just keep unzipping things - .ear files and .war files - from the sample above and eventually you will find .java files you can use in any servlet container - I tried to keep the sample apps generic, and I would like to hear if they don’t work in your environment.
Either way you will need to add “admin/password” to your domino directory, or change some of the samples to use a good user/password for your system, and set the acls on the demodb.nsf accordingly.
The file upload and rich text applet demos run in IE only.
Enjoy!
Subject: RE: Domino Custom Tags
Thank you Steve, appreciate it.
I am using WebLogic on a separate box, using CORBA to connect to Domino. Are there problems using domino:attachments with CORBA that you know of? I get NullPOinterException when I use it.
Thanks,
Terrence