| Author |
DispatchAction Problem in Struts 1.3.10
|
Mark Henryson
Ranch Hand
Joined: Jul 11, 2005
Posts: 200
|
|
I have downloaded struts 1.3.10 and begin to write a DispatchAction and to my surprise, the package org.apache.struts.actions itself is not present in struts-core-1.3.10.jar.
Whether I can't use DispatchAction? Please help on it? I have an existing application with struts 1.2 and want to convert it to struts 1.3.10 without much code changes and this DispatchAction is eating my time and I need to find any more surprises aree awaitinf.
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
The DispatchAction is considered an "extra", so it's in struts-extras-1.3.10.jar.
The other surprise is that you will have to change the URLs for your Struts taglib definitions. Example:
|
Merrill
Consultant, Sima Solutions
|
 |
gayan sukumal
Greenhorn
Joined: Apr 16, 2012
Posts: 1
|
|
|
How can we get to know this URL.
|
 |
Shankar Tanikella
Ranch Hand
Joined: Jan 30, 2011
Posts: 329
|
|
Hi Gayan,
I prefer to have the respective tld files in my application and have the same configured. example
|
Have Fun with Java
little,little.. little by little makes a lot..
|
 |
vipul bondugula
Ranch Hand
Joined: Oct 14, 2010
Posts: 218
|
|
gayan sukumal wrote:How can we get to know this URL.
You can know the URL from tld file...Open the tld file and check the url in there....
|
Thanks
Vipul Kumar
|
 |
 |
|
|
subject: DispatchAction Problem in Struts 1.3.10
|
|
|