I guess your best choice at the moment is to use your own version of intake, 
and only swap the imports that are dependent on the turbine version of 
torque.
At least this is what I am using at the moment ;)
Akmal


>From: Marc-Antoine Parent <[EMAIL PROTECTED]>
>Reply-To: "Turbine Users List" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Using NumberKeys: Conflict between built-in and decoupled Torque 
>in Turbine 2.2b1
>Date: Mon, 3 Jun 2002 09:14:07 -0400
>
>Good day!
>I am making a few basic experiments with Turbine, and I have tables
>connected with INTEGER foreign keys, which come up in my om objects as
>org.apache.torque.om.NumberKeys fields. Fine.
>When I try to create objects from a form in an ActionEvent, doing
>         data.getParameters().setProperties(entry);
>it invokes a org.apache.turbine.util.parser.BaseValueParser (possibly
>actually a DefaultParameterParser) which only knows about
>org.apache.turbine.om.NumberKey... and hences throws an exception at the
>end of the following method:
>     private void setProperty(Object bean,
>                              PropertyDescriptor prop)
>
>Now, I read a bit on the list, and people say that there are problems
>with the built-in and decoupled torque versions, but it does seem that
>people generally get past the hurdle of creating an object from a form!
>I cannot use turbine 2.1 as it chokes on tables without a primary key;
>and I tried turbine 3, but I got lost in the documentation (or
>scantiness thereof at this stage.)
>Is it that turbine 2.2 users avoid using keys, and fill in those values
>some other ways?
>Is there an alternative to the BaseValueParser? I also had a look at
>intake, and it seems to also use the org.apache.turbine.om.NumberKey
>(built-in.)
>Anyway... ideas appreciated at this point.
>Thank you,
>Marc-Antoine Parent
>
>
>--
>To unsubscribe, e-mail:   
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: 
><mailto:[EMAIL PROTECTED]>
>




_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to