Please post your discussion in a relevant topic, as follows:
- Using Workflow Designer
- Using Form Builder
- Using Plugins
- Run Process Problem
- Using External Form
- Several questions
- About form builder and workflow parameter
- Failed when Update via Saved XPDL
- Drop-down menu is invalid in IE6
- Subform not updated when changes are made to the form
- Activity Tools
- Reassigning activity.
- Regarding Username
- How to execute basic operations(Addition, subtraction, multiplication and division) in workflow?
- reference ID plugin don't work
- How to use subflow?
- support of Inter-enterprise workflow in joget wfms
- Using beanshell to terminate process
- Opening PDF atachment
- workflow variable
- I need to send an email to user's "report to"
- Send a reminder to a performer who doesn't executed the assignment
- A replacement for the HOD
- Resubmission
- problem on mobile version
- Evaluation Question(s)
- problem on a simple process
- Refresh problem
- Populate data based on user selected in drop down list
- Deploy End Project
- Fill a Document task
- Using a Java Bean in an Activity Tool between two Human Activity Forms
- 1-N relationship between activities
- Accessing grid values
- Assigning values to workflow variables with the API
- Throwing Exceptions
- Using Workflow variables in Form Variables
- Report Generation
- MySQL plugin configuration
- how to design workflows for countersign with variable number of participants in an activity?
- Assign the same task to multiple users
- Textarea with Newlines in Workflow Variable
- Simple process execution with arguments taken from form variables
- Worflow variable beanshell example
- Which reporting tool i can use to generate reports from Joget BPM
- HOD submit from and need approval highest level.
4 Comments
panyg
Hi,JOGET.
I use joget V2 release.
I already set default character set utf8 on mysql.ini.
When i upload a file and save the task,the chinese display wrong.
When i did not upload a file and save the task,the chinese display right.
How can i do?
Julian
Hi,
I've tried the same steps and got the same result. Tracing the issue, it seems that the problem is a bug in Spring Framework that somehow skips parameter encoding when uploading a https://jira.springframework.org/browse/SPR-6247 (file: https://jira.springframework.org/browse/SPR-6247" originalalias="file: https://jira.springframework.org/browse/SPR-6247" >file: https://jira.springframework.org/browse/SPR-6247
Hmm, will be looking to find possible workarounds for this.
Btw, this is related to the Form Builder, so might be a good idea to discuss this in the Using Form Builder page instead in future.
panyg
Hi,
I downloaded the spring framework 2.5.4 source code and found the file of CommonsFileUploadSupport.java.
I modified it by the solution(SPR-6247.patch) that it was on the website https://jira.springframework.org/browse/SPR-6247.
I complied it on netbean 6.9.1 and let the CommonsFileUploadSupport classe files replaced the old files onspring-webmvc-2.5.4.jar which was in the path(C:\Joget-v2\apache-tomcat-6.0.18\webapps\wflow-wfweb\WEB-INF\lib).
But the problem was still exist.
How can i do?
Julian
Hi,
There's a workaround for the Spring encoding bug, and it's committed into trunk of the source repository (revision 663)
Hope this helps!