In the struts-config, the form bean should be defined. The form then, shoud be associated with action mapping that you have connecting the action to the class.
sachin mohite
Nov 21st, 2005
Hello truley speaking at first glance i was not able to make what actualyy your problem is.Then i made a guess My Guess is this you have a jsp page which has a html:f...
To pass the values from dyna form to entity bean, we should follow some design patterns.from action to busine...
venki
Oct 24th, 2005
We can access dynaform bean information in action class after that calls ejb entity beans in execute method .use that entity beans and pass the information of form beans in create or findByprimarykey methods after use if u require.
Ans