mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 08:41:24 +00:00
2000-02-12 Manuel Guesdon <mguesdon@sbuilders.com>
* GSWForm.m: Added senderId test in -invokeActionForRequest:inContext: and -takeValuesFromRequest:inContext: * GSWComponentReference.m: Added senderId test in -invokeActionForRequest:inContext: and -takeValuesFromRequest:inContext: git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@5988 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
17a08632bb
commit
b54fa56d67
8 changed files with 202 additions and 108 deletions
|
@ -357,6 +357,7 @@ static char rcsId[] = "$Id$";
|
|||
@"In invokeActionForRequest component=%@ of Class %@",
|
||||
[_component name],
|
||||
[_component class]);
|
||||
LOGException(@"exception=%@",localException);
|
||||
ASSIGN(_exception,localException);
|
||||
if (!_responsePage)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue