[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-5198) Add proposals for attributes of seam mail tags to CA

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Fri Nov 13 15:09:05 EST 2009


     [ https://jira.jboss.org/jira/browse/JBIDE-5198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-5198:
----------------------------------

    Affects: [Documentation (Ref Guide, User Guide, etc.)]
     Labels: new_and_noteworthy  (was: )


There is facelets tag lib xml which defines Seam mail components. So there are not any information about attributes in this xml.
But we can add the attributes in our KB XML schemas or we can try to get all setters with String parameter and treat them as component attributes.

> Add proposals for attributes of seam mail tags to CA
> ----------------------------------------------------
>
>                 Key: JBIDE-5198
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-5198
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Seam
>    Affects Versions: 3.1.0.CR1
>            Reporter: Yura Zhishko
>            Assignee: Alexey Kazakov
>            Priority: Minor
>
> 1) Insert next code into source path
> <m:message xmlns="http://www.w3.org/1999/xhtml"
>     xmlns:m="http://jboss.com/products/seam/mail"
>     xmlns:h="http://java.sun.com/jsf/html">
>   
>     <m:from name="Peter" address="yzhishko at exadel.com" />
>     <m:to name="Yura Zhishko">yzhishko at mail.ru</m:to>
>     <m:subject>Try out Seam!</m:subject>
>     <m:attachment/>
>     
>     <m:body>
>         <p style="color:red"><h:outputText value="Dear Yura" />,</p>
>         <p style="color:green">You can try out Seam by visiting 
>         <a href="http://labs.jboss.com/jbossseam">http://labs.jboss.com/jbossseam</a>.</p>
>         <p>Regards,</p>
>         <p>Pete</p>
>     </m:body>
>     
> </m:message>
> 2) Select any tag, and try to add attribute using CA
> RESULT: There are no CA proposals for attributes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list