Hi,

what about using products.setOutputMarkupId(true) ? 

regards,
Oliver


Martijn Dashorst wrote:
> 
> Is the products a repeater (ListView, RepeatingView, DataView)? Then
> it doesn't have its own markup (see for instance
> http://cwiki.apache.org/WICKET/how-to-repaint-a-listview-via-ajax.html).
> 
> Martijn
> 
> On 10/23/07, JohannesK <[EMAIL PROTECTED]> wrote:
>>
>> I managed to solve that problem, but i still cannot get the markup id to
>> show
>> up in my div.
>>
>> These two calls:
>> products.setMarkupId("productlist"+item.getIndex());
>> products.setOutputMarkupPlaceholderTag(true);
>>
>> don't seem to do anything. I can change the class of the div just fine
>> with
>> a SimpleAttributeModifier, but for the div id i can't get it to work.
>> --
>> View this message in context:
>> http://www.nabble.com/Wicket-id-vs.-markup-id-%28wicket-1.3.0-beta4%29-tf4677248.html#a13364719
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> Buy Wicket in Action: http://manning.com/dashorst
> Apache Wicket 1.3.0-beta4 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Wicket-id-vs.-markup-id-%28wicket-1.3.0-beta4%29-tf4677248.html#a13365854
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