on 10/3/2000 12:55 AM, "Shamil Yahin" <[EMAIL PROTECTED]> wrote:
> But it seems that it will not happen unless there will be something
> like this:
>
> if ( name==null || name.length()==0 )
> {
> return null;
> }
>
> If yes, I will add this to my patch.
Hmmm...actually, I would rather throw an exception in that case. null
shouldn't be ever returned for a Screen.
Also, another thing about your solution is it still doesn't solve the
templates issue since the screen is always the same name. :-(
-jon
--
http://scarab.tigris.org/ | http://noodle.tigris.org/
http://java.apache.org/ | http://java.apache.org/turbine/
http://www.working-dogs.com/ | http://jakarta.apache.org/velocity/
http://www.collab.net/ | http://www.sourcexchange.com/
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]