You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Curtiss Howard (JIRA)" <de...@myfaces.apache.org> on 2009/08/12 17:47:14 UTC

[jira] Created: (MYFACES-2330) Get "basic-ajax" sample app working

Get "basic-ajax" sample app working
-----------------------------------

                 Key: MYFACES-2330
                 URL: https://issues.apache.org/jira/browse/MYFACES-2330
             Project: MyFaces Core
          Issue Type: Task
          Components: JSR-314
    Affects Versions: 2.0.0-alpha
            Reporter: Curtiss Howard


Get the Mojarra "basic-ajax" sample app working.  This app tests UI templating and AJAX.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MYFACES-2330) Get "basic-ajax" 2.0 sample app working

Posted by "Curtiss Howard (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745009#action_12745009 ] 

Curtiss Howard commented on MYFACES-2330:
-----------------------------------------

Second set of fixes for these issues:

* Unneeded Javascript files were removed.
* ResponseWriter was doing nothing for startCDATA()/endCDATA().
* FaceletViewDeclarationLanguage was not calling saveView() for all cases.
* HtmlImageRendererBase was not rendering the new "name" attribute.

> Get "basic-ajax" 2.0 sample app working
> ---------------------------------------
>
>                 Key: MYFACES-2330
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2330
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha
>            Reporter: Curtiss Howard
>
> Get the Mojarra "basic-ajax" sample app working.  This app tests UI templating and AJAX.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MYFACES-2330) Get "basic-ajax" 2.0 sample app working

Posted by "Werner Punz (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745179#action_12745179 ] 

Werner Punz commented on MYFACES-2330:
--------------------------------------

I confirm what Curtiss said, the files were deprecated from my side, and I gave Curtiss the permission to delete the them. They broke the resource loading by being included in the build process. I would have deleted them in the long run anyway, if I still want to reuse code from them I probably just would dig them up in the history.


> Get "basic-ajax" 2.0 sample app working
> ---------------------------------------
>
>                 Key: MYFACES-2330
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2330
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha
>            Reporter: Curtiss Howard
>
> Get the Mojarra "basic-ajax" sample app working.  This app tests UI templating and AJAX.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MYFACES-2330) Get "basic-ajax" 2.0 sample app working

Posted by "Curtiss Howard (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745177#action_12745177 ] 

Curtiss Howard commented on MYFACES-2330:
-----------------------------------------

I talked to Werner about this.  The files weren't needed anymore and were causing the generated jsf.js to not work properly.

> Get "basic-ajax" 2.0 sample app working
> ---------------------------------------
>
>                 Key: MYFACES-2330
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2330
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha
>            Reporter: Curtiss Howard
>
> Get the Mojarra "basic-ajax" sample app working.  This app tests UI templating and AJAX.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MYFACES-2330) Get "basic-ajax" 2.0 sample app working

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745156#action_12745156 ] 

Leonardo Uribe commented on MYFACES-2330:
-----------------------------------------

Why _Logger.js  and _SimpleHtmlParser.js  were deleted? If ajax feature for myfaces core 2.0 is not complete yet, I don't believe it is good practice to delete it, maybe someone is working / will work on it and it will require those files.

> Get "basic-ajax" 2.0 sample app working
> ---------------------------------------
>
>                 Key: MYFACES-2330
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2330
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha
>            Reporter: Curtiss Howard
>
> Get the Mojarra "basic-ajax" sample app working.  This app tests UI templating and AJAX.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MYFACES-2330) Get "basic-ajax" 2.0 sample app working

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved MYFACES-2330.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-alpha
         Assignee: Leonardo Uribe

At this time everything is working well, so I'll close this issue. We can reopen it later if necessary (more examples here...)

> Get "basic-ajax" 2.0 sample app working
> ---------------------------------------
>
>                 Key: MYFACES-2330
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2330
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha
>            Reporter: Curtiss Howard
>            Assignee: Leonardo Uribe
>             Fix For: 2.0.0-alpha
>
>
> Get the Mojarra "basic-ajax" sample app working.  This app tests UI templating and AJAX.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MYFACES-2330) Get "basic-ajax" 2.0 sample app working

Posted by "Curtiss Howard (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742417#action_12742417 ] 

Curtiss Howard commented on MYFACES-2330:
-----------------------------------------

First set of fixes for these issues:

* TagHandlerUtils.findNextByType() did not work because it was checking for the wrong type.
* UIRepeat was missing build annotations, so it was not being added as a component at runtime.

> Get "basic-ajax" 2.0 sample app working
> ---------------------------------------
>
>                 Key: MYFACES-2330
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2330
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha
>            Reporter: Curtiss Howard
>
> Get the Mojarra "basic-ajax" sample app working.  This app tests UI templating and AJAX.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.