AW: [Wicket-user] Parameters in components

2006-04-09 Thread Bernhard Slominski
;s good to see that Wicket is not just a copy of some other frameworks. Bernhard -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Martijn Dashorst Gesendet: Samstag, 8. April 2006 17:37 An: wicket-user@lists.sourceforge.net Betreff: Re: [Wicket-user]

Re: [Wicket-user] Parameters in components

2006-04-08 Thread Johan Compagner
he and my big mouth...On 4/8/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: you were supposed to keep this fact on the down low :)-Igor On 4/8/06, Johan Compagner <[EMAIL PROTECTED] > wrote:i guess.. with wicket 1.3 or 2.0  (whatever it will be..) Where the constructor change is in.You could say

Re: [Wicket-user] Parameters in components

2006-04-08 Thread Igor Vaynberg
you were supposed to keep this fact on the down low :)-IgorOn 4/8/06, Johan Compagner <[EMAIL PROTECTED] > wrote:i guess.. with wicket 1.3 or 2.0  (whatever it will be..) Where the constructor change is in.You could say this:Sample Texti guess you can then ask in the constructor the markup properti

Re: [Wicket-user] Parameters in components

2006-04-08 Thread Johan Compagner
i guess.. with wicket 1.3 or 2.0  (whatever it will be..)Where the constructor change is in.You could say this:Sample Texti guess you can then ask in the constructor the markup properties and ask for the attributes and you have youre value johanOn 4/8/06, Martijn Dashorst <[EMAIL PROTECTED]> wr

Re: [Wicket-user] Parameters in components

2006-04-08 Thread Martijn Dashorst
We have contemplated on this (if you search the archives you will find the discussions) and IIRC found that this was an 'unholy' concept. As you will always have Java code matching 1-1 with your markup you can do this inside your Java program. Also, putting the parameter in the markup makes the val

[Wicket-user] Parameters in components

2006-04-08 Thread Bernhard Slominski
Hi, I'm new to wicket and have a simple question: Is is possible to pass parameters to wicket components? So something like: Message goes here I want to use the value of "myParameter" in my component to construct some markup with it. So how can I access it there? Thanks Bernhard -