You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Jeff Conrad <jc...@yahoo.com> on 2004/03/30 20:53:43 UTC

Re: users Digest 29 Mar 2004 16:19:19 -0000 Issue 2618

Your problem looks similar to an issue I brought up
but was not addressed by anyone.  It seems that the
XSP compiler was not able to handle typecasting

String s = (String) x;

Was failing.

__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: users Digest 29 Mar 2004 16:19:19 -0000 Issue 2618

Posted by Klaus Bertram <be...@n-bis.de>.
Hi Jeff,

i use type casting and had no problems.
but I use
String s = (String)x;
without a blank before x.
When i remeber right i had a compiler error with the blank in.

Klaus

Torsten Curdt wrote:
> Jeff Conrad wrote:
> 
>> Your problem looks similar to an issue I brought up
>> but was not addressed by anyone.  It seems that the
>> XSP compiler was not able to handle typecasting
>>
>> String s = (String) x;
>>
>> Was failing.
> 
> 
> What? Please point me to that thread.
> This is more than just unlikely.
> 
> cheers
> -- 
> Torsten

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: users Digest 29 Mar 2004 16:19:19 -0000 Issue 2618

Posted by Torsten Curdt <tc...@vafer.org>.
Jeff Conrad wrote:

> Your problem looks similar to an issue I brought up
> but was not addressed by anyone.  It seems that the
> XSP compiler was not able to handle typecasting
> 
> String s = (String) x;
> 
> Was failing.

What? Please point me to that thread.
This is more than just unlikely.

cheers
--
Torsten



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org