users@glassfish.java.net

Re: OpenID for Web Apps?

From: <glassfish_at_javadesktop.org>
Date: Sun, 12 Oct 2008 04:08:24 PDT

Can you please tell me what are you trying to do here at

String sTag = "", iStartPos + 1);
if (iEndPos > -1) {
String sSingleTag = sHTML.substring(iStartPos, iEndPos);
iStartPos = iEndPos + 1;

what is iStartPos & iEndPos ? Have you defined them earlier?

Also, what is

String sTag = "", iStartPos + 1); ?
[Message sent by forum member 'raghuveerp' (raghuveerp)]

http://forums.java.net/jive/thread.jspa?messageID=305447