History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17172
Type: Bug Bug
Status: Open Open
Assignee: Dmitry Avdeev
Reporter: Phil Shrimpton
Votes: 1
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Struts Support when using wildcards in action mappings

Created: 15 Feb 08 17:01   Updated: 16 Feb 08 15:33
Component/s: J2EE.Struts

Environment: Linux
Issue Links:
Duplicate
This issue duplicates:
STRUTS-212 Struts integration should understand ... Normal Open
 

Build: 7,693
Severity: High

Sub-Tasks  All   Open   
 Sub-Task Progress: 

 Description  « Hide
When using wildcards in struts action mappings struts support in JSPs is lost (all the 'form actions' and other 'form' properties are 'red' and there is no code insight etc.)

For instance, if you have the following action mapping...

<action path="/Product/Add/*" type="com.somecompany.products.{1}.AddProductAction"
name="Add{1}ProductForm"
input="/products/{1}/addProduct.jsp"
validate="true">
<set-property property="cancellable" value="true"/>
<forward name="cancel" path="/do/Product/New"/>
<forward name="success" path="/do/Product/{1}/View"/>
</action>

In JSP's....

<html:form action="/Product/Add/Widget">

...the action '/Product/Add/Widget' can not be resolved.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.