Johannes Geppert

Ranch Hand
+ Follow
since Jan 12, 2010
Merit badge: grant badges
For More
Germany, Dresden
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Johannes Geppert

You can't compare Struts2 with Spring. I guess you mean Struts2 vs. Spring MVC.
In both Frameworks you have an excellent support for Spring as DI and Spring/Hibernate for DB Access.

I prefer Struts2 because it is relly flexible and extendible with Plugins.

1.) Convention Plugin
No more XML Hell!

2.) REST Plugin
Support for REST based URLs and Applications

3.) Getter/Setter for Parameter

4.) jQuery Plugin :-)

5.) JSON Plugin

Johannes

13 years ago
Do you have seen the Struts2 jQuery Tree Tag?
This in combination with AJAX Links should fit your requirments.

Johannes
13 years ago
no, this is currently not supported.


Johannes
13 years ago
Please Check follwing Points:

1.) Why is your gridModel Attribute empty? This must match a collection propertie of your JSON Action.

2.) How looks your JSON Result? Is it successfully?

3.) Do you have a recursion in your gridModel? If yes you should exclude this properties from JSON result via the JSON annotion.

Johannes
13 years ago
Please post the Stacktrace.

Johannes
13 years ago
I guesss the problem is the name of your gridmodel. You have named it in your action listfriend but in your grid tag you named it gridModel.


Johannes
13 years ago
You can try out reloadTopics in combination with formIds attribute.



Johannes
13 years ago
what is happens when you call your JsonTable action directly?
Do You get an valid JSON Result?

Johannes
13 years ago
Hard to say, it is dependent from your work.

But don't use Struts1 and don't use JSF 1.x!

Struts2 is a good choose if you like and if you need an action based Application.

Johannes
13 years ago


Johannes
13 years ago
This means the plugin is now using jQuery UI 1.8.9.

Are all form submitted twice? Is it reproduce able in the showcase?

Johannes
13 years ago
can you please give some more code?

Johannes
13 years ago
with value attribute.


<sj:checkboxlist
id="checkboxbuttonset"
tooltip="Choose your Friends"
label="Friends"
list="{'Patrick', 'Jason', 'Jay', 'Toby', 'Rene'}"
value="Jay"
name="echo"/>

Johannes
13 years ago
how is your grid configured?

Johannes
13 years ago
I can recommend YAML! I use it for the Struts2 jQuery Showcase.

Johannes
13 years ago