[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-1077) Seam refactoring tools

Daniel Azarov (JIRA) jira-events at lists.jboss.org
Tue May 12 07:34:46 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12466920#action_12466920 ] 

Daniel Azarov commented on JBIDE-1077:
--------------------------------------

First movie (http://screencast.com/t/4HZuNNZmd3o) shows rename in EL

1. In pages.xml

<description>Confirm booking: #{booking.description}</description> -> <description>Confirm booking: #{cooking.description}</description>

2. In book.xhtml

<rich:calendar id="checkinDate" value="#{booking.checkinDate}" required="true" datePattern="MM/dd/yyyy" event="onblur" reRender="checkinDateDecorate" style="width: auto;"/>

->

<rich:calendar id="checkinDate" value="#{cooking.checkinDate}" required="true" datePattern="MM/dd/yyyy" event="onblur" reRender="checkinDateDecorate" style="width: auto;"/>

<h:selectOneRadio id="smoking" value="#{booking.smoking}" layout="pageDirection"> -> <h:selectOneRadio id="smoking" value="#{cooking.smoking}" layout="pageDirection">

etc.

Is it enough? Should I do another movie?

> Seam refactoring tools
> ----------------------
>
>                 Key: JBIDE-1077
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-1077
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Plan, Seam
>    Affects Versions: 2.0.0.Beta4
>            Reporter: Denis Golovin
>            Assignee: Daniel Azarov
>            Priority: Critical
>             Fix For: 3.1.0.M1
>
>         Attachments: Screenshot.png
>
>
> Detailed description is here http://www.jboss.org/community/docs/DOC-13479

-- 
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