RE: problem There is no Action mapped for namespace / and action name hellome. -

2007-11-23 Thread kushi


structs.xml is placed at "C:\Documents and
Settings\Admin\structExample\src\java\structs.xml"

action is called in index.jsp like " ">Hello "


Rajagopal_Yendluri wrote:
> 
> Where is your struts.xml placed  How you are invoking the action
> from your jsp ???
> 
> Regards,
> Rajagopal Y (Raj)
> HCU-Consulting & Enterprise Solutions.
> Phone: (C) +91-9986584084 / (W)+91-80-6658 3685.
> -Original Message-
> From: kushi [mailto:[EMAIL PROTECTED] 
> Sent: Friday, November 23, 2007 1:23 PM
> To: user@struts.apache.org
> Subject: problem There is no Action mapped for namespace / and action
> name hellome. -
> 
> 
> Hello 
> i am beginner,i have just make a small hello program .when i run my
> program
> i fine this error.
> 
> HTTP Status 500 -
> 
> type Exception report
> 
> message
> 
> description The server encountered an internal error () that prevented
> it
> from fulfilling this request.
> 
> exception
> 
> There is no Action mapped for namespace / and action name hellome. -
> [unknown location]
> 
> com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.ja
> va:186)
> 
> org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(Strut
> sActionProxyFactory.java:41)
>   
> org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:4
> 94)
> 
> org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher
> .java:419)
> 
> org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFi
> lter.java:368)
> 
> note The full stack trace of the root cause is available in the Apache
> Tomcat/5.5.17 logs.
> Apache Tomcat/5.5.17
> 
> please let me suggest why this error is encounter.
> 
> Thanks
> kushi
> -- 
> View this message in context:
> http://www.nabble.com/problem-There-is-no-Action-mapped-for-namespace---
> and-action-name-hellome.---tf4860176.html#a13908169
> Sent from the Struts - User mailing list archive at Nabble.com.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> DISCLAIMER:
> This email (including any attachments) is intended for the sole use of the
> intended recipient/s and may contain material that is CONFIDENTIAL AND
> PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying
> or distribution or forwarding of any or all of the contents in this
> message is STRICTLY PROHIBITED. If you are not the intended recipient,
> please contact the sender by email and delete all copies; your cooperation
> in this regard is appreciated.
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/problem-There-is-no-Action-mapped-for-namespace---and-action-name-hellome.---tf4860176.html#a13909082
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



problem There is no Action mapped for namespace / and action name hellome. -

2007-11-22 Thread kushi

Hello 
i am beginner,i have just make a small hello program .when i run my program
i fine this error.

HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it
from fulfilling this request.

exception

There is no Action mapped for namespace / and action name hellome. -
[unknown location]

com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:186)

org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(StrutsActionProxyFactory.java:41)

org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:494)

org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:419)

org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:368)

note The full stack trace of the root cause is available in the Apache
Tomcat/5.5.17 logs.
Apache Tomcat/5.5.17

please let me suggest why this error is encounter.

Thanks
kushi
-- 
View this message in context: 
http://www.nabble.com/problem-There-is-no-Action-mapped-for-namespace---and-action-name-hellome.---tf4860176.html#a13908169
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



how to use form input in java class

2007-10-18 Thread kushi

Hi

I just devlop a form that upload a file (this form contains a text box & a
command button(OK button)).
my requirement is that when i click on ok button then i call an action named 
"action1" .
On this action1 which class is excuted is specified in struts.xml.
In struts.xml i define action class "action1class.java" .in
"action1class.java" class  i required file name that i input in textbox.
so how i can use that name in my java class .please give me ur suggestion as
soon as possible.


Thanks in advance.
kushi
-- 
View this message in context: 
http://www.nabble.com/how-to-use-form-input-in-java-class-tf4645786.html#a13270913
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Starting of Tomcat failed, the server port 8084 is already in use.

2007-09-24 Thread kushi

Hello!

  I have a problem when i want to start my project in NetBeans he show me
next thing: 

Starting server Bundled Tomcat (5.5.17)
Starting of Tomcat failed, the server port 8084 is already in use.
C:\Program
Files\Tomcat6\apache-tomcat-6.0.13\webapps\BucketExplorerOnline_Code\nbproject\build-impl.xml:501:
Deployment error:
Starting of Tomcat failed, the server port 8084 is already in use.


please give me suggestions,how i can run my program.

-- 
View this message in context: 
http://www.nabble.com/Starting-of-Tomcat-failed%2C-the-server-port-8084-is-already-in-use.-tf4507594.html#a12855356
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



hide & unhide hyperlink

2007-08-22 Thread kushi

Hello ,

i want to know how to hide & unhide a hyperlink.

Thanks

-- 
View this message in context: 
http://www.nabble.com/hide---unhide-hyperlink-tf4315531.html#a12287720
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



how to print & check value of boolean variable

2007-08-22 Thread kushi

Hello,

i want to know how i can print value of a boolean variable in struts ,which
i used in my java class.

thanks
-- 
View this message in context: 
http://www.nabble.com/how-to-print---check-value-of-boolean-variable-tf4315530.html#a12287717
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



how to use confirm dialog box

2007-08-21 Thread kushi

Hello experts,

please suggest how to use confirmation dialog box in web application.
i want to use this box in my application, where i list multiple files in JSP
page.
if i want to delete any file then first i want to show confirmation dialog
like "are u sure to delete?" with yes or no option. if i click on yes then
it will call action class "delete". & if i click no then it have to on the
same page.

please give me solution as soon as possible.

thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/how-to-use-confirm-dialog-box-tf4309759.html#a12269061
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]