Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

concatentation the string in jSTL

newnetJun 17 2009 — edited Jun 18 2009
Hi all,
in Jsp I can use
 Content =  " ,"+ReceiveDate + " ," + ProcessFinishDate + ","
                    + UniversityN + "," + EnglishName + "," + ChineseName + ","
                     + differ1 + "," + differ2 + "," + ProcessStatus + ","
                   ;
       
to contcattenation a group of string together , if all this string inside the ArrayList myall how can I concatenation them together?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 16 2009
Added on Jun 17 2009
8 comments
757 views