You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Shane Petroff (JIRA)" <de...@myfaces.apache.org> on 2007/06/29 19:18:04 UTC

[jira] Created: (TOMAHAWK-1041) HtmlRendererUtils - There should always be a submitted value

HtmlRendererUtils - There should always be a submitted value
------------------------------------------------------------

                 Key: TOMAHAWK-1041
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1041
             Project: MyFaces Tomahawk
          Issue Type: Bug
    Affects Versions: 1.1.6, 1.1.5
         Environment: Win2K OpenSuse 10.2
JDK 1.6
Tomcat 5.5.23 and possibly Tomcat 6.1.10
            Reporter: Shane Petroff
            Priority: Critical


I've included a zip file containing a stripped down project. I've deleted gobs of stuff from there so hopefully the remaining classes/files retain some cohesion to an external audience. The zip contains java, jsp and config files. In spite of the maven style directory structure, I haven't actually migrated yet, so dependencies could be a problem. (I'm assuming that most of you will already have everything, and including them in the zip would needlessly create a larger download). I've also included my Intellij IDEA project files in the off chance that someone else uses it. I've mocked out the data access layer (no comments on how awful the mocked code is), so it should be self contained. I've also included a single Selenium IDE test. It's not really a 'test' per se, rather it is a convenient way to navigate to the problem page without my having to describe it. Most of the paths through this stripped down version are broken, so letting Selenium handle the navigation seemed easiest. The test is in src\test\selenium.

I actually have 2 classes of problems I can't figure out. The first is the one outlined in this issue's subject. If you navigate to the detail page via Selenium, then click on one of the other Student command links at the left, MyFaces will complain about submitted values. The components generating the warning are the various HtmlInputTextareas. The other problem can be seen by navigating through students via the same command links: every *second* click of the student commandLink works, but this is related to the myfaces core subproject.

I've included and old tomahawk snapshot jar which still functions correctly, but I get the warnings mentioned above running under 1.1.5 and 1.1.6. This functionality is critical to my application and is preventing me from upgrading to current myfaces versions.


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