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" %>
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
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
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
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.
5 matches
Mail list logo