Emilio Butrage�o

Greenhorn
+ Follow
since Mar 05, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Emilio Butrage�o

Check for the presence of any filters that intercept the request before they reach Struts. Examine your web.xml closely. Good luck
20 years ago
Unless you have to support Struts, I would say move to JSF all together if you need the capabilities they offer. Struts + JSF isn't all what its said to be. That said, I plan on staying with Struts until I there is good enough reason to move to JSF.
20 years ago
Use the html tag library to represent each box, and set the property to the name of the corresponding variable of the form bean. Then have an action associated to the form bean use the values to perform the business logic.
20 years ago
I'd avise using JSTL, it will save you lots of time, and looks easier to the eye!
20 years ago
You can assign a Web project (WAR) to a new or any existing EAR when creating it, but a WAR must have an EAR, although not visa versa.
20 years ago
Please post both files, and how you invoke the action classes.
20 years ago
Eric -
Do what the previous posters have suggested, and if that does not work, look at how you are invoking the action class.
I use WSAD and have not seen those problems. Good luck
20 years ago
I will agree with Srikanth, that is probably the easiest solution. Good luck.
20 years ago