Bugs item #1075836, was opened at 2004-11-30 16:06
Message generated for change (Comment added) made by evereasy
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=480577&aid=1075836&group_id=55394

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: evereasy (evereasy)
Assigned to: Nobody/Anonymous (nobody)
Summary: Problem with HTML View, Can not update when using JDK 1.5.0

Initial Comment:
When using HTML View (using JDK 1.5.0_01) to update an
entry, an object class violation problem will happen.
The enclosed screen shot shows it use "person (form
name)" as attribute name and "submit" as value from the
HTML template to add an attribute.

If it use j2sdk1.4.2_06, it will work.

Sysem Information -

# uname
Linux X-Wing 2.6.5-7.97-default #1 Fri Jul 2 14:21:59
UTC 2004 i686 i686 i386 GNU/Linux

# java -version
java version "1.5.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.5.0_01-b06)
Java HotSpot(TM) Client VM (build 1.5.0_01-b06, mixed
mode, sharing)

# locale
LANG=zh_TW.UTF-8
LC_CTYPE="zh_TW.UTF-8"
LC_NUMERIC="zh_TW.UTF-8"
LC_TIME="zh_TW.UTF-8"
LC_COLLATE="zh_TW.UTF-8"
LC_MONETARY="zh_TW.UTF-8"
LC_MESSAGES="zh_TW.UTF-8"
LC_PAPER="zh_TW.UTF-8"
LC_NAME="zh_TW.UTF-8"
LC_ADDRESS="zh_TW.UTF-8"
LC_TELEPHONE="zh_TW.UTF-8"
LC_MEASUREMENT="zh_TW.UTF-8"
LC_IDENTIFICATION="zh_TW.UTF-8"
LC_ALL=


----------------------------------------------------------------------

>Comment By: evereasy (evereasy)
Date: 2005-09-14 15:54

Message:
Logged In: YES 
user_id=1062723

After tested with 3.2 beta 2, it will work if I modify the
HTML template --

Works with Java 5 SE --
<input type="submit" name="Submit" value="&#30906;&#35469;"/> &nbsp;
<input type="reset" name="Reset" value="&#37325;&#35373;"/>
Doesn't Work with Java 5 SE --
<input type="submit" value="&#30906;&#35469;"/> &nbsp; <input
type="reset" value="&#37325;&#35373;"/>

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=480577&aid=1075836&group_id=55394


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Jxplorer-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jxplorer-devel

Reply via email to