Off the top: I doubt your problem has anything to do with RedHat per se
- I'm using Fedora (FC6) just fine with JSPWiki. From the source page
segment you provided, I'd look at the css file that defines the class
'block' to make sure it's being loaded (should be earlier in the source
page display) and to see how the class 'block' is specified in that (and
not some other) css file.
Hassan Schroeder wrote:
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!
_______________________________________________
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