Re: Just showing rating results

2009-04-10 Thread Alex Objelean
ts in wicket that statfiy this feature. > > Thanks. > > -- > Altuğ. > > -- View this message in context: http://www.nabble.com/Just-showing-rating-results-tp22986194p22987283.html Sent from the Wicket - User mailing list archive at Nabble.com. -

Re: Just showing rating results

2009-04-10 Thread Altuğ B . Altıntaş
Yes; it worked ! Thanks. 10 Nisan 2009 Cuma 13:52 tarihinde Martin Makundi < martin.maku...@koodaripalvelut.com> yazdı: > You could use RatingPanel as it does have the feature isEnabled() = > !hasVoted.getObject(); > > This means that a 'voted' element cannot be clicked. > > ** > Martin > > 2009/

Re: Just showing rating results

2009-04-10 Thread Linda van der Pal
It shouldn't be too hard to write one. It would just be a component that shows an image then. The html would be something like this: And the java file would be something like this: public class RatingPanel extends Panel { public RatingPanel (final String id) { super(id); String imageNam

Re: Just showing rating results

2009-04-10 Thread Martin Makundi
You could use RatingPanel as it does have the feature isEnabled() = !hasVoted.getObject(); This means that a 'voted' element cannot be clicked. ** Martin 2009/4/10 Altuğ B. Altıntaş : > Hi; > How can i just show rating results of my ratings in the page. > > I know RatingPanel component but i nee

Just showing rating results

2009-04-10 Thread Altuğ B . Altıntaş
Hi; How can i just show rating results of my ratings in the page. I know RatingPanel component but i need just to show rating in stars (ex : as an image), i don't want Ajax or clickable component. When you visit youtube homepage, you see the stars about ratings but they are not clickable, just im