Jon,
that's exactly what I did, I looked at the code on the Scarab webpage
and I can't see me doing anything different to them.

Also see mail from Diogo (06/29/01) who says he has the same problem.

May be here's is the root to my problem (???):

I am using the intake fields in a .vm file which includes the following:

<form method="post" action="$link.setPage("xx.vm").setAction("myAction")

in myAction.java I am trying to validate:
get the intake class from the context and
        intake.isAllValid()
always returns true

my intake.xml looks like
<input-data basePackage="com.mmi.site.">
        <group name="Order" key="order">
                <field name="Email" key="email" type="String">
                        <rule name="minLength" value="1">Please enter an email 
address</rule>
                        <rule name="mask" value=".+@.+\..+">Please enter a valid email
address</rule>
                </field>
        </group>
</input-data>

I would deeply appreciate any help on that,
thanks,
Britta

Britta Ladwig-Attinger
[EMAIL PROTECTED]
Tel. 0171-8220393 und 08142-597963
Fax 08142-597964


-----Original Message-----
From: Jon Stevens [mailto:[EMAIL PROTECTED]]
Sent: Freitag, 29. Juni 2001 18:30
To: Turbine-user
Subject: Re: NEW: path to the intake.xml file


on 6/29/01 1:38 AM, "Britta Ladwig-Attinger" <[EMAIL PROTECTED]> wrote:

> Which is the correct way to tell the system where to look for the
intake.xml
> file?
>
> Britt

<http://scarab.tigris.org/source/browse/scarab/src/conf/TurbineResources.pro
perties?rev=1.31&content-type=text/x-cvsweb-markup>

As always, look at Scarab for your examples of the latest/greatest stuff...

-jon

--
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/ymtd/ymtd.html>


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


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

Reply via email to