YUI Plugin - parameters in Action are not set

2009-05-14 Thread Jan Rosendahl
Hi, I try to use the yui:autocompleter (struts2yuiplugin-0.1-ALPHA-7.jar + jsonplugin-0.33.jar ) Problem: The parameters in my Action class are not set ( by the params interceptor ). Maybe I have to put the params to the action-URL myself ? short extract of my JSP is this: .. <%@ taglib prefi

Re: YUI Plugin - parameters in Action are not set

2009-05-14 Thread Jan Rosendahl
sorry for the mess, Thunderbird scrambled my text a little bit ... Jan - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: YUI Plugin - parameters in Action are not set

2009-05-14 Thread Jan Rosendahl
I've found some issues. Writing about this will solve the whole thing :-) 1) the argument sent to the action is named 'query' (hard coded) while I assumed it would be taken from the 'name' ( -> product in my case. ( That would be nice to be mentioned in the documentation ( at http://cwiki.apa