Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1076

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1076
    Summary: Bugfix for managed-beans as inner classes
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 2 minutes
 Time Spent: Unknown
  Remaining: 2 minutes

    Project: XDoclet
 Components: 
             JSF Module
   Versions:
             1.2.2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Sylvain Vieujot

    Created: Sun, 19 Sep 2004 1:46 PM
    Updated: Sun, 19 Sep 2004 1:46 PM

Description:
The managed bean doesn't work with an inner class.
Indeed, the inner classes must be qualified with a $ instead of a dot :
my.company.class1$innerClass instead of my.company.class1.innerClass

The fix is very easy :
In the file modules/jsf/src/xdoclet/modules/jsf/ressources/faces_config_xml.xdt, the 
managed-bean-class should use XDtClass:fullTransformedClassName instead of 
XDtClass:fullClassName (line 10)  :

      <managed-bean-class><XDtClass:fullTransformedClassName/></managed-bean-class>

With this small fix, it works well.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to