struts2 ajax theme and textarea

2007-08-14 Thread Clement, Steve
I am working with Struts2 within a tabbed panel in an ajax theme. In one of the divs, I am using the in a form that uses the ajax theme. The problem is that the content of the textarea does not submit the new content if I have the notifyTopics attribute set in the submit tag. This problem only oc

params in model driven action

2007-08-16 Thread Clement, Steve
Is there an easy way to suppress the parameter exceptions when I use a model driven action? I know I can add them as exclusions in the interceptor stack config, but this seems a bit cumbersome and adds additional maintenance if the form and model change. Currently, I am using the paramsPreparePara

RE: [S2][Tabbed panel] posting data from one tab

2007-08-17 Thread Clement, Steve
You should be able to set the listenTopic attribute on the div for that panel, and then notify the topic (I think this is on the s:submit tag, but I could be mistaken). See http://struts.apache.org/2.0.9/docs/tag-reference.html for more details. This works if your theme "ajax". One thing I have