Discussion:
[Middlegen-user] Struts BigDecimal
Stefan Groschupf
2004-02-08 17:04:04 UTC
Permalink
Hi,

i found a problem until generating Struts actions.

This code is generated:

// Create a primary key to look up
java.math.BigDecimal serverId = new
java.math.BigDecimal(getParameter(request, "serverId"));

java.math.BigDecimal guiTabServer_PK = new
java.math.BigDecimal(serverId);

My problem is that BigDecimal has not such a constructor.
Does anybody know where i can fix this problem? Is there may be a
mapping file or a template i can edit?

Thanks
Stefan



open technology: http://www.media-style.com
open source: http://www.weta-group.net
open discussion: http://www.text-mining.org

Loading...