Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=2844027
By: lpiatti

Tank you for your time.

If I understand well you tell that arg0 MUST be the name of the field.
With "name of the field" do you think about a key you declared in
dbforms-errors.xml?

I don't want to user external file for error message configuration and code
generated by DEVGUI seem consistent.

Perhaps I have some basic configuration error because I get this ...
0    [main] WARN  org.dbforms.servlets.ConfigServlet  - XML Errors file not
found, XML error handler disabled!
171  [main] WARN  org.dbforms.servlets.ConfigServlet  -  Application Resources
file not setted in Web.xml, ApplicationResources handler disabled!
171  [main] WARN  org.dbforms.servlets.ConfigServlet  -  Locale Key not setted,
use "org_dbforms_LOCALE" as key to access the Locale in session scope.
on Tomcat start and this ...

156112 [http8080-Processor4] ERROR org.dbforms.util.MessageResource  -
getMessage
java.util.MissingResourceException: Can't find bundle for base name
org.dbforms.resources.messages, locale it
        at java.util.ResourceBundle.throwMissingResourceException(Unknown 
Source)
        at java.util.ResourceBundle.getBundleImpl(Unknown Source)
        at java.util.ResourceBundle.getBundle(Unknown Source)
        at org.dbforms.util.MessageResource.getMessage(MessageResource.java:91)
        at 
org.dbforms.util.MessageResourcesInternal.getMessage(MessageResourcesInterna
l.java:71)
        at org.dbforms.config.Field.getFormat(Field.java:349)
        at 
org.dbforms.taglib.DbBaseHandlerTag.getFormat(DbBaseHandlerTag.java:185)
        at 
org.dbforms.taglib.DbBaseHandlerTag.getFormattedFieldValue(DbBaseHandlerTag.
java:302)
        at 
org.dbforms.taglib.DbDataContainerLabelTag.doEndTag(DbDataContainerLabelTag.
java:87)
        at 
org.apache.jsp.FAQ_gestione_jsp._jspx_meth_db_dataLabel_0(FAQ_gestione_jsp.j
ava:487)
        at 
org.apache.jsp.FAQ_gestione_jsp._jspService(FAQ_gestione_jsp.java:200)
.....
on first page request (but the form works).

Seems that DbForms is tryng to get info on IdFAQ that is declared as ...

<table name="FAQ" defaultVisibleFields="IdFaq" >
 <field name="IdFaq" fieldType="int" size="10" isKey="true"/>
 ....
 
I appreciate every help because I'm evaluating dbforms on a real project but
i can't get advanced results, only basic form data entry.

Luigi

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=55830


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to