Hi
Is there any reason behind the choice that "value" is not a reserved
parameter for the Submit component?
If I use:
<input type="submit" jwcid="add" value="Add" />
in a HTML page and want to localize the "value" attribute value in the
page specification, I use
<component id="add" type="Submit">
<binding name="listener" value="listener:add" />
<binding name="label" value="message:add" />
</component>
But when the page renders, it gives me two "value" attributes, which I
don't want.
Until now, I have declared my own component ValueSubmit which makes
"value" a reserved parameter and use that instead.
But shouldn't "value" just be a reserved parameter in the Submit
component so that this is not an issue?
Best wishes,
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]