Jeremy Thomerson-3 wrote:
> 
> Is there a way to append an anchor to the URL generated for the
> SubmitLink?
> 

Try:

                form.add(new AttributeModifier("action", null) {
                        protected String newValue(String currentValue,
                                        String replacementValue) {
                                return currentValue + "#myanchor";
                        }
                });


-- 
View this message in context: 
http://www.nabble.com/Append-anchor-to-form-redirect-URL--tf4369650.html#a12475266
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to