facebook

Code completion in struts tag attributes

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #246789 Reply

    mjmesiti
    Member

    Code completion in struts tag attributes for beans, properties and locally declared variables (or any other objects in the context):

    <bean:write name=”user” property=”firstName” />

    Where both the “user” and “firstName” values are available in code completion and validation.

    <logic:iteration id=”currentRow …
    <bean:write name=”currentRow” property=”user.firstName” />

    Where currentRow would be available in the bean:write tag since it is declared by another tag.
    Also for bean:define AND java scriptlet declared variables, too.

    #246810 Reply

    Riyad Kalla
    Member

    Too late, already filed 😉

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Code completion in struts tag attributes

You must be logged in to post in the forum log in