[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Re: JSPs, methods and HTML...


> This results in all sorts of errors, because to have it output the html, it
> requires you to close off the code with a %>, which is also the close for
> the declaration tag. If there is no workaround to this that i'm missing
> (other than using out.print, but isnt that what JSP is designed to make
> easier?), then this is a very serious limitation to JSP, which would not
> allow you to customize the html sent to a page from within a method.
> 
> Please correct me if there is a way around this, because I really don't
> want to have to go and add out.print to all my methods within jsp's that
> have html...

 There's no way around this. Sorry! =/