7
votes
1answer
119 views
id attribute of subview tag
I am learning jsf. I get class cast exception in java.lang.String when I use the following code:
<f:facet name="header">
<f:subview id="header">
<tiles:insert …
6
votes
1answer
87 views
Why doesn’t StackOverflow.com let me login with an OpenID delegate with a defined XRDS location?
My personal site defines my OpenID delegate in the HEAD like so:
<meta content="http://claimid.com/nicksergeant/xrds" http-equiv="x-xrds-location" />
<link rel="openid.se …
5
votes
1answer
40 views
Lost decimal precision and scale using LINQ and stored procedure with output parameters
I have a stored procedure that uses output parameters like this:
ALTER PROCEDURE [GetAmount]
(
@orderID [int],
@totalcost decimal(18,2) OUTPUT
)
SELECT @totalcost = cost
FRO …
<div class="


