You should use one of the other HybridUrlCoding strategies. E.g. the IndexedHybridUrlCodingStrategy.

If you need an MixedParamHybridUrlCodingStrategy, I can mail it to the list.

Regards,
   Erik.

itayh wrote:
Hi,

I am using HybridUrlCodingStrategy for my url's (I need that the mount point
will preserved even after invoking listener interfaces).

I am creating IFrames using InlineFrame class. In order that the url of the IFrame will be what I want I do:
PageParameters params = new PageParameters();
params.add("url", url);
InlineFrame myFrame = new InlineFrame("MyFrame", this.getPageMap(),
MyFrame.class, params);
myFrame .add(new AttributeModifier("src", new
Model((Serializable)"/myapp/iframe/MyFrame")));

In my Application I have:
mount(new HybridUrlCodingStrategy("/iframe/MyFrame", MyFrame.class));

The thing is that in MyFrame class the PageParameters are empty.
I am not  sure how to use
HybridUrlCodingStrategy.PAGE_PARAMETERS_META_DATA_KEY and where, or maybe I
don't need to set src directly and there is another way to do it?

Anyone?

Thanks

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

Reply via email to