I am trying to implement an auto complete feature using Struts 2 jQuery
plugin - . The suggestion list need to be dynamically
retrieved from backend based on the characters user entered. Is it possible
to implement this behaviour using S2 jQuery plugin? Does anyone has a good
example?
I could not
Hi,
I have an action with a getter/setter of a bean :
public class MyAction extends ActionSupport implements Preparable {
private BeanEvent event = null;
public void prepare() {
this.event = new BeanEvent();
}
public BeanEvent getEvent() {
return this.event;
}
Checked which reference?
On Tue, May 28, 2013 at 12:56 PM, john lee wrote:
>
>
> <%@ taglib prefix="s" uri="/struts-tags"%>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> but when test, in the logfile, giving the error
>
> SEVERE: Servlet.service() for servlet jsp threw e
<%@ taglib prefix="s" uri="/struts-tags"%>
but when test, in the logfile, giving the error
SEVERE: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: /PageMenu.jsp (line: 7, column: 5) No tag
"button" defined in tag lib
4 matches
Mail list logo