About Me
Created by jogep
My Work
I work at a local Utilities Company called ENSO AG in Dresden. My focus is software engineering, project management and programming of Java based Web Applications and Portlet Development.Martial Arts
My most favorite hobby is martial arts. For over 15 years I am working on this interesting topic. I train in Karateverein Kushanku-Kai Leipzig e.V. . This club I co-founded in 1995 and have since worked on the board. Seit meinem Umzug von Leipzig nach Dresden bin ich auf der Suche nach einem neuen Verein für das wöchentliche Training.Programmierung
While programming is actually my job, but fortunately also my hobby. Why I am working even after my work in various projects. Among other things, I am a committer on the Apache Struts2 Project and creator of the Struts2 jQuery Plugin.Films
Ich liebe es gute Filme anzusehen. Meine Lieblingsfilme sind:- Kill Bill I
- Kill Bill II
- From Dusk Till Down
- Fight Club
- The Big Lebowski
- Wag the Dog
- Southpark
- The Crow
- Sin City
- American History X
- Hero
- All Bruce Lee Filme
- Nearly all Jet Li Filme
Music
Here are a few of my favorite bands and favorite composers.- Apocalyptica
- Rammstein
- Therion
- Nigthwish
- Lacrimosa
- Sepultura & Soulfly
- Haggard
- Hypocrisy
- Knorkator
- Franz Liszt
- Edward Grieg
- Vivaldi
Twitter
Facebook
Github
Xing
LinkedIn
Hi,
Not sure if the message on the contact form went through…
First, wanted to say that you’ve done amazing work with the struts2jquery plugin.
Second, wanted to ask how can I make it support UTF8…
Let’s say I have an ajax button
Using a label…and the label value is not on English..what can I do?
Also data coming back in ajax is not displayed in UTF8.
Thanks,
Ron.
UTF-8 has nothing to do with the plugin.
add following code at the top of your JSP and your
result should be in UTF-8 charcter set.
< %@page pageEncoding="UTF-8"%>
Hi,
I am using struts2 jQuery plugin in my web application. I am using your subscribe plugin for event subscription.I am facing an issue, the methods are subscribed multiple times. I have read the documentation as well as the code of the plugin,a variable “multiple” is being used to avoid the scenario. But i could not find a way to set this variable in order to prevent event to be subscribed multiple times with the same topic.