O dear... What generated java? If you change Java in for example a XSP (I
guess you mean that) then it depends. 

For example if you have an XSP that looks like:
<xsp:page ....
.....
....
<xsp:logic>
        String notUsed = "not used";
        String myString = "Something"; 
</xsp:logic>
...
...
<xsp:expr>myString</xsp:expr>
..
..
</xsp:page>

Of course notUsed will not influence the output to the browser. But when you
change myString then it will influence browser output.

Mind <xsp:logic> is for adding java code, <xsp:expr> is for outputing a
variable somewhere. See XSP in you cocoon for complete examples...

Regards,

Edgar

-----Oorspronkelijk bericht-----
Van: Aitziber Zubieta [mailto:[EMAIL PROTECTED]]
Verzonden: donderdag 25 april 2002 10:16
Aan: [EMAIL PROTECTED]
Onderwerp: a question of java files


Hi all,

I am very, very new in the use of Cocoon and I wanted to Know if the
changes, that I make, in the generated java file will be represented in the
browser.

Thanks Aitziber



---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to