I would like to split the value of a parameter of tag, something like:
*@ejb.finder
* method-intf="LocalHome"
* query="SELECT OBJECT(o) FROM MDSKey o WHERE o.className = ?1 " <how to split here?>
* "AND o.currency = ?2 AND o.instance = ?3 AND o.process = ?4 AND
* "o.asOfDate = ?5"
Thanks
Simone
Andrew Stevens writes:
A wise old hermit known only as <[EMAIL PROTECTED]> once said:
I wonder if is possible and how to split a parameter value on multiple lines.A parameter to what? A method/constructor or one of our custom tags?
If the former, try just including a newline character in it ("\n" or "\r\n" or, better still, use the line.separator system property to look up the correct one for your OS). If the latter, which tag are you talking about?
Andrew.
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
