You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Jeremy Pitten <jp...@btinternet.com> on 2006/05/16 21:39:10 UTC

[Axis2] AdminAgent.processEditServicePara

I've got some service data defined in service.xml and I'm attempting to update this service data at runtime via the Admin console, submitting any change to via the admin form seems to get rejected.

So I took a look at the ServiceParaEdit.jsp and org.apache.axis2.transport.http.AdminAgent.

AdminAgent.processEditServicePara expects teh received form to contain a parameter editServicePara, and it's not there, that's the name of the form (dont know why this check is there). 

Anyway, patching the jsp form by adding a 

    <input type="hidden" name="editServicepara" value="" /> 

seems to clear the problem but no a funny old text response gets displayed rather than a refreshed form.

Re: [Axis2] AdminAgent.processEditServicePara

Posted by Deepal Jayasinghe <de...@opensource.lk>.
Thx I will fix that.  I create a JIAR too

Jeremy Pitten wrote:

> I've got some service data defined in service.xml and I'm attempting
> to update this service data at runtime via the Admin console,
> submitting any change to via the admin form seems to get rejected.
>  
> So I took a look at the ServiceParaEdit.jsp and
> org.apache.axis2.transport.http.AdminAgent.
>  
> AdminAgent.processEditServicePara expects teh received form to contain
> a parameter editServicePara, and it's not there, that's the name of
> the form (dont know why this check is there).
>  
> Anyway, patching the jsp form by adding a
>  
>     <input type="hidden" name="editServicepara" value="" />
>  
> seems to clear the problem but no a funny old text response gets
> displayed rather than a refreshed form.


-- 
Thanks,
Deepal
................................................................
~Future is Open~