• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Configuration bags

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is an error in line 256 and line 260 on the file config_list.htm

There is:
line 256

<input type="text" size="30"name="p_mail.newPm.messageFile" value="${config.getProperty("mail.activationKey.messageFile")}" />



instead of:

<input type="text" size="30"name="p_mail.activationKey.messageFile" value="${config.getProperty("mail.activationKey.messageFile")}" />



line 260

<input type="text" size="30"name="p_mail.activationKey.subject" value="${config.getProperty("mail.mewPm.subject")}" />



instead of:

<input type="text" size="30"name="p_mail.activationKey.subject" value="${config.getProperty("mail.activationKey.subject")}" />



Excuse me for my english!
[originally posted on jforum.net by Anonymous]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks. I registered it in the bug tracker: http://www.jforum.net/jira/browse/JF-308

Rafael
[originally posted on jforum.net by Rafael Steil]
 
I am displeased. You are no longer allowed to read this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic