Struts 2 jQuery autocompleter and dynamic list

2013-05-28 Thread Mike Hao
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

VisitorFieldValidation with annotations at action level

2013-05-28 Thread JOSE L MARTINEZ-AVIAL
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; }

Re: struts2 s:button

2013-05-28 Thread Dave Newton
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

struts2 s:button

2013-05-28 Thread john lee
<%@ 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