• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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]
 
incandescent light gives off an efficient form of heat. You must be THIS smart to ride this ride. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic