Re: AJAX issues in struts 2.1.6

2009-09-03 Thread calintz
Hello everyone, i need help here~ these are my jar files struts2-dojo-plugin-2.1.6 struts2-core-2.1.6 --- this is my index.jsp <%@ taglib prefix="s" uri="/struts-tags"%> <%@ taglib prefix="sx" uri="/struts-dojo-tags" %>

Re: AJAX issues in struts 2.1.6

2009-09-03 Thread calintz
After changed to i'm having another problem. what should i set for my ?? this is part of my web.xml struts2 org.apache.struts2.dispatcher.FilterDispatcher actionPackages pages/list.actions

Re: AJAX issues in struts 2.1.6

2009-09-03 Thread calintz
Wes Wannemacher wrote: > > > You need to add a namespace parameter, based on the error, I'm > assuming that you requested either /list or /list.action in your > browser when the error message was thrown, so change the above to the > following - > > > > > -Wes > > > -- > Wes Wannemacher

Struts2 and html select tag problem

2009-10-05 Thread calintz
Hi everyone, I'm having some problems on html select Tag. This is part of my jsp code Testing This is part of my action.java HttpServletRequest request = (HttpServletRequest)ActionContext.getContext().get(ServletActionContext.HTTP_REQUEST); String[] de

Re: Struts2 and html select tag problem

2009-10-06 Thread calintz
Problem solved already...i need to set the option to be selected as below Testing Sorry for my stupid question>"< -- View this message in context: http://www.nabble.com/Struts2-and-html-select-tag-problem-tp25763661p25764804.html Sent from the Struts - User mailing list archive at Nabble.com.