override getinputname()

-igor

On Fri, Jun 20, 2008 at 2:28 PM, Ritz123 <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Is it possible to set specific name to the hidden field component?
>
> Here is my usage scenario -
>
> 1. I have radio group for shipping options on a page.
> 2. Depending on the shipping option selected, I need to show the order total
> changed
> 2. radio has associated model which obviously contains more information than
> just the shipping price
>
> The only way I can think of doing this efficiently without going to the
> server side is by using hidden fields for shipping costs. Using the
> javascript to update the total on the page. Problem is, seems like hidden
> field names cannot be specified or controlled and hence cannot be referenced
> by javascript precisely.
>
> Correct me if I am wrong, also let me know if there is a better way of doing
> this.
> --
> View this message in context: 
> http://www.nabble.com/Setting-HiddenField-name-attrribute-value-tp18037712p18037712.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to