Struts 2 And JFreeChart

2008-07-30 Thread cree
Hello Everyone, Got a quick question regarding the streaming of a JFreeChart (or any image) and how to be able to handle it on a jsp. I have create a servlet that will stream out an image to the jsp using a syntax similar to (in my struts.xml): action name=testChart

s:div Append Href

2008-07-17 Thread cree
Hello All, I am trying to use an s:div tag but need to update the href dynamically. To give an idea I have a s:div listenTopic=/refresh id=updateDiv href=testAction.action? theme=ajax/. I would like to on some user event to either in javascript or any other way allow the href to append

Re: s:div Append Href

2008-07-17 Thread cree
to refresh the href that has been changed is ignored and it reloads the page that was initially set. Am I using struts 2's div tags incorrectly, and or am I just not allowed to do this with the div href tags. Again thank you all for any input. cree wrote: Hello All, I am trying to use

Re: s:div Append Href

2008-07-17 Thread cree
for examples. musachy On Thu, Jul 17, 2008 at 11:38 AM, cree [EMAIL PROTECTED] wrote: Hello All, I am trying to use an s:div tag but need to update the href dynamically. To give an idea I have a s:div listenTopic=/refresh id=updateDiv href=testAction.action? theme=ajax/. I would like

Re: Struts 2 + Ajax and Back Button

2008-07-07 Thread cree
Hello again everyone, I guess I would like to give an update on my struts 2 and ajax integration. I appreciate everyone's responses as they have helped a lot to resolve my problem with ajax and the back button. My seemingly last problem I have has to do with IE (no surprise). I have

Struts 2 + Ajax and Back Button

2008-06-30 Thread cree
or if it is, it would not go any further then when I load back.js. I guess in short I am looking to see if there is any way that I can utilize the back.js in the other jsp or throughout the two jsp's or if there is support in struts 2.0.11's dojo toolkit. Always, thank you all very much, Cree -- View

Re: Struts 2 + Ajax and Back Button

2008-06-30 Thread cree
tags at all. musachy Thanks again, Cree -- View this message in context: http://www.nabble.com/Struts-2-%2B-Ajax-and-Back-Button-tp18200250p18201248.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Struts 2 + Ajax and Back Button

2008-06-30 Thread cree
Owen Berry wrote: Dojo 0.4 back button support: http://dojotoolkit.org/book/dojo-book-0-4/part-7-utilities/back-button-and-bookmarking What version of Dojo is included with Struts 2.0.11? Is it 0.4? From my readings it supported 0.4.x, dave mentioned possibly 0.4.5. Thanks for

Re: Struts 2 And Hibernate Problem

2008-06-26 Thread cree
So I have been doing some testing and it seems the the same two action objects are persisting. So when I invoke the first action class the ActionInvocation has on the stack (for lack of a better name) [EMAIL PROTECTED] When I submit the form to the processing action I get some other arbitrary

Re: Struts 2 And Hibernate Problem

2008-06-26 Thread cree
I cannot believe I missed that, my reports showed how obviously it was creating singletons and never configured it not to. Thanks for the information, resolved the problem within minutes of reading your response. Thanks again! -- View this message in context:

Struts 2 And Hibernate Problem

2008-06-25 Thread cree
Hello, I recently have been working on a struts 2 + spring 2 + hibernate system and have come across a problem that I never have when just working on a struts 2 system. I have two action classes, one that prepares the jsp and populates some selects for the user to choose from, and another

Submitting to a div on a tabbedPanel

2008-04-23 Thread cree
I have been laboring over this pretty much all day and have not come up with any sort of solution heres my situation. I have two JSPs. One contains the main tabbed panel with any number of divs as tabs. One tab references an href like: s:div id=tabTwo theme=ajax label=Tab Two

Problem with dojo loading dynamic html source

2008-03-25 Thread cree
My problem arises when I write out html to a jsp in a way like out.println(s:a href...);. Well the s:a html is built on server side with theme=ajax and targets set to a panel div. The line is similar to s:a theme=ajax targets=somePanelDiv href=...Link/s:a When dojo renders this source I get

Struts 2.06 to 2.10 Upgrade Problem

2008-03-21 Thread cree
I have been working on this for a couple hours now and I just cannot resolve it. I have been running an earlier version of struts 2 and from my reading to gain struts-dojo-tags support I need to run on struts 2.1. I have downloaded the struts 2.1 zip file and have replaced all old struts 2.06

Re: Struts 2.06 to 2.10 Upgrade Problem

2008-03-21 Thread cree
what you have mentioned and see if I can resolve this problem. Thanks again, John newton.dave wrote: --- cree [EMAIL PROTECTED] wrote: I have been running an earlier version of struts 2 and from my reading to gain struts-dojo-tags support I need to run on struts 2.1. I have downloaded