Hello,

for my application i need to map a series of default values for input fields 
over the application, these default values are company-specific, so i have to 
keep track of them on the server, not on the client.

so i want to create a mapping between a field name (fe "vatValueOrderInput") 
and a value (fe "6"). The problem is that this value can have different types, 
sometimes it can be a String, sometimes an Entity, or sometimes just a 
primitive value..

If tought of making an entity DefaultValue, but i don't think i can map it to a 
database without specifiyng the type of the value..

anyone has any idea how to implement this?

thanks!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912547#3912547

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912547


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to