| Sign In/My Account | View Cart |
| Article: |
What is Java Content Repository | |
| Subject: | Blog example | |
| Date: | 2007-02-13 21:10:25 | |
| From: | neil4374 | |
|
Has anybody got the blog example working? I cannot attach files, nor delete blogs.??? Thanks |
||
Showing messages 1 through 3 of 3.
before:
StringBuffer queryStr = new StringBuffer("//blogEntry[@title = '");
after:
StringBuffer queryStr = new StringBuffer("//blogEntry[@blogTitle = '");