[xwiki-users] copy a Class into a space
Evening, or at least here is starting to be late... :) i am stuck at an issue here. is there a way to copy for instance(from the ValidationSample.xar...the formulary...) the ValidationSampleCode[0] into anothe space, as a class to a page in that page. so if the class has 3 properties...string textarea number, then these to be copied in a clone class . ex: page Val1 has the ValidationSample.ValidationSampleCode[0] attached i want for the page TestPage(from another space) to have the TestSpace.TestPageClass[0] attached to it.(this TestSpace.TestPageClass[0] to be a clone of another class obj). am i making any sense here for you -- View this message in context: http://n2.nabble.com/copy-a-Class-into-a-space-tp4061342p4061342.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Bubulina, On Tue, Nov 24, 2009 at 10:30 PM, Bubulina <[email protected]> wrote:
Evening, or at least here is starting to be late... :) i am stuck at an issue here. is there a way to copy for instance(from the ValidationSample.xar...the formulary...) the ValidationSampleCode[0] into anothe space, as a class to a page in that page. so if the class has 3 properties...string textarea number, then these to be copied in a clone class . ex: page Val1 has the ValidationSample.ValidationSampleCode[0] attached i want for the page TestPage(from another space) to have the TestSpace.TestPageClass[0] attached to it.(this TestSpace.TestPageClass[0] to be a clone of another class obj). am i making any sense here for you
Not sure if this will help you, but maybe you can use the following: http://server/xwiki/bin/edit/Space1/SomePage?template=Space2.AnotherPage where Space2.AnotherPage is the name of the document holding the original ValidationSample.ValidationSampleCode[0] object attached. Please try it out and let us know whether it addresses your use case. Guillaume
-- View this message in context: http://n2.nabble.com/copy-a-Class-into-a-space-tp4061342p4061342.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Lerouge Product Manager - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/
hmm didn't work. still thinking about it Guillaume Lerouge wrote:
Hi Bubulina,
On Tue, Nov 24, 2009 at 10:30 PM, Bubulina <[email protected]> wrote:
Evening, or at least here is starting to be late... :) i am stuck at an issue here. is there a way to copy for instance(from the ValidationSample.xar...the formulary...) the ValidationSampleCode[0] into anothe space, as a class to a page in that page. so if the class has 3 properties...string textarea number, then these to be copied in a clone class . ex: page Val1 has the ValidationSample.ValidationSampleCode[0] attached i want for the page TestPage(from another space) to have the TestSpace.TestPageClass[0] attached to it.(this TestSpace.TestPageClass[0] to be a clone of another class obj). am i making any sense here for you
Not sure if this will help you, but maybe you can use the following:
http://server/xwiki/bin/edit/Space1/SomePage?template=Space2.AnotherPage
where Space2.AnotherPage is the name of the document holding the original ValidationSample.ValidationSampleCode[0] object attached.
Please try it out and let us know whether it addresses your use case.
Guillaume
-- View this message in context: http://n2.nabble.com/copy-a-Class-into-a-space-tp4061342p4061342.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Lerouge Product Manager - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- View this message in context: http://n2.nabble.com/copy-a-Class-into-a-space-tp4061342p4061529.html Sent from the XWiki- Users mailing list archive at Nabble.com.
the "messy" scenario that i have in my mind right now is to look for the existing velocity code to add properties to the class in a dynamic way. all of this logic to happend when i create a page in the space. sounds time consuming and don't even know how to to make it yet. %-| Bubulina wrote:
hmm didn't work. still thinking about it
Guillaume Lerouge wrote:
Hi Bubulina,
On Tue, Nov 24, 2009 at 10:30 PM, Bubulina <[email protected]> wrote:
Evening, or at least here is starting to be late... :) i am stuck at an issue here. is there a way to copy for instance(from the ValidationSample.xar...the formulary...) the ValidationSampleCode[0] into anothe space, as a class to a page in that page. so if the class has 3 properties...string textarea number, then these to be copied in a clone class . ex: page Val1 has the ValidationSample.ValidationSampleCode[0] attached i want for the page TestPage(from another space) to have the TestSpace.TestPageClass[0] attached to it.(this TestSpace.TestPageClass[0] to be a clone of another class obj). am i making any sense here for you
Not sure if this will help you, but maybe you can use the following:
http://server/xwiki/bin/edit/Space1/SomePage?template=Space2.AnotherPage
where Space2.AnotherPage is the name of the document holding the original ValidationSample.ValidationSampleCode[0] object attached.
Please try it out and let us know whether it addresses your use case.
Guillaume
-- View this message in context: http://n2.nabble.com/copy-a-Class-into-a-space-tp4061342p4061342.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Lerouge Product Manager - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- View this message in context: http://n2.nabble.com/copy-a-Class-into-a-space-tp4061342p4061547.html Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (2)
-
Bubulina -
Guillaume Lerouge