In this case the url will contain the parameters. But since I mount it
without the parameters what I get is empty page. I am not sure why I am
getting the empty page when I concat the parameters to the iframe url. I am
not even getting to MyFrame constructor. Any Idea?
Erik van Oosten wrote:
>
> I don't understand. Reading the javadoc InlineFrame should set the src
> attribute. If that is not the case, try setting the src attribute with
> something like:
>
> myFrame.add(new AttributeModifier("src", new Model(urlFor(MyFrame.class,
> pageParameters))));
>
>
> Regards,
> Erik.
>
>
>
> itayh wrote:
>> Hi Erik,
>>
>> You are right, the src AttributeModifier overwrites params values. If I
>> am
>> not using the src AttributeModifier then the params has values and if I
>> use
>> it then the params are empty.
>>
>> But it seem that I must use the src AttributeModifier since I am using
>> sitemesh decorators to decorate my pages according to the url, so I need
>> to
>> identify the iframes url from their container url. I need to decorate all
>> my
>> pages but I don't want to decorate the iframes (no need for headers and
>> footers there).
>>
>> The src AttributeModifier is the only way I found how set the iframes url
>> to
>> what i want. Is there another way?
>>
>> Thanks alot,
>> Itay
>>
>>
>>
>
>
> --
> Erik van Oosten
> http://www.day-to-day-stuff.blogspot.com/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/Empty-PageParametyers-when-using-HybridUrlCodingStrategy-tp19666330p20027785.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]