Hi,
 
i've got this problem ...
 
i use one action "/sampe/action". it's dispather based action. it got two forwards ("form", "list").
 
forward "form" points to .jsp with common form. this form submit's data to my action (/sample/action)
 
forward "list" points to .jsp with list of elements. from this page i link my action (/sample/action?action=delete&id=1 , /sampe/action?action=create , ...)
 
the problem is that i can't set formbean to be defined in action. camino looks like it set's it (it really set's it it's in struts-config.xml), but when i look into properties of action i see that formbean is not set. the only way to remember formbean for action is to define it in form.
 
any suggestions ?
 
thanks
 
Feky

Reply via email to