You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by itayh <it...@attractv.net> on 2008/11/03 17:52:13 UTC

How to plant dynamic data to the html

Hi all,

I have a peace of html that looks like that:

<div id="silverlightControlHost">
  
  
  <!--param name="onerror" value="onSilverlightError" /-->
  
  

  img src="http://reshet.attractv.net/reshet/img/no_silverlight.jpg"
usemap="#no_silverlight" border="0" />

  <map name="no_silverlight">
  <!--area shape="rect" coords="626,431,385,295"
href="http://go.microsoft.com/fwlink/?LinkID=115261" /-->
  <area shape="rect" coords="626,431,385,295"
href="http://go.microsoft.com/fwlink/?LinkID=124807" />
				<area shape="rect" coords="593,492,406,526" href="javascript:
loadBack()" />
  </map>
  
  <iframe style='visibility:hidden;height:0;width:0;border:0px'></iframe>
</div>

I need to set the value of the initParams parameter in dynamic way from my
java code. To be more accurate what I need is to set the next url
m=http://SWITCH434-01.castup.net/cunet/gm.asp?ai=434&ar=08-09-18_22-00-30&ak=null" 
from the java code according to the url  I get from the user.
Any simple way to do this in wicket?

Thanks in advance,
  Itay
-- 
View this message in context: http://www.nabble.com/How-to-plant-dynamic-data-to-the-html-tp20306256p20306256.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: How to plant dynamic data to the html

Posted by Igor Vaynberg <ig...@gmail.com>.
yes i know what it means literally, i just thought the maturity level
here was a little bit higher.

-igor

On Mon, Nov 3, 2008 at 1:53 PM, Tomasz Dziurko <td...@gmail.com> wrote:
> I think:
>
> 10x = tenx ~ thanks :)
>
> Regards
> --
> Tomasz Dziurko
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: How to plant dynamic data to the html

Posted by Tomasz Dziurko <td...@gmail.com>.
I think:

10x = tenx ~ thanks :)

Regards
-- 
Tomasz Dziurko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: How to plant dynamic data to the html

Posted by Igor Vaynberg <ig...@gmail.com>.
10x?

-igor

On Mon, Nov 3, 2008 at 9:18 AM, itayh <it...@attractv.net> wrote:
>
> 10x alot, it works
>
>
> Jeremy Thomerson-5 wrote:
>>
>> Try this:
>> http://www.nabble.com/Adding-Adobe-Media-Player-in-wicket-to19797690.html#a19827296
>>
>>
>> --
>> Jeremy Thomerson
>> http://www.wickettraining.com
>>
>> On Mon, Nov 3, 2008 at 10:52 AM, itayh <it...@attractv.net> wrote:
>>
>>>
>>> Hi all,
>>>
>>> I have a peace of html that looks like that:
>>>
>>> <div id="silverlightControlHost">
>>>
>>>
>>>  <!--param name="onerror" value="onSilverlightError" /-->
>>>
>>>
>>>
>>>  img src="http://reshet.attractv.net/reshet/img/no_silverlight.jpg"
>>> usemap="#no_silverlight" border="0" />
>>>
>>>  <map name="no_silverlight">
>>>  <!--area shape="rect" coords="626,431,385,295"
>>> href="http://go.microsoft.com/fwlink/?LinkID=115261" /-->
>>>  <area shape="rect" coords="626,431,385,295"
>>> href="http://go.microsoft.com/fwlink/?LinkID=124807" />
>>>                                <area shape="rect"
>>> coords="593,492,406,526"
>>> href="javascript:
>>> loadBack()" />
>>>  </map>
>>>
>>>  <iframe style='visibility:hidden;height:0;width:0;border:0px'></iframe>
>>> </div>
>>>
>>> I need to set the value of the initParams parameter in dynamic way from
>>> my
>>> java code. To be more accurate what I need is to set the next url
>>> m=
>>> http://SWITCH434-01.castup.net/cunet/gm.asp?ai=434&ar=08-09-18_22-00-30&ak=null<http://switch434-01.castup.net/cunet/gm.asp?ai=434&ar=08-09-18_22-00-30&ak=null>
>>> "
>>> from the java code according to the url  I get from the user.
>>> Any simple way to do this in wicket?
>>>
>>> Thanks in advance,
>>>  Itay
>>> --
>>> View this message in context:
>>> http://www.nabble.com/How-to-plant-dynamic-data-to-the-html-tp20306256p20306256.html
>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/How-to-plant-dynamic-data-to-the-html-tp20306256p20306752.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: How to plant dynamic data to the html

Posted by itayh <it...@attractv.net>.
10x alot, it works


