I'm in the process of upgrading a site from bs2 to bs3 and I've run into an 
unexpected (and possibly unrelated?) error. On one page I have links in one 
component that are supposed to update another component. The links are now 
broken and raise an error:

Syntax error, unrecognized expression: 
> /paideia/plugin_listandedit/edit.load/plugin_slider_decks/74?orderby=id&tablename=plugin_slider_decks
>

The "unrecognized expression" is simply the url that is supposed to be 
loaded in the other component. The link that triggers this error looks like 
this:

<a data-toggle="tab" class="plugin_listandedit_list" 
> data-w2p_disable_with="default" data-w2p_method="GET" 
> data-w2p_target="viewpane" 
> href="/paideia/plugin_listandedit/edit.load/plugin_slider_decks/76?orderby=id&amp;tablename=plugin_slider_decks">Asking
>  
> 'When' Questions</a> 
>

So far I've tried updating the web2py.js file to the latest github version, 
but that didn't change anything. I'm really mystified! 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to