It is part of the HTML spec that disabled fields are not submitted in the
request. This is not a Struts thing but HTML. You should make sure the HTML
is being rendered the same, because that's probably what is causing your
problem.

Paul

On 9/17/07, Arne Brutschy <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> A> I'm not sure if the reason for this is some change in the tags (my
> A> tags are simply wrappers around the standard struts tags, ie.
> A> XylonTextTag extends TextTag) or the changes in the request wrapper
> A> system. I tried to set
> A> <controller
> A> processorClass="org.apache.struts.action.RequestProcessor" />
> A> in the struts config as well, but no change.
> After debugging hours through tomcat code, I'm sure the Request
> processor is not the problem. At least, as soon as the request hits
> the action servlet, the postdata contains only the described
> parameters and not the ones the user couldn't write to.
>
> So I guess it's been some change in the tags or something else.. I
> will continue tomorrow...
>
> Arne
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to