Jeremy Thomerson-5 wrote:
> 
> Try this:
> http://www.nabble.com/Adding-Adobe-Media-Player-in-wicket-to19797690.html#a19827296
> 
> 
> -- 
> Jeremy Thomerson
> http://www.wickettraining.com
> 
> On Mon, Nov 3, 2008 at 10:52 AM, itayh <it...@attractv.net> wrote:
> 
>>
>> Hi all,
>>
>> I have a peace of html that looks like that:
>>
>> <div id="silverlightControlHost">
>>
>>
>>  <!--param name="onerror" value="onSilverlightError" /-->
>>
>>
>>
>>  img src="http://reshet.attractv.net/reshet/img/no_silverlight.jpg"
>> usemap="#no_silverlight" border="0" />
>>
>>  <map name="no_silverlight">
>>  <!--area shape="rect" coords="626,431,385,295"
>> href="http://go.microsoft.com/fwlink/?LinkID=115261" /-->
>>  <area shape="rect" coords="626,431,385,295"
>> href="http://go.microsoft.com/fwlink/?LinkID=124807" />
>>                                <area shape="rect"
>> coords="593,492,406,526"
>> href="javascript:
>> loadBack()" />
>>  </map>
>>
>>  <iframe style='visibility:hidden;height:0;width:0;border:0px'></iframe>
>> </div>
>>
>> I need to set the value of the initParams parameter in dynamic way from
>> my
>> java code. To be more accurate what I need is to set the next url
>> m=
>> http://SWITCH434-01.castup.net/cunet/gm.asp?ai=434&ar=08-09-18_22-00-30&ak=null<http://switch434-01.castup.net/cunet/gm.asp?ai=434&ar=08-09-18_22-00-30&ak=null>
>> "
>> from the java code according to the url  I get from the user.
>> Any simple way to do this in wicket?
>>
>> Thanks in advance,
>>  Itay
>> --
>> View this message in context:
>> http://www.nabble.com/How-to-plant-dynamic-data-to-the-html-tp20306256p20306256.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/How-to-plant-dynamic-data-to-the-html-tp20306256p20306752.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: How to plant dynamic data to the html

Posted by Jeremy Thomerson <je...@wickettraining.com>.
Try this:
http://www.nabble.com/Adding-Adobe-Media-Player-in-wicket-to19797690.html#a19827296


-- 
Jeremy Thomerson
http://www.wickettraining.com

On Mon, Nov 3, 2008 at 10:52 AM, itayh <it...@attractv.net> wrote:

>
> Hi all,
>
> I have a peace of html that looks like that:
>
> <div id="silverlightControlHost">
>
>
>  <!--param name="onerror" value="onSilverlightError" /-->
>
>
>
>  img src="http://reshet.attractv.net/reshet/img/no_silverlight.jpg"
> usemap="#no_silverlight" border="0" />
>
>  <map name="no_silverlight">
>  <!--area shape="rect" coords="626,431,385,295"
> href="http://go.microsoft.com/fwlink/?LinkID=115261" /-->
>  <area shape="rect" coords="626,431,385,295"
> href="http://go.microsoft.com/fwlink/?LinkID=124807" />
>                                <area shape="rect" coords="593,492,406,526"
> href="javascript:
> loadBack()" />
>  </map>
>
>  <iframe style='visibility:hidden;height:0;width:0;border:0px'></iframe>
> </div>
>
> I need to set the value of the initParams parameter in dynamic way from my
> java code. To be more accurate what I need is to set the next url
> m=
> http://SWITCH434-01.castup.net/cunet/gm.asp?ai=434&ar=08-09-18_22-00-30&ak=null<http://switch434-01.castup.net/cunet/gm.asp?ai=434&ar=08-09-18_22-00-30&ak=null>
> "
> from the java code according to the url  I get from the user.
> Any simple way to do this in wicket?
>
> Thanks in advance,
>  Itay
> --
> View this message in context:
> http://www.nabble.com/How-to-plant-dynamic-data-to-the-html-tp20306256p20306256.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: How to plant dynamic data to the html

Posted by itayh <it...@attractv.net>.
Sorry, My mistake.
Here is the html code:
< param name = "initParams"
value="autostart=false,res=1.3333333,medW=640,medH=480,m=http://SWITCH434-01.castup.net/cunet/gm.asp?ai=434&ar=08-09-18_22-00-30&ak=null"
/>

I need to set the value of the initParams parameter in dynamic way from my
java code. To be more accurate what I need is to set the next url
m=http://SWITCH434-01.castup.net/cunet/gm.asp?ai=434&ar=08-09-18_22-00-30&ak=null" 
from the java code according to the url  I get from the user.
Any simple way to do this in wicket? 

Thanks in advance,
  Itay

itayh wrote:
> 
> Hi all,
> 
> I have a peace of html that looks like that:
> 
> <div id="silverlightControlHost">
>   
>   
>   <!--param name="onerror" value="onSilverlightError" /-->
>   
>   
> 
>   img src="http://reshet.attractv.net/reshet/img/no_silverlight.jpg"
> usemap="#no_silverlight" border="0" />
> 
>   <map name="no_silverlight">
>   <!--area shape="rect" coords="626,431,385,295"
> href="http://go.microsoft.com/fwlink/?LinkID=115261" /-->
>   <area shape="rect" coords="626,431,385,295"
> href="http://go.microsoft.com/fwlink/?LinkID=124807" />
> 				<area shape="rect" coords="593,492,406,526" href="javascript:
> loadBack()" />
>   </map>
>   
>   <iframe style='visibility:hidden;height:0;width:0;border:0px'></iframe>
> </div>
> 
> I need to set the value of the initParams parameter in dynamic way from my
> java code. To be more accurate what I need is to set the next url
> m=http://SWITCH434-01.castup.net/cunet/gm.asp?ai=434&ar=08-09-18_22-00-30&ak=null" 
> from the java code according to the url  I get from the user.
> Any simple way to do this in wicket?
> 
> Thanks in advance,
>   Itay
> 

-- 
View this message in context: http://www.nabble.com/How-to-plant-dynamic-data-to-the-html-tp20306256p20306368.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org