# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. dispatch.error=Dispatch[{0}] a método '{1}' devolvión una excepción dispatch.handler=DispatchMapping[{0}] no define un manejador adecuádamente dispatch.recursive=No uses 'execute' o 'perform' con DispatchAction. dispatch.lookup=Action[{0}] no contiene manejador para recurso '{1}' dispatch.mapping=ActionMapping[{0}] no es del tipo DispatchMapping dispatch.method=Action[{0}] no contiene método llamado '{1}' dispatch.parameter=Request[{0}] no contiene parámetro de manejador llamado '{1}'. Esto puede ser causado por un espacio en blanco en texto de la etiqueta. dispatch.return=Action[{0}] tipo de retorno inválido para método '{1}' dispatch.resource=Action[{0}] falta recurso '{1}' en mapa de métido clave forward.path=No se ha especificado URI relativa-a-contexto a través del atributo 'parameter' forward.rd=No puedo crear despachador de requerimiento para trayectoria '{0}' include.path=No se ha especificado URI relativa-a-contexto a través del atributo 'parameter' include.rd=No puedo crear despachador de requerimiento para trayectoria '{0}' switch.prefix=Se ha especificado un prefijo de módulo '{0}' inválido switch.required=El conmutador requiere ambos parámetros de requerimiento 'prefix' y 'page' success.required=SuccessAction no pudo hallar una ActionForward llamada 'success' para trayectoria '{0}' mapping.parameter=ActionMapping[{0}] no define un atributo 'parameter'