[xwiki-users] Migration away from TikiWiki - Forms based question.
I wonder if anyone can help. I started using xwiki but have been a long time use user of tikiwiki. In it there is something called "trackers" these are basically forms. So I can create trackers that people can fill out and even forms that reference other forms. So for instance I might have a tracker called regions that might have two fields, State and City. So I fill out a bunch of those for different states. Then I can use this in another tracker so that when I select a state, a list of cities relevant to that state entered in the previous tracker will auto populate a drop down. My question is, firstly, how do you create these forms (I looked at create app and it doesn't seem to do what i want it to) and secondly how do you reference other forms? Any help greatly appreciated. HH -- View this message in context: http://xwiki.475771.n2.nabble.com/Migration-away-from-TikiWiki-Forms-based-q... Sent from the XWiki- Users mailing list archive at Nabble.com.
On Tue, Sep 15, 2015 at 9:53 PM, HadleysHope <justin.scott-exley@bannerhealth.com> wrote:
I wonder if anyone can help. I started using xwiki but have been a long time use user of tikiwiki. In it there is something called "trackers" these are basically forms. So I can create trackers that people can fill out and even forms that reference other forms. So for instance I might have a tracker called regions that might have two fields, State and City. So I fill out a bunch of those for different states.
Then I can use this in another tracker so that when I select a state, a list of cities relevant to that state entered in the previous tracker will auto populate a drop down.
My question is, firstly, how do you create these forms (I looked at create app and it doesn't seem to do what i want it to) and secondly how do you reference other forms?
When you create an application class you have one kind of field called "Database List" which get the values you can select from others object by indicating class and a field (which is what you are looking for) or even a custom hql request. You have a short tutorial on http://www.xwiki.org/xwiki/bin/view/FAQ/HowToCreateAOneToManyRelationshipInX....
Any help greatly appreciated.
HH
-- View this message in context: http://xwiki.475771.n2.nabble.com/Migration-away-from-TikiWiki-Forms-based-q... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Hi Justin, On 15 Sep 2015 at 21:53:56, HadleysHope (justin.scott-exley@bannerhealth.com(mailto:justin.scott-exley@bannerhealth.com)) wrote:
I wonder if anyone can help. I started using xwiki but have been a long time use user of tikiwiki.
That’s very cool, we like people coming from other wikis because they come with a new eye and at the same time they have expectations from their past wikis, so they usually have interesting feedback to help improve XWiki.
In it there is something called "trackers" these are basically forms. So I can create trackers that people can fill out and even forms that reference other forms. So for instance I might have a tracker called regions that might have two fields, State and City. So I fill out a bunch of those for different states.
Then I can use this in another tracker so that when I select a state, a list of cities relevant to that state entered in the previous tracker will auto populate a drop down.
My question is, firstly, how do you create these forms (I looked at create app and it doesn't seem to do what i want it to) and secondly how do you reference other forms?
This is actually the strength of XWiki! :) See http://platform.xwiki.org/xwiki/bin/view/DevGuide/DataModel You could also check the FAQ tutorial: http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial Thanks -Vincent
Any help greatly appreciated.
HH
On 16 Sep 2015 at 09:06:58, vincent@massol.net (vincent@massol.net(mailto:vincent@massol.net)) wrote:
Hi Justin,
On 15 Sep 2015 at 21:53:56, HadleysHope (justin.scott-exley@bannerhealth.com(mailto:justin.scott-exley@bannerhealth.com)) wrote:
I wonder if anyone can help. I started using xwiki but have been a long time use user of tikiwiki.
That’s very cool, we like people coming from other wikis because they come with a new eye and at the same time they have expectations from their past wikis, so they usually have interesting feedback to help improve XWiki.
Don’t hesitate to give us feedback about the comparison between TikiWiki and XWiki: what you like more in XWiki, what you preferred in TikiWiki, first impressions of XWiki, ideas to improve things, etc. :) Thanks -Vincent
In it there is something called "trackers" these are basically forms. So I can create trackers that people can fill out and even forms that reference other forms. So for instance I might have a tracker called regions that might have two fields, State and City. So I fill out a bunch of those for different states.
Then I can use this in another tracker so that when I select a state, a list of cities relevant to that state entered in the previous tracker will auto populate a drop down.
My question is, firstly, how do you create these forms (I looked at create app and it doesn't seem to do what i want it to) and secondly how do you reference other forms?
This is actually the strength of XWiki! :)
See http://platform.xwiki.org/xwiki/bin/view/DevGuide/DataModel
You could also check the FAQ tutorial: http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial
Thanks -Vincent
Any help greatly appreciated.
HH
Wow great stuff you guys! much appreciated. I will check out your suggestions and of course will provide feedback! thanks so much for taking time out of your day to help me. HH -- View this message in context: http://xwiki.475771.n2.nabble.com/Migration-away-from-TikiWiki-Forms-based-q... Sent from the XWiki- Users mailing list archive at Nabble.com.
Ok so I have been away and run through the FAQ tutorial. I have to say the app in minutes is by far the easiest way to do it, I honestly started to loose the will to live running through the other method, I can see that xwiki is incredibly incredibly powerful in its flexibility in that way but am glad there is another way to get things done because the learning curve would otherwise be too steep for us to consider using xwiki. Ok, so I have manged to create two new apps one contains states and cities i.e. Washington, Tacoma Washington, Seattle Texas,Houston Taxas,Dallas Kansas,Wichita And one that references the values stored in the first. My question is, is there a way, without coding, that I can select "Washington" in one field and it only displays the cities in Washington in another field. With Tiki this is accomplished with something called "Dynamic Lists" where it looks at a field (linked, remote) to then populate a list based on another (remote) field. Thanks again for your help. -- View this message in context: http://xwiki.475771.n2.nabble.com/Migration-away-from-TikiWiki-Forms-based-q... Sent from the XWiki- Users mailing list archive at Nabble.com.
Thomas, do you think I would need to use a HQL query to do this? do you know of any examples I might look at for querying other fields to perform the filter? I am entirely unfamiliar with HQL and as of right now struggling not to just uninstall this and move on. -- View this message in context: http://xwiki.475771.n2.nabble.com/Migration-away-from-TikiWiki-Forms-based-q... Sent from the XWiki- Users mailing list archive at Nabble.com.
HQL is just the last resort. As I indicated in my previous message in your case you can simply indicate the class and the field of the other kind of object where you want to look for possible values to select in your database list field. On Thu, Sep 17, 2015 at 9:48 PM, HadleysHope <justin.scott-exley@bannerhealth.com> wrote:
Thomas, do you think I would need to use a HQL query to do this? do you know of any examples I might look at for querying other fields to perform the filter? I am entirely unfamiliar with HQL and as of right now struggling not to just uninstall this and move on.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Migration-away-from-TikiWiki-Forms-based-q... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
http://extensions.xwiki.org/xwiki/bin/view/Extension/Repository+Application use this a lot. For example each type of extension has it's own object with various information and documentation associated to the type and then in the extension class (ExtensionCode.ExtensionClass) the "type" field is a database list linked to class "ExtensionCode.ExtensionTypeClass" and field "id", no HQL request involved (it's a bit like defining a foreign key in a database). On Fri, Sep 18, 2015 at 9:40 AM, Thomas Mortagne <thomas.mortagne@xwiki.com> wrote:
HQL is just the last resort. As I indicated in my previous message in your case you can simply indicate the class and the field of the other kind of object where you want to look for possible values to select in your database list field.
On Thu, Sep 17, 2015 at 9:48 PM, HadleysHope <justin.scott-exley@bannerhealth.com> wrote:
Thomas, do you think I would need to use a HQL query to do this? do you know of any examples I might look at for querying other fields to perform the filter? I am entirely unfamiliar with HQL and as of right now struggling not to just uninstall this and move on.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Migration-away-from-TikiWiki-Forms-based-q... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
-- Thomas Mortagne
Sorry looks like I misread your last message, I did not understood you already did that part (thanks Vincent for the explanation). For the second part (field "pre-filter" by first field) I don't think HQL request will be enough and you will probably have to do your own custom displayer for it. On Fri, Sep 18, 2015 at 9:45 AM, Thomas Mortagne <thomas.mortagne@xwiki.com> wrote:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Repository+Application use this a lot. For example each type of extension has it's own object with various information and documentation associated to the type and then in the extension class (ExtensionCode.ExtensionClass) the "type" field is a database list linked to class "ExtensionCode.ExtensionTypeClass" and field "id", no HQL request involved (it's a bit like defining a foreign key in a database).
On Fri, Sep 18, 2015 at 9:40 AM, Thomas Mortagne <thomas.mortagne@xwiki.com> wrote:
HQL is just the last resort. As I indicated in my previous message in your case you can simply indicate the class and the field of the other kind of object where you want to look for possible values to select in your database list field.
On Thu, Sep 17, 2015 at 9:48 PM, HadleysHope <justin.scott-exley@bannerhealth.com> wrote:
Thomas, do you think I would need to use a HQL query to do this? do you know of any examples I might look at for querying other fields to perform the filter? I am entirely unfamiliar with HQL and as of right now struggling not to just uninstall this and move on.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Migration-away-from-TikiWiki-Forms-based-q... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
-- Thomas Mortagne
-- Thomas Mortagne
Hi, On 17 Sep 2015 at 18:36:28, HadleysHope (justin.scott-exley@bannerhealth.com(mailto:justin.scott-exley@bannerhealth.com)) wrote:
Ok so I have been away and run through the FAQ tutorial. I have to say the app in minutes is by far the easiest way to do it, I honestly started to loose the will to live running through the other method, I can see that xwiki is incredibly incredibly powerful in its flexibility in that way but am glad there is another way to get things done because the learning curve would otherwise be too steep for us to consider using xwiki.
Ok, so I have manged to create two new apps one contains states and cities i.e.
Washington, Tacoma Washington, Seattle Texas,Houston Taxas,Dallas Kansas,Wichita
And one that references the values stored in the first. My question is, is there a way, without coding, that I can select "Washington" in one field and it only displays the cities in Washington in another field.
With Tiki this is accomplished with something called "Dynamic Lists" where it looks at a field (linked, remote) to then populate a list based on another (remote) field.
I think we’re missing a good tutorial to explain how to do this. I’ll see what I can do. I’ll also check if I can quickly come up with an extension to make this simpler by adding a custom type in the AWM palette. FTR here’s what it means: * Create a first app to enter the data (city + state), using 2 fields. Either by using Strings or Static Lists. * Populate this first app by creating the 5 entries you have listed above * Create a second app with a “State” field of type DBList and use the class and field of the first app. Note: do not create a second “City” field * Edit the AWM-generated Class Sheet to add logic to generate the “City” field in the HTML form. Write some JS to get the value entered in the “State” field and do a backend REST query passing the state value (and make it return JSON data). Then generate the <option>s of the <select> based on the returned JSON. Also note that all this logic can be encapsulated in a new custom type for the Palette by using the custom displayer field (which you can’t see in the AWM app since it’s a very advanced field. You need to be in the standard Class editor to see it). So if I can succeed in coding this, I could publish this as an extension on extensions.xwiki.org and you’d be able to install it directly in your wiki using the Extension Manager. I just need to find a few hours to do this ;) (will try). Hope it helps, -Vincent
Thanks again for your help.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Migration-away-from-TikiWiki-Forms-based-q...
Thanks so much for your help with this :) -- View this message in context: http://xwiki.475771.n2.nabble.com/Migration-away-from-TikiWiki-Forms-based-q... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Gus, Here’s a first version of a Master-Detail Tutorial: http://dev.xwiki.org/xwiki/bin/view/Drafts/MasterDetailTutorial Now the next step is to build this into XWiki, I’ve created a JIRA issue for that: http://jira.xwiki.org/browse/XWIKI-12598 Note that the tutorial probably needs polishing a bit before we move it to documentation proper (let me know what’s missing when you try to follow it, right now it’s pretty bare of explanations). Thanks -Vincent On 18 Sep 2015 at 14:55:09, HadleysHope (justin.scott-exley@bannerhealth.com) wrote: Thanks so much for your help with this :) -- View this message in context: http://xwiki.475771.n2.nabble.com/Migration-away-from-TikiWiki-Forms-based-q...
Hi, Nice tutorial! I would suggest that, in the State Application, instead of creating a new JSON service (step 6), we reuse the LiveTableResults document that is specific to the State Data Application. Something like: http://localhost:8080/xwiki/bin/get/StateDataCode/StateDataLiveTableResults?... <inputValue> ...or at least list this as a possibility. Also, I`m not sure about the name, since it's extremely technical IMO (as names of design patterns usually are). Not sure of a better name either, maybe "Referencing key-value data" or something along those lines, don`t now. Side note: maybe it would be interesting for AWM to have some template apps meant both to showcase various tasks you can achieve with AWM but also to allow the user to more easily achieve common usecases by creating a new app from template and then customizing the new app to the user's specifics. Thanks, Eduard On Sun, Sep 20, 2015 at 6:28 PM, vincent@massol.net <vincent@massol.net> wrote:
Hi Gus,
Here’s a first version of a Master-Detail Tutorial: http://dev.xwiki.org/xwiki/bin/view/Drafts/MasterDetailTutorial
Now the next step is to build this into XWiki, I’ve created a JIRA issue for that: http://jira.xwiki.org/browse/XWIKI-12598
Note that the tutorial probably needs polishing a bit before we move it to documentation proper (let me know what’s missing when you try to follow it, right now it’s pretty bare of explanations).
Thanks -Vincent
On 18 Sep 2015 at 14:55:09, HadleysHope ( justin.scott-exley@bannerhealth.com) wrote:
Thanks so much for your help with this :)
-- View this message in context: http://xwiki.475771.n2.nabble.com/Migration-away-from-TikiWiki-Forms-based-q...
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
Hi Edy, On 21 Sep 2015 at 11:39:16, Eduard Moraru (enygma2002@gmail.com(mailto:enygma2002@gmail.com)) wrote:
Hi,
Nice tutorial!
I would suggest that, in the State Application, instead of creating a new JSON service (step 6), we reuse the LiveTableResults document that is specific to the State Data Application. Something like: http://localhost:8080/xwiki/bin/get/StateDataCode/StateDataLiveTableResults?...
...or at least list this as a possibility.
That’s a very good idea, I didn’t even think of it! :) I’ve added it as a suggestion. I guess I could rewrite the tutorial and app to skip Step 6 thanks to this. However, I’m hesitating since Step 6 is interesting from a didactic POV since it shows how to create a JSON service.
Also, I`m not sure about the name, since it's extremely technical IMO (as names of design patterns usually are). Not sure of a better name either, maybe "Referencing key-value data" or something along those lines, don`t now.
I think I prefer Master-Detail since AFAIK this is the well-known pattern name for this and I’d like to be easy to find this page when googling.
Side note: maybe it would be interesting for AWM to have some template apps meant both to showcase various tasks you can achieve with AWM but also to allow the user to more easily achieve common usecases by creating a new app from template and then customizing the new app to the user's specifics.
Yes that would be awesome. We’ll need to think about version 2 of AWM soon. This is one good idea. Another one I’d like to propose early next year will be the merging of the Web IDE extension started by Yann (http://extensions.xwiki.org/xwiki/bin/view/Extension/Web+IDE+Application - he’s shown me a more recent demo of it and it’s really nice) inside AWM v2 to offer a comprehensive way of developing apps. Thanks -Vincent
Thanks, Eduard
On Sun, Sep 20, 2015 at 6:28 PM, vincent@massol.net wrote:
Hi Gus,
Here’s a first version of a Master-Detail Tutorial: http://dev.xwiki.org/xwiki/bin/view/Drafts/MasterDetailTutorial
Now the next step is to build this into XWiki, I’ve created a JIRA issue for that: http://jira.xwiki.org/browse/XWIKI-12598
Note that the tutorial probably needs polishing a bit before we move it to documentation proper (let me know what’s missing when you try to follow it, right now it’s pretty bare of explanations).
Thanks -Vincent
On 18 Sep 2015 at 14:55:09, HadleysHope ( justin.scott-exley@bannerhealth.com) wrote:
Thanks so much for your help with this :)
-- View this message in context: http://xwiki.475771.n2.nabble.com/Migration-away-from-TikiWiki-Forms-based-q...
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
Note: I’ve now moved the tutorial to its final location at http://platform.xwiki.org/xwiki/bin/view/DevGuide/MasterDetailTutorial Thanks -Vincent On 20 Sep 2015 at 17:28:31, vincent@massol.net (vincent@massol.net(mailto:vincent@massol.net)) wrote:
Hi Gus,
Here’s a first version of a Master-Detail Tutorial: http://dev.xwiki.org/xwiki/bin/view/Drafts/MasterDetailTutorial
Now the next step is to build this into XWiki, I’ve created a JIRA issue for that: http://jira.xwiki.org/browse/XWIKI-12598
Note that the tutorial probably needs polishing a bit before we move it to documentation proper (let me know what’s missing when you try to follow it, right now it’s pretty bare of explanations).
Thanks -Vincent
On 18 Sep 2015 at 14:55:09, HadleysHope (justin.scott-exley@bannerhealth.com(mailto:justin.scott-exley@bannerhealth.com)) wrote:
Thanks so much for your help with this :)
-- View this message in context: http://xwiki.475771.n2.nabble.com/Migration-away-from-TikiWiki-Forms-based-q...
Thanks Vincent, I am going to look at this today! Gus -- View this message in context: http://xwiki.475771.n2.nabble.com/Migration-away-from-TikiWiki-Forms-based-q... Sent from the XWiki- Users mailing list archive at Nabble.com.
Ok must be doing something wrong :S I get to step 6 and save JSON page and all I get is a blank page entitled "JSON", not anywhere to enter new data :( -- View this message in context: http://xwiki.475771.n2.nabble.com/Migration-away-from-TikiWiki-Forms-based-q... Sent from the XWiki- Users mailing list archive at Nabble.com.
On 21 Sep 2015 at 16:34:08, HadleysHope (justin.scott-exley@bannerhealth.com(mailto:justin.scott-exley@bannerhealth.com)) wrote:
Ok must be doing something wrong :S
I get to step 6 and save JSON page and all I get is a blank page entitled "JSON", not anywhere to enter new data :(
My understanding is that you finished step 6 and you’re now at Step 7. I’ve slightly reworded step 7 at http://platform.xwiki.org/xwiki/bin/view/DevGuide/MasterDetailTutorial#HStep... You need to navigate to the State Application now. Thanks -Vincent
Ok so I didn't miss anything then. I need to go back through the steps and figure out what I have done wrong as this is not working for me. This isn't necessarily a bad thing as it will help me to understand things. Thanks again. -- View this message in context: http://xwiki.475771.n2.nabble.com/Migration-away-from-TikiWiki-Forms-based-q... Sent from the XWiki- Users mailing list archive at Nabble.com.
Ok so went through it again and it didnt work for me so deleted it all and imported the XAR, interestingly that doesnt work for me either, it imports but the city field doesnt populate?! I must be doing something boneheaded here :( <http://xwiki.475771.n2.nabble.com/file/n7596110/Capture.jpg> -- View this message in context: http://xwiki.475771.n2.nabble.com/Migration-away-from-TikiWiki-Forms-based-q... Sent from the XWiki- Users mailing list archive at Nabble.com.
On 21 Sep 2015 at 17:02:43, HadleysHope (justin.scott-exley@bannerhealth.com(mailto:justin.scott-exley@bannerhealth.com)) wrote:
Ok so went through it again and it didnt work for me so deleted it all and imported the XAR, interestingly that doesnt work for me either, it imports but the city field doesnt populate?! I must be doing something boneheaded here :(
I tried the XAR in a new instance too and it worked so my guess is that you added some Javascript Extension and since the default caching is “long”, it’s still in your browser cache. Try refreshing your browser cache and see if it helps. BTW if you want fast answers to debug the issue you could also log on IRC where we’re all present! :) http://dev.xwiki.org/xwiki/bin/view/Community/IRC Thanks -Vincent
Hi Gus, Any luck with the browser cache clearing? If not, I’ll retest everything on your version. What’s your XWiki version already? 7.1.2? Thanks -Vincent On 21 Sep 2015 at 18:43:38, vincent@massol.net (vincent@massol.net(mailto:vincent@massol.net)) wrote:
On 21 Sep 2015 at 17:02:43, HadleysHope (justin.scott-exley@bannerhealth.com(mailto:justin.scott-exley@bannerhealth.com)) wrote:
Ok so went through it again and it didnt work for me so deleted it all and imported the XAR, interestingly that doesnt work for me either, it imports but the city field doesnt populate?! I must be doing something boneheaded here :(
I tried the XAR in a new instance too and it worked so my guess is that you added some Javascript Extension and since the default caching is “long”, it’s still in your browser cache.
Try refreshing your browser cache and see if it helps.
BTW if you want fast answers to debug the issue you could also log on IRC where we’re all present! :)
http://dev.xwiki.org/xwiki/bin/view/Community/IRC
Thanks -Vincent
Hi Vincent I didn’t then I tried it just on a sandbox running on my laptop and it works fine. Long story short I think there is some issue with Java that is running on the box we are wanting to use. I am going to play around with that more and see if I can figure out what is going on. I will update you when I have more info. Thanks again for your help. -----Original Message----- From: Vincent Massol [mailto:vmassol@gmail.com] On Behalf Of vincent@massol.net Sent: Tuesday, September 22, 2015 6:01 AM To: XWiki Users Cc: Scott-Exley, Gus J Subject: Re: [xwiki-users] Master-Detail Tutorial with AWM (was Re: Migration away from TikiWiki - Forms based question.) Hi Gus, Any luck with the browser cache clearing? If not, I’ll retest everything on your version. What’s your XWiki version already? 7.1.2? Thanks -Vincent On 21 Sep 2015 at 18:43:38, vincent@massol.net (vincent@massol.net(mailto:vincent@massol.net)) wrote:
On 21 Sep 2015 at 17:02:43, HadleysHope (justin.scott-exley@bannerhealth.com(mailto:justin.scott-exley@bannerhealth.com)) wrote:
Ok so went through it again and it didnt work for me so deleted it all and imported the XAR, interestingly that doesnt work for me either, it imports but the city field doesnt populate?! I must be doing something boneheaded here :(
I tried the XAR in a new instance too and it worked so my guess is that you added some Javascript Extension and since the default caching is “long”, it’s still in your browser cache.
Try refreshing your browser cache and see if it helps.
BTW if you want fast answers to debug the issue you could also log on IRC where we’re all present! :)
http://dev.xwiki.org/xwiki/bin/view/Community/IRC
Thanks -Vincent
Hi Scott, You didn’t come back to us about what you were able to achieve? I hope you haven’t stopped using XWiki! :) Thanks -Vincent On 22 Sep 2015 at 15:04:14, Scott-Exley, Gus J (justin.scott-exley@bannerhealth.com) wrote: Hi Vincent I didn’t then I tried it just on a sandbox running on my laptop and it works fine. Long story short I think there is some issue with Java that is running on the box we are wanting to use. I am going to play around with that more and see if I can figure out what is going on. I will update you when I have more info. Thanks again for your help. -----Original Message----- From: Vincent Massol [mailto:vmassol@gmail.com] On Behalf Of vincent@massol.net Sent: Tuesday, September 22, 2015 6:01 AM To: XWiki Users Cc: Scott-Exley, Gus J Subject: Re: [xwiki-users] Master-Detail Tutorial with AWM (was Re: Migration away from TikiWiki - Forms based question.) Hi Gus, Any luck with the browser cache clearing? If not, I’ll retest everything on your version. What’s your XWiki version already? 7.1.2? Thanks -Vincent On 21 Sep 2015 at 18:43:38, vincent@massol.net (vincent@massol.net(mailto:vincent@massol.net)) wrote:
On 21 Sep 2015 at 17:02:43, HadleysHope (justin.scott-exley@bannerhealth.com(mailto:justin.scott-exley@bannerhealth.com)) wrote:
Ok so went through it again and it didnt work for me so deleted it all and imported the XAR, interestingly that doesnt work for me either, it imports but the city field doesnt populate?! I must be doing something boneheaded here :(
I tried the XAR in a new instance too and it worked so my guess is that you added some Javascript Extension and since the default caching is “long”, it’s still in your browser cache.
Try refreshing your browser cache and see if it helps.
BTW if you want fast answers to debug the issue you could also log on IRC where we’re all present! :)
http://dev.xwiki.org/xwiki/bin/view/Community/IRC
Thanks -Vincent
participants (5)
-
Eduard Moraru -
HadleysHope -
Scott-Exley, Gus J -
Thomas Mortagne -
vincent@massol.net