Try using hidden form fields. You can get the current date/time by using
nowTimestamp - a java.sql.Timestamp instance that is in the context.
-Adrian
Patrick wrote:
I have a user select a category from a drop-down, the form target is a
uri which invokes safeAddProductToCategory. The following parameters
are missing to the service invocation,
{safeAddProductToCategory.productId,
safeAddProductToCategory.fromDate}
Once the category is selected how can I make those parameters
available to the service? I think productId is already available in
the current context, but I don't know how to send it to the service.
Thanks. Patrick