Re: 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

Re: not working

2008-07-19 Thread Chase
Why does your tag have a body? Do the other pages contain the same taglib directives? If you view the source in your web browser and see the tag code that means you are missing a taglib directive. Your include is using a relative page, are all the pages at the same depth? -Chase On Sat, Jul

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 rea

Re: ExecAndWait (navigating back to the progress page)

2008-07-17 Thread Chase
task here return SUCCESS; //result page } } } The delay on the interceptor is important because we need a chance to return INPUT before being redirected to the wait page. If anyone has a more elegant solutions please let me know. Thanks, -Chase On Thu, Jul 17, 2008 at 11:4

ExecAndWait (navigating back to the progress page)

2008-07-16 Thread Chase
tatus 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,

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 c

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 set and in my Tomcat console log I'm seeing: INFO: Overriding property struts.configuration.xml.reload - old value: false new value: true Windows XP Sun

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

2008-04-28 Thread Chase
controlled and deployed to by Eclipse. Thanks, -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
.1 information has 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 referr

Struts 2.x versions and documentation

2008-04-21 Thread Chase
ion of "var" was rolled back? Should I or someone else be filling a bug report for the online docs? Thanks, -Chase - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]