StrutsPrepareFilter, StrutsExecuteFilter, Sitemesh and TagUtils

2009-03-24 Thread Jay Bose
I've upgraded to 2.1.6. I'm using the new StrutsPrepareFilter and StrutsExecuteFilter, instead of the ActionContextCleanUp and FilterDispatcher. I was using the built-in Dojo module. So, I've gone about using the dojo plugin, and importing the taglibs as described here - http://struts.apache.o

Dojo and TabbedPanel in Internet Explorer 7

2008-05-25 Thread Jay Bose
I'm using Struts-2.0.11.1 in Dev-Mode. The Dojo Head is also in Debug Mode. I have a tabbedPanel with one dynamic tab (for the purposes of this question). In FireFox-2.0.X, the tab loads properly. In Internet Explorer-7.0, the tab does not load properly. I've included the Dojo Debug statements f

Re: Display the Image from the Database

2008-05-16 Thread Jay Bose
Vaani, try the Stream result type - http://struts.apache.org/2.x/docs/stream-result.html --- Vaani <[EMAIL PROTECTED]> wrote: > > Hi i am new to struts... > > how to display the created image from database.i got the image in byte > array format. can any one tell me > how to convert the byte

Re: TabbedPanel in Struts2

2008-05-13 Thread Jay Bose
OK User error: I had the struts.serve.static property set to false, and did not actually have all the required files copied over. All, thanks for your quick responses. - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: TabbedPanel in Struts2

2008-05-13 Thread Jay Bose
I do have debug on. No errors or config warnings are coming up. --- Dave Newton <[EMAIL PROTECTED]> wrote: > Do you have Dojo debugging turned on in your tag? > > Do you have an tag, I guess? I don't recall having had > any major issues with it, but it was awhile ago I used it. > > Dave

Re: TabbedPanel in Struts2

2008-05-13 Thread Jay Bose
I saw this page, but no real help - http://struts.apache.org/2.0.11/docs/ajax-tags.html#AjaxTags-tabbedPanelTag Any help would be greatly appreciated. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: TabbedPanel in Struts2

2008-05-13 Thread Jay Bose
No, not at all. I get Dojo-ififed tags, but they have no label or anything else, for that matter. They are just divs with the content of the tab, but no label. I will list the JSP content I'm using, and the resulting output. The JSP code == <%@

TabbedPanel in Struts2

2008-05-11 Thread Jay Bose
I was using tabbedPanel, with the Ajax theme in WebWork-2; no problem. After my upgrade to Struts-2.0.11, I no longer get decorated tabs. The ajax recipes were not as helpful as I would have liked (http://struts.apache.org/2.x/docs/ajax-and-javascript-recipes.html#AjaxandJavaScriptRecipes-TabbedP

ActionValidatorManagerFactory

2008-05-01 Thread Jay Bose
While I used WebWork-2, and the XWork associated with it, I was able to programmatically retrieve action validation using the ActionValidatorManagerFactory. Now, it seems this class was removed. Any suggestions on how to programmatically get a ValidatorFactory instance?

Re: Email Notifications and Struts

2008-04-30 Thread Jay Bose
If you want the Action to return immediately, and have the emails sent asynchronously, then JMS is a definite option. Another option is the JDK's Timer functionality (http://java.sun.com/j2se/1.5.0/docs/api/java/util/TimerTask.html). --- jwynacht <[EMAIL PROTECTED]> wrote: > > Hi, > > I ha

ActionValidatorManagerFactory

2008-04-30 Thread Jay Bose
While I used WebWork-2, and the XWork associated with it, I was able to programmatically retrieve action validation using the ActionValidatorManagerFactory. Now, it seems this class was removed. Any suggestions on how to programmatically get a ValidatorFactory instance?