Search:

Type: Posts; User: 2devnull; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Why does user define macros not work on UNIX but on Windows

    I have user defined marcos defined in vm_global_librry.vm. Everything works ok in a local development environment and a windows server environment (both windows based). When this webapp is deployed...
  2. Yes, I acknowledge that. And that is kinda where...

    Yes, I acknowledge that. And that is kinda where I am going with the question, but wanted to ensure that the Mimemessagehelper was not adding any great deal of overhead with any custom processing and...
  3. I guess this is how to do it: To send an...

    I guess this is how to do it:


    To send an email to undisclosed recipients:

    * Create a new message in your email client.
    * Insert "Undisclosed Recipients" in the To: field, followed by...
  4. Alex, I am in complete agreement with you. My...

    Alex,
    I am in complete agreement with you. My issue is that this application is used worldwide and there is really no real downtime or off hours to have the application send 25K mime emails...
  5. Replies
    3
    Views
    1,304

    Thanks Rod, I had done just that and it all...

    Thanks Rod,
    I had done just that and it all works now. Thanks for the suggestion. For the benefit of others, here is the actual code:

    sw is a StringWriter.



    try {
    ...
  6. Well Alex, clam down. How do you suggest to mail...

    Well Alex, clam down.
    How do you suggest to mail your user community if their email addresses are in your DB and not on a group in your SMTP server?

    BTW - I don't think email clients will show...
  7. How many TO: email addresses can MimeMessageHelper handle?

    All,

    Would the class:
    org.springframework.mail.javamail.MimeMessageHelper

    setTo(String[]) method able to handle about 25,000 email addresses?
  8. How to determine if to show certain page elements and links

    How do check within you XSLT and Velocity templates whether links, buttons and other page elements should be shown to users based on their role. Also how would you give users read-only access to some?
  9. Replies
    3
    Views
    3,247

    Any idea how this would be done. Any code example...

    Any idea how this would be done. Any code example would help.
  10. Replies
    3
    Views
    1,304

    Can a view be sent via email?

    I have a view that is shown to the user done in Velocity. Is there any way in Spring to send this exact view via email at the same time in the same format.
  11. Replies
    1
    Views
    1,239

    Catch All Error Page

    Is there a way to specify a catch all error page that shows the error attributes such as stacktrace, error codes etc? One that is easy for the end user to report to support, maybe via an email.
  12. Replies
    0
    Views
    924

    Does Spring take care of this already?

    Does Spring take care of this already or would this filter be useful in a single server environment?

    http://www.onjava.com/pub/a/onjava/2004/03/24/loadcontrol.html?page=2
  13. Replies
    1
    Views
    1,252

    Wildcard in pathMapping?

    anyway to do a wildcard in pathMapping? e.g. /*.pdf

    Thank you.
  14. Well, this is how I hacked around the problem...

    Well, this is how I hacked around the problem since it seems to be an IE issue requiring the .pdf extension in the URI.


    public ModelAndView binitemHandler(HttpServletRequest request,...
  15. Downloading PDF files - Does not open file in browser

    clicking on a link for a PDF file just opens a blank page on the browser. If I save the file to a directory and then open it, the file opens without any problem. The exact code works correct outside...
  16. Replies
    5
    Views
    4,101

    I guess one way to do it is to forward to a dummy...

    I guess one way to do it is to forward to a dummy page that has a meta refresh tag that calls your error page. Then the decorators will get applied since the client is making the request.
  17. Replies
    5
    Views
    4,101

    Regarding this topic. I need a way to be able to...

    Regarding this topic. I need a way to be able to externally call a controller so that my error page gets decorated by Sitemesh. Currently, using <error-page> tag in web.xml to trap the 403 returns...
  18. Replies
    5
    Views
    4,101

    +1 to include feature

    +1 to include feature
  19. Thanks Ben. I took irboubo advise and got the...

    Thanks Ben. I took irboubo advise and got the package you metioned from CVS. I also updated my AGEGI provider to use it. Work fine so far.


    <!--...
  20. yep...thanks for the tip. It was a sitemesh error...

    yep...thanks for the tip. It was a sitemesh error and not a spring error. I updated to sitemesh 2.2 also at the same time. should have done it one at a time.

    Anyway, this version seems to have a...
  21. still same problem...... :x

    still same problem...... :x
  22. actually, I found the problem. It seems that...

    actually, I found the problem. It seems that 1.0.2 was loading the *-servlet.xml file by default. In the 1.1 version, you need to list it explicitly in the web.xml file



    <context-param>...
  23. I think the problem is that my mysite-servlet.xml...

    I think the problem is that my mysite-servlet.xml file is not getting loaded. What has changed between 1.0.2 an 1.1 that would cause this to be the case?

    applicationContext.xml and...
  24. I just did that also and basically everthing...

    I just did that also and basically everthing looks good until the lines above. I would have hoped for some exception to be thrown to the log so I would know exactly where the problem is, but no such...
  25. Application not starting up after upgrade to 1.1 final -Help

    I upgraded to Spring 1.1 final and replaced the jars I had from 1.0.2 with the ones from the 1.1 distribution. Now my application is not starting but no errors are being printed. The only thing I see...
Results 1 to 25 of 74
Page 1 of 3 1 2 3