Could you send the full text of the updated version of BELArray:Select?


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:flexwiki-
> [EMAIL PROTECTED] On Behalf Of John Davidson
> Sent: Friday, September 28, 2007 12:03 PM
> To: FlexWiki Users Mailing List
> Subject: Re: [Flexwiki-users] DenyRead and WikiTalk
>
> I have tried put a try/catch block in BELArray::Select() as below:
>
> try {
> ..... code block
> }
> catch(FlexWikiAuthorizationException ex) {
>      if (ex != null) {
>             ex = null;
>      }
> }
>
> This appear to correct the error I was seeing. If this means of
> handling the error seems acceptable I will check it in after creating
> a bug report.
>
> John Davidson
>
>
>
> On 9/28/07, Craig Andera <[EMAIL PROTECTED]> wrote:
> > > I think the correct behavior should be that when the WikiTalk finds
> it
> > > is not able to read a Topic it should ignore that particular Topic,
> > > rather than return an error that stops the process.
> >
> > Yeah, I had to make pretty much exactly this change several other
> places in
> > the web app. In the absence of any exception handling capability in
> WikiTalk
> > (right?) your suggestion seems sound. There's a distinguished
> exception that
> > gets thrown (FlexWikiAuthorizationException, I think) in this
> situation, so
> > it should be a matter of a few well-placed try/catch statements.
> >
>
> -----------------------------------------------------------------------
> --
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Flexwiki-users mailing list
> Flexwiki-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flexwiki-users


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to