dynamic url parameters in struts tags

2014-01-13 Thread jotpe
Hello, how can i achieve building a dynamic url with dynamic parameters with struts tags in a jsp? My try looks like this: I iterate over a list of available operations. Every operation has a hashtable "params" which contains its http parameters, such as id=4 or detail=true, etc.

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-13 Thread Lukasz Lenart
Remove GXP plugin 2014/1/11 Chris : > Maybe it's not about missing jar but something else. > > 11 janv. 2014 16:41:54 > com.opensymphony.xwork2.config.providers.XmlConfigurationProvider info > INFO: Parsing configuration file [struts-default.xml] > 11 janv. 2014 16:41:54 > com.opensymphony.xwork

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-13 Thread Lukasz Lenart
2014/1/11 Chris : > java.lang.reflect.InvocationTargetException - Class: > com.opensymphony.xwork2.inject.ContainerImpl$MethodInjector > File: ContainerImpl.java > Method: inject > Line: 301 - com/opensymphony/xwork2/inject/ContainerImpl.java:301:-1 > at org.apache.struts2.dispatcher.Dispatche

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-13 Thread Lukasz Lenart
And the CRUD example has been rewritten to use the latest S2 version https://issues.apache.org/jira/browse/WW-3993 2014/1/13 Lukasz Lenart : > 2014/1/11 Chris : >> java.lang.reflect.InvocationTargetException - Class: >> com.opensymphony.xwork2.inject.ContainerImpl$MethodInjector >> File: Contain