Yesterday I downloaded 2.4.102 and installed it on 2 machines.

system #1: SuSE 10 - Tomcat 6.0.13 - JDK 1.6: works fine

system #2: RedHat ES - Tomcat (5.5.9 | 6.0.13) - (JDK 1.5 | 1.6): NG
        
On #2 when I try to create an account, the page that displays is
missing input areas for 'Login name', 'Wiki name', 'Full name' --
even though the labels are there.

Copied from 'view generated source' in Firefox:
--------------------------------------------------------------------
        <form id="editProfile" action="UserPreferences.jsp?tab=profile"
method="post" accept-charset="UTF-8">

          <!-- Login name -->
          <div class="block">

            <label>Login name</label>


          </div>

          <!-- Password; not displayed if container auth used -->

            <div class="block">
              <label>Password</label>
              <input name="password" size="30" value="" type="password">
              <div class="description">
                Sets your account password. It may not be blank.
              </div>

            </div>

            <div class="block">
              <label>Password (re-type)</label>
              <input name="password2" size="30" value="" type="password">
              <div class="description">
                Type your password again.
              </div>
            </div>


          <!-- Wiki name -->

          <div class="block">
            <label>Wiki name</label>


          </div>

          <!-- Full name -->
          <div class="block">
            <label>Full name</label>
--------------------------------------------------------------------

And (of course!) system #2 is the one I really need to have working
for a short-fuse project :-)

Is this a known problem, or is there a best way to troubleshoot?
There aren't any exceptions in the Tomcat logs.

TIA!
-- 
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
                opinion: webtuitive.blogspot.com
                                
                          dream.  code.


_______________________________________________
This is the Jspwiki-users mailing list, in which we discuss the 
stable release (even-numbered, 2.4.x, 2.6.x), and user-issues. 
For development discussion, please join jspwiki-dev.
http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users
http://www.jspwiki.org/JSPWikiMailingList

Reply via email to