Bugs item #1075836, was opened at 2004-11-30 19:06 Message generated for change (Settings changed) made by pegacat 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: Closed >Resolution: Invalid Priority: 5 Submitted By: evereasy (evereasy) >Assigned to: Christopher Betts (pegacat) 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: Christopher Betts (pegacat) Date: 2005-09-14 23:12 Message: Logged In: YES user_id=558207 Hi Evereasy, this isn't a bug; we changed the way the html templates worked to fix another problem. It's actually documented in the release notes. Sorry about the inconvenience! --------release notes----------- Fix for HTML templates. ----------------------- This fixes a problem with the submit button not working properly. The fix to the problem with the submit button requires the submit button to be given a name: e.g. old: <input type="submit" value="Submit"/> //(DOESN'T WORK!) new: <input type="submit" name="Submit" value="Submit"/> -------------------- cheers! - Chris ---------------------------------------------------------------------- Comment By: evereasy (evereasy) Date: 2005-09-14 17: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="確認"/> <input type="reset" name="Reset" value="重設"/> Doesn't Work with Java 5 SE -- <input type="submit" value="確認"/> <input type="reset" value="重設"/> ---------------------------------------------------------------------- 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 Jxplorer-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jxplorer-devel