Re: s:include not working

2008-07-20 Thread Chase
Are you adjusting the relative URL value in your include statement based on the folder depth of the containing page or are you just copying pasting the same include statement in every single page? -Chase On Sun, Jul 20, 2008 at 1:20 AM, aum strut [EMAIL PROTECTED] wrote: Hi Chase

Re: s:include not working

2008-07-19 Thread Chase
at the same depth? -Chase On Sat, Jul 19, 2008 at 4:22 AM, aum strut [EMAIL PROTECTED] wrote: Hi all, i am trying to include a jsp page using struts2 s:include tag but itdosen't seems to be working in my way. i have a menu.jsp page where i have written a code for the menu for my application. i

Re: ExecAndWait (navigating back to the progress page)

2008-07-17 Thread Chase
let me know. Thanks, -Chase On Thu, Jul 17, 2008 at 11:41 AM, Karr, David [EMAIL PROTECTED] wrote: I'm guessing the operation you're waiting for can take quite a while to complete. Otherwise modifying the architecture of this probably wouldn't be worth it. You might consider the flow

Re: ExecAndWait (navigating back to the progress page)

2008-07-17 Thread Chase
On Thu, Jul 17, 2008 at 7:58 PM, Jishnu Viswanath [EMAIL PROTECTED] wrote: Hey in your case for the input field not null any such silly thing you can actually write validation xml. That will actually take care of returning back to the page with input error. Actually I can't. In my real code

ExecAndWait (navigating back to the progress page)

2008-07-16 Thread Chase
page (possibly resubmitting the form if ActionB has finished). How can I have ActionA display the wait page of ActionB instead of the form? Also, is there anyway to make the ExecAndWait interceptor function per context instead per session? This is a low volume internal app. Thanks, Chase

Re: Why my emails are rejected as spam!!

2008-05-21 Thread Chase
Looking at your messages that are making it through you seem to be sending HTML messages and that is contributing to part of your SPAM score. Make sure your message format is plain text. Struts Two wrote: For any email that sent and is approximately 10 lines, my email is rejected as spam. I

devMode + Windows + Eclipse + Tomcat = not reloading struts.xml

2008-04-28 Thread Chase
Tomcat 6.0.16 Tomcat is being controlled and deployed to by Eclipse. Thanks, -Chase - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: devMode + Windows + Eclipse + Tomcat = not reloading struts.xml

2008-04-28 Thread Chase
Adam Hardy wrote: Chase on 28/04/08 22:14, wrote: Anyone had issues with devMode not working fully on Windows? I've got constant name=struts.devMode value=true / set and in my Tomcat console log I'm seeing: INFO: Overriding property struts.configuration.xml.reload - old value: false new

Struts 2.x versions and documentation

2008-04-21 Thread Chase
, -Chase - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts 2.x versions and documentation

2008-04-21 Thread Chase
2.1 been released already and I'm just not looking in the right place? Thanks, -Chase Dave Newton wrote: --- Chase [EMAIL PROTECTED] wrote: But my struts-tags.tld only has the id attribute and not the ?newer? var. Are the docs referring to a future version of Struts