DO NOT REPLY [Bug 37557] missleading error msg from-table-column

2012-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37557

Glenn Adams  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #4 from Glenn Adams  2012-04-01 07:08:09 UTC ---
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 37557] - missleading error msg from-table-column

2005-11-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37557


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-11-24 16:13 ---
I fixed it in SVN Trunk:
http://svn.apache.org/viewcvs?rev=348749&view=rev

Thanks for reporting the problem.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 37557] - missleading error msg from-table-column

2005-11-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37557





--- Additional Comments From [EMAIL PROTECTED]  2005-11-18 19:30 ---
in /src/java/org/apache/fop/fo/expr/FromTableColumnFunction.java
all the "public Property eval" does is to decide between two 
PropertyExeceptions.

case 1) the construct:


... 

results in:
"from-table-column unimplemented!"


case 2) but the following more common construct 
(valid according to
http://www.w3.org/TR/xsl/slice5.html#section-N7097-Function-Calls)



... 

results in:
"Incorrect parameter to from-table-column function"

that may be correct for the internal work of fop, but looks (at least for me)
like there was something wrong with the statment in my fo-file.

because the "fo:from-table-column()" is not implemented at all
(as far as i can see the FromTableColumnFunction.java does not more than
decide between this two messages) i think it would be clearer for the end-user
to see only the first message in all cases (for now). The second message leads
to the thinking that there is an error in the fo-file ("fo:from-table-column()")
and what was missleading for me.

you see: complaining about obscurity i am not precise myself ;-)

gerhard





-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 37557] - missleading error msg from-table-column

2005-11-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37557


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2005-11-18 15:55 ---
Sorry your bug report isn't clear. What messages are you referring to?

Please provide a sample FO file that demonstrates the problem (attach it to 
the bug report, don't Copy & Paste it in) together with a more precise 
description of the error messages you are referring to. Thanks,

Chris

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.