<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear Mahesh,<br>
<br>
You need to create your own JSP page with a login form. <br>
<br>
When the form is submitted, you roughly need to:<br>
- create a cmsJspActionElement, as described in the alcacon scriptlet
docu<br>
- do cmsJspActionElement.getCmsObject() to get the cms object and then
you should be able to call <br>
   cmsObject.loginUser(...)<br>
- for redirects I don't remember the code.<br>
<br>
All methods and objects I mentioned are documented in the Alcacon
documentation which comes with every opencms installation<br>
<br>
Hope that helps,<br>
Regards <br>
Christian<br>
<br>
P.S. please don't expect other people to write complete code for you.<br>
<br>
<br>
<br>
mahesh babu wrote:
<blockquote cite="mid20060228191022.5159.qmail@web60817.mail.yahoo.com"
 type="cite">
  <pre wrap="">No i am using the default one which is already in
opencms to check the feature.

Its working now. after i done the code changes in
CMSJSPloginbean.

You are talking about new form. can you through
somemore info on that. 

--- Christian Steinert <a class="moz-txt-link-rfc2396E" href="mailto:christian_steinert@web.de"><christian_steinert@web.de></a>
wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">The OpenCms mailing list <a class="moz-txt-link-rfc2396E" href="mailto:opencms-dev@opencms.org"><opencms-dev@opencms.org></a>
schrieb am 28.02.06 17:17:00:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Anybody can help me out. I am trying to code this.
      </pre>
    </blockquote>
    <pre wrap="">But
    </pre>
    <blockquote type="cite">
      <pre wrap="">i am not able to succeed. Which java program needs
change.

Thanks
Mahesh

      </pre>
    </blockquote>
    <pre wrap="">Dear Mahesh,

Did you create an own login form?
How do users log in?

The idea is that you create an own JSP file which
logs the user into the system and then switches the
project to whatever you want.
Then the JSP would probably redirect the user to the
index page of your website, so that they could start
right away with frontend-editing.

Regards
Christian

    </pre>
  </blockquote>
  <pre wrap=""><!---->______________________________________________________________
  </pre>
  <blockquote type="cite">
    <pre wrap="">Verschicken Sie romantische, coole und witzige
Bilder per SMS!
Jetzt bei WEB.DE FreeMail:
<a class="moz-txt-link-freetext" href="http://f.web.de/?mc=021193">http://f.web.de/?mc=021193</a>


_______________________________________________
This mail is sent to you from the opencms-dev
mailing list
To change your list options, or to unsubscribe from
the list, please visit

    </pre>
  </blockquote>
  <pre wrap=""><!----><a class="moz-txt-link-freetext" href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a>
  </pre>
  <pre wrap=""><!---->

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
<a class="moz-txt-link-freetext" href="http://mail.yahoo.com">http://mail.yahoo.com</a> 

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a>

  </pre>
</blockquote>
<br>
</body>
</html>