Hi, _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Hi, If you look in the xml file where the screens are defined you will see that "${screens.render(productsummaryScreen)}" refers to a screen named 'productsummary'. In that part you will see a reference to 'productsummary.bsh'. That file handles the variables defined in 'categorydetail.ftl' (just aboce the line ${screens.render(productsummaryScreen)}") and will pass them to 'productsummary.ftl' which will output the result. Willem On Wednesday 22 March 2006 12:18, Purani S wrote: > Hi, > can anyone say which screen is this line referring to and where is it > available. This is the line inside "categorydetail.ftl". > "${screens.render(productsummaryScreen)}" > > Purani -- www.willemjanssen.com _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
In reply to this post by puranisank
Thanks Willem. _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
If the line numbers are correct (e.g. the same info in your ftl as in mine)
then it means that you have no information in you productCategoryMember entity. my line 58 states this: <#if productCategoryMembers?has_content> If this is not the problem, what information in which variable out of which entity do you want to display? Regards, Willem On Wednesday 22 March 2006 14:06, Purani S wrote: -- www.willemjanssen.com _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
In reply to this post by puranisank
Thanks willem.But I dont know what is the following error says. _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Purani,
It looks like one of the file paths referenced in your screen definition is incorrect. Also check you screen xml is well-formed -- Kind Regards Andrew Sykes <[hidden email]> Sykes Development Ltd http://www.sykesdevelopment.com _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Free forum by Nabble | Edit this page |