AW: Form Validator

2002-07-03 Thread Sascha Kulawik




-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




AW: Form Validator - RESOLVED ! Need a Patch ?

2002-07-03 Thread Sascha Kulawik

Ive made a Patch for Cocoon 2.0.2 for this Problem in the Class
AbstractValidatorAction.
Contact me, if you are interested.

Greetings,

Sascha


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




AW: Form Validator

2002-07-03 Thread Sascha Kulawik


er


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




AW: Form Validator

2002-07-03 Thread Sascha Kulawik

Same Problem here with the Session-validator.

Currently Im working with: Tomcat 4.0.4b, Cocoon 2.0.2 and JDK1.4, also
the avalon-excalibur-20020506.jar Patch for the Database-Connection
Problems with SDK 1.4.

DB-Auth is working, but the Session-validator doesnt execute perperly.
The core.log will gives the correct Session variables out, here some
code-snipps:

Sitemap:

map:action name=sessval
src=org.apache.cocoon.acting.SessionValidatorAction/
/map:actions
...
map:match pattern=*/*.xsp
map:act type=sessval
map:parameter name=descriptor
value=context://mount/sascha/validate.xml/
map:parameter name=validate
value=username/
map:generate
src=xsp/forum.xsp type=serverpages/
map:transform
src=templates/forumlist.xsl/
!--
map:generate
src=xsp/{../2}.xsp type=serverpages/
map:transform
src=templates/{../1}.xsl/
--
map:serialize type=html/
/map:act
map:generate src=xml/hello.xml/
map:transform
src=templates/htmloutput.xsl/
map:serialize type=html/
!--map:redirect-to uri=login/--
/map:match

Validate.xml
-
?xml version=1.0 encoding=UTF-8?
root
parameter name=username type=string nullable=no/
/root

Any idea ?

Thanks,

Sascha


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




AW: Form Validator

2002-07-03 Thread Sascha Kulawik

ds


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




AW: Form Validator

2002-07-03 Thread Sascha Kulawik

d


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




AW: Form Validator - RESOLVED ! Need a Patch ?

2002-07-03 Thread Sascha Kulawik

The diff for AbstractValidatorAction.java is:
564a565,566
 }catch (NullPointerException e) {
 return true;
578a581,582
 } catch (NullPointerException e) {
 dflt = ;

Greetings,
Sascha


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




AW: Form Validator - RESOLVED ! Need a Patch ?

2002-07-03 Thread Sascha Kulawik

Has been done !

 -Ursprüngliche Nachricht-
 Von: Piroumian Konstantin [mailto:[EMAIL PROTECTED]] 
 Gesendet: Mittwoch, 3. Juli 2002 14:49
 An: '[EMAIL PROTECTED]'
 Betreff: RE: Form Validator - RESOLVED ! Need a Patch ?
 
 
 Would you please post the patch to Bugzilla as described in: 
 http://xml.apache.org/cocoon/howto/howto-patch.html ?
 
 Konstantin
 
  From: Sascha Kulawik [mailto:[EMAIL PROTECTED]]
  
  The diff for AbstractValidatorAction.java is:
  564a565,566
   }catch (NullPointerException e) {
   return true;
  578a581,582
   } catch (NullPointerException e) {
   dflt = ;
  
  Greetings,
  Sascha
  
  
  
 -
  Please check that your question  has not already been 
 answered in the
  FAQ before posting. 
 http://xml.apache.org/cocoon/faq/index.html
  
  To 
 unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail:   
 [EMAIL PROTECTED]
  
 
 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]
 
 
 
 
 


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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