Consider the following segment from my struts.xml: <action name="Item" class="action.ItemAction"> <result name="input">/jsp/items/itemEntry.jsp</result> <result name="success">/jsp/items/itemView.jsp</result> <result name="error">/jsp/error.jsp</result> </action> What could be the cause for an action call not calling the correct method? I have a link on 'itemView.jsp' that points to Item!view.action. When I click the link, it opens up the 'itemEntry.jsp'. However, when I manually put the 'Item!view.action' in my browser's address bar it returns the correct page. What could be causing this? _________________________________________________________________ Peek-a-boo FREE Tricks & Treats for You! http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us
- Re: ModelDriven CRUD validation failure s... Jon_French
- Re: ModelDriven CRUD validation failure s... Musachy Barroso
- Re: ModelDriven CRUD validation failure s... Jon_French
- wierd problem Henry Park
- Re: ModelDriven CRUD validation failure still... Jon_French
- Re: ModelDriven CRUD validation failure s... Jon_French
- RE: ModelDriven CRUD validation failure s... Al Sutton
- RE: ModelDriven CRUD validation failure s... Jon_French
- Re: ModelDriven CRUD validation failure s... Musachy Barroso
- RE: ModelDriven CRUD validation failure s... cilquirm
- Calling struts 2 actions Henry Park
- RE: Calling struts 2 actions Henry Park
- Re: ModelDriven CRUD validation failure still causes JPA u... Piero Sartini
- Re: ModelDriven CRUD validation failure still causes ... Musachy Barroso
- Re: ModelDriven CRUD validation failure still causes ... Jon_French