i have been fixing bugs in a project in which we are using
actions which are extended from the org.apache.struts.scaffold.BizAction;
can anybody tell me about its methods variables interface etc.
pankaj
-
what is BizAction in struts framework (1 messages)
- Posted by: pankaj kumar
- Posted on: June 16 2005 11:07 EDT
Threaded Messages (1)
- what is BizAction in struts framework by Aaron Craven on June 17 2005 08:16 EDT
-
what is BizAction in struts framework[ Go to top ]
- Posted by: Aaron Craven
- Posted on: June 17 2005 08:16 EDT
- in response to pankaj kumar
org.apache.struts.scaffold.BizAction
Whatever that is, it's not part of the official distribution of Struts. There's no org.apache.struts.scaffold package, as far as I know...
It could be that someone has a)written some custom classes and put them in that package or b)has actually downloaded the struts source and customized it for their use (Struts is open-source, after all).