Hi,
In the XWiki application I developed, I am using Lucene plugin for search. Once the search result comes I am getting the document as follows:
#set($myDoc = $xwiki.getDocument($item.name))
When I print $myDoc it prints "com.xpn.xwiki.api.Document@1f16eab".
So I assume I am getting the document all right. Now I want to get the Object of the document so that I can display the properties of that document. But the following code doesn't work.
#set($myObj = $myDoc.getObject("xxxx.xxxxClass"))
$myObj doesn't contain the object after the above code is executed.
Any idea what's the problem?
Any help is much appreciated,
- Raj
---------------------------------
Need a vacation? Get great deals to amazing places on Yahoo! Travel.
Dear Xwiki Users,
Probably this is not the correct list to ask this question, but anyway
I hope someone can give me a hint!
I've problems redirecting our basic URL to basic
URL/xwiki/bin/view/Main/WebHome using Tomcat 5.5.20?
I've tried HTTPRedirectFilter but it doesn't seem to work! I followed
the instructions as described at
http://www.zlatkovic.com/httpredirectfilter.en.html, but without
success!
Thanks in advance!
Regards,
Gerard
==========================================
Dit bericht is uitsluitend bestemd voor de geadresseerde.
Het bericht kan vertrouwelijke informatie bevatten.
Als u dit bericht per abuis hebt ontvangen, wordt u
verzocht onmiddellijk de afzender te informeren. Ook
verzoeken wij u het bericht te vernietigen en de inhoud
niet onder derden te verspreiden of te gebruiken.
This message is intended exclusively for the addressee.
It may contain information that is confidential.
If you are not the intended recipient, we request that
you notify the sender immediately. In that case, we
also request that you destroy the message and that
you neither use the contents nor disclose them in any
manner to third parties.
==========================================
Hello,
I am working on creating blog entries using xwiki. I was wondering if it
would be possible to create a template for the blog entries so that they
will be more structured?
Thank you for your time and help!
Hande Aksac
Hi,
In the XWiki application I developed, I am using Lucene plugin for search. Once the search result comes I am getting the document as follows:
#set($myDoc = $xwiki.getDocument($item.name))
When I print $myDoc it prints "com.xpn.xwiki.api.Document@1f16eab".
So I assume I am getting the document all right. Now I want to get the Object of the document so that I can display the properties of that document. But the following code doesn't work.
#set($myObj = $myDoc.getObject("xxxx.xxxxClass"))
$myObj doesn't contain the object after the above code is executed.
Any idea what's the problem?
Any help is much appreciated,
- Raj
PS: I am trying to send this mail from yesterday. I sent once through from wem based email. My friend sent once. Now I am sending it again through the post interface on object web. It seems I am in moderation as I am a new user. But when I joined the list I didn't get any notice like that. Anyway if you get multiple mails please excuse me.
Hi
How can I create my own macro in my xwiki (say, a macro for adding two numbers). Where should I write it. So that I can use it from any page ?
Regards
Roopesh
Hi,
In the XWiki application I developed, I am using Lucene plugin for search.
Once the search result comes I am getting the document as follows:
#set($myDoc = $xwiki.getDocument($item.name))
When I print $myDoc it prints "com.xpn.xwiki.api.Document@1f16eab".
So I assume I am getting the document all right. Now I want to get the
Object of the document so that I can display the properties of that
document. But the following code doesn't work.
#set($myObj = $myDoc.getObject("xxxx.xxxxClass"))
$myObj doesn't contain the object after the above code is executed.
Any idea what's the problem?
Any help is much appreciated,
- CP Mishra
Hello,
I am working on creating blog entries using xwiki. I was wondering if it
would be possible to create a template for the blog entries so that they
will be more structured?
Thank you for your time and help!
Hande Aksac
--
View this message in context: http://www.nabble.com/Template-for-Blog-Entry-tf4307265.html#a12261434
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I am working on creating blog entries using xwiki. I was wondering if it would be possible to create a template for the blog entries so that they will be more structured?
Thank you for your time and help!
Hande Aksac