my index.jsp like this

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd";>
<%...@taglib uri="/struts-tags" prefix="s" %> 
<html> 
        <head> 
                <title>Hello World</title> 
        </head> 
        <body> 
                <s:form action="HelloWorld" > 
                <s:textfield name="userName" label="User Name" />        
                <s:submit /> 
                </s:form> 
        </body> 
</html>

where i place "struts-tags.xml " ?





jayadevan wrote:
> 
> i tried both way
> directly
> and step by step
> 
> 
> Lukasz Lenart wrote:
>> 
>> It's ok, when you got that exception? What url were you entering in
>> web browser? It looks like you went directly to jsp.
>> 
>> 
>> Regards
>> -- 
>> Lukasz
>> http://www.lenart.org.pl/
>> http://dailylog.lenart.org.pl/
>> 
>> Timothy Leary  - "Women who seek to be equal with men lack ambition."
>> - http://www.brainyquote.com/quotes/authors/t/timothy_leary.html
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/org.apache.jasper.JasperException%3A-The-Struts-dispatcher-cannot-be-found.-tp24510546p24511836.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to