You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Anitha Suraj (JIRA)" <de...@myfaces.apache.org> on 2006/07/13 00:07:32 UTC

[jira] Created: (TOMAHAWK-541) Tomahawk TLD error

Tomahawk TLD error
------------------

         Key: TOMAHAWK-541
         URL: http://issues.apache.org/jira/browse/TOMAHAWK-541
     Project: MyFaces Tomahawk
        Type: Bug

  Components: Schedule  
    Versions: 1.1.4-SNAPSHOT    
 Environment: I am using WindowsXP and running on Weblogic version 8.1.
    Reporter: Anitha Suraj


On weblogic8.1, when I precompile the JSPs, all the JSPs are failing with this error:

 Error in using tag library uri='http://myfaces.apache.org/tomahawk' prefix='t': type mismatch for property 'visibleEndHour', for Tag class 'org.apache.myfaces.custom.schedule.ScheduleTag': tld says java.lang.Integer, implementation type is java.lang.String



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


[jira] Commented: (TOMAHAWK-541) Tomahawk TLD error

Posted by "Anitha Suraj (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-541?page=comments#action_12421203 ] 
            
Anitha Suraj commented on TOMAHAWK-541:
---------------------------------------

Yeah I figured there are a lot more attributes that need to be modified in the tomahawk.tld file for the ScheduleTag. I am attaching the tld file after we modified it locally for testing. It works with our local changes. Thanks.



> Tomahawk TLD error
> ------------------
>
>                 Key: TOMAHAWK-541
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-541
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Schedule
>    Affects Versions: 1.1.4-SNAPSHOT
>         Environment: I am using WindowsXP and running on Weblogic version 8.1.
>            Reporter: Anitha Suraj
>
> On weblogic8.1, when I precompile the JSPs, all the JSPs are failing with this error:
>  Error in using tag library uri='http://myfaces.apache.org/tomahawk' prefix='t': type mismatch for property 'visibleEndHour', for Tag class 'org.apache.myfaces.custom.schedule.ScheduleTag': tld says java.lang.Integer, implementation type is java.lang.String

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

        

[jira] Commented: (TOMAHAWK-541) Tomahawk TLD error

Posted by "Anitha Suraj (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-541?page=comments#action_12421254 ] 
            
Anitha Suraj commented on TOMAHAWK-541:
---------------------------------------

Hi,

I just added a diff file. Hope that's what you're looking for. Thanks so much.

-Anitha


> Tomahawk TLD error
> ------------------
>
>                 Key: TOMAHAWK-541
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-541
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Schedule
>    Affects Versions: 1.1.4-SNAPSHOT
>         Environment: I am using WindowsXP and running on Weblogic version 8.1.
>            Reporter: Anitha Suraj
>         Assigned To: Matthias Weßendorf
>         Attachments: tomahawk.tld, tomahawk.tld.diff
>
>
> On weblogic8.1, when I precompile the JSPs, all the JSPs are failing with this error:
>  Error in using tag library uri='http://myfaces.apache.org/tomahawk' prefix='t': type mismatch for property 'visibleEndHour', for Tag class 'org.apache.myfaces.custom.schedule.ScheduleTag': tld says java.lang.Integer, implementation type is java.lang.String

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

       

[jira] Commented: (TOMAHAWK-541) Tomahawk TLD error

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-541?page=comments#action_12420745 ] 

Matthias Weßendorf commented on TOMAHAWK-541:
---------------------------------------------

this is not the only one, which is broken.

thanks!

> Tomahawk TLD error
> ------------------
>
>          Key: TOMAHAWK-541
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-541
>      Project: MyFaces Tomahawk
>         Type: Bug

>   Components: Schedule
>     Versions: 1.1.4-SNAPSHOT
>  Environment: I am using WindowsXP and running on Weblogic version 8.1.
>     Reporter: Anitha Suraj

>
> On weblogic8.1, when I precompile the JSPs, all the JSPs are failing with this error:
>  Error in using tag library uri='http://myfaces.apache.org/tomahawk' prefix='t': type mismatch for property 'visibleEndHour', for Tag class 'org.apache.myfaces.custom.schedule.ScheduleTag': tld says java.lang.Integer, implementation type is java.lang.String

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


[jira] Commented: (TOMAHAWK-541) Tomahawk TLD error

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-541?page=comments#action_12421205 ] 
            
Matthias Weßendorf commented on TOMAHAWK-541:
---------------------------------------------

can you provide a diff against the schedule attributes (using the SVN?)



> Tomahawk TLD error
> ------------------
>
>                 Key: TOMAHAWK-541
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-541
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Schedule
>    Affects Versions: 1.1.4-SNAPSHOT
>         Environment: I am using WindowsXP and running on Weblogic version 8.1.
>            Reporter: Anitha Suraj
>         Attachments: tomahawk.tld
>
>
> On weblogic8.1, when I precompile the JSPs, all the JSPs are failing with this error:
>  Error in using tag library uri='http://myfaces.apache.org/tomahawk' prefix='t': type mismatch for property 'visibleEndHour', for Tag class 'org.apache.myfaces.custom.schedule.ScheduleTag': tld says java.lang.Integer, implementation type is java.lang.String

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

       

[jira] Commented: (TOMAHAWK-541) Tomahawk TLD error

Posted by "Anitha Suraj (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-541?page=comments#action_12421210 ] 
            
Anitha Suraj commented on TOMAHAWK-541:
---------------------------------------

Sorry I am not using SVN. But I can tell you all the attributes we changed. All the attributes in the ScheduleTag are Strings. In the tld file, we modified all attributes that were not defined as java.lang.String. This is the list of attributes modified to java.lang.String in tomhawk.tld file:

visibleEndHour
visibleStartHour
workingEndHour
workingStartHour
submitOnClick
compactMonthRowHeight
compactWeekRowHeight
detailedRowHeight
readonly
tooltip
renderZeroLengthEntries
expandToFitEntries

> Tomahawk TLD error
> ------------------
>
>                 Key: TOMAHAWK-541
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-541
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Schedule
>    Affects Versions: 1.1.4-SNAPSHOT
>         Environment: I am using WindowsXP and running on Weblogic version 8.1.
>            Reporter: Anitha Suraj
>         Attachments: tomahawk.tld
>
>
> On weblogic8.1, when I precompile the JSPs, all the JSPs are failing with this error:
>  Error in using tag library uri='http://myfaces.apache.org/tomahawk' prefix='t': type mismatch for property 'visibleEndHour', for Tag class 'org.apache.myfaces.custom.schedule.ScheduleTag': tld says java.lang.Integer, implementation type is java.lang.String

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

        

[jira] Commented: (TOMAHAWK-541) Tomahawk TLD error

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-541?page=comments#action_12421215 ] 
            
Matthias Weßendorf commented on TOMAHAWK-541:
---------------------------------------------

ok, harder to maintain, but give me some days

> Tomahawk TLD error
> ------------------
>
>                 Key: TOMAHAWK-541
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-541
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Schedule
>    Affects Versions: 1.1.4-SNAPSHOT
>         Environment: I am using WindowsXP and running on Weblogic version 8.1.
>            Reporter: Anitha Suraj
>         Assigned To: Matthias Weßendorf
>         Attachments: tomahawk.tld
>
>
> On weblogic8.1, when I precompile the JSPs, all the JSPs are failing with this error:
>  Error in using tag library uri='http://myfaces.apache.org/tomahawk' prefix='t': type mismatch for property 'visibleEndHour', for Tag class 'org.apache.myfaces.custom.schedule.ScheduleTag': tld says java.lang.Integer, implementation type is java.lang.String

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

       

[jira] Resolved: (TOMAHAWK-541) Tomahawk TLD error

Posted by "Jurgen Lust (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOMAHAWK-541?page=all ]

Jurgen Lust resolved TOMAHAWK-541.
----------------------------------

    Fix Version/s: 1.1.5-SNAPSHOT
       Resolution: Fixed

> Tomahawk TLD error
> ------------------
>
>                 Key: TOMAHAWK-541
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-541
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Schedule
>    Affects Versions: 1.1.4-SNAPSHOT
>         Environment: I am using WindowsXP and running on Weblogic version 8.1.
>            Reporter: Anitha Suraj
>         Assigned To: Jurgen Lust
>             Fix For: 1.1.5-SNAPSHOT
>
>         Attachments: tomahawk.tld, tomahawk.tld.diff
>
>
> On weblogic8.1, when I precompile the JSPs, all the JSPs are failing with this error:
>  Error in using tag library uri='http://myfaces.apache.org/tomahawk' prefix='t': type mismatch for property 'visibleEndHour', for Tag class 'org.apache.myfaces.custom.schedule.ScheduleTag': tld says java.lang.Integer, implementation type is java.lang.String

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