[Wicket-user] Re: Keeping images outside of WEB-INF

2005-11-16 Thread James Yong
Johan Compagner jcompagner at gmail.com writes: jip that is what i meant But ofcourse eelco's method is also fine to use. On 11/15/05, Scott Sauyet lists at sauyet.com wrote: = James Yong i_yongbl at yahoo.com.sg = Johan Compagner jcompagner at gmail.com If you can do that then i

[Wicket-user] Re: Keeping images outside of WEB-INF

2005-11-15 Thread James Yong
Johan Compagner jcompagner at gmail.com writes: ok you do write in the webapplication directory.. You do have always complete control over it where youre webapp will be installed on? And what kind of application server is used? Because you do know that writeable access isn't guarenteed?

[Wicket-user] Re: Keeping images outside of WEB-INF

2005-11-15 Thread James Yong
Eelco Hillenius eelco.hillenius at gmail.com writes: Or use public class SimpleImage extends WebComponent { public SimpleImage(String id, String imgSrc) { super(id, new Model(imgSrc)); } public SimpleImage(String id, IModel imgSrcModel) {

[Wicket-user] Re: Keeping images outside of WEB-INF

2005-11-14 Thread James Yong
Johan Compagner jcompagner at gmail.com writes: Of course you save youre files to a server you have to know the folder where you have write access. Then you can load them from that location just as fine as reading them from a database. Hi, I used a label to generate the img tag. It

[Wicket-user] Re: wicket-core-tree doesn't work with wicket-contrib-navmenu correctly

2005-11-06 Thread James Yong
yongbl i_yongbl at yahoo.com.sg writes: Hi,   I have tried to use the navmenu in my project sucessfully. However, when I click on a tree's node, the navmenu disappeared. Any idea how I can solved this?   Regards, James Yong Do you Yahoo!?New and Improved Yahoo! Mail

[Wicket-user] Re: wicket-core-tree doesn't work with wicket-contrib-navmenu correctly

2005-11-06 Thread James Yong
: Regards, James Yong --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42 plasma tv or your very own Sony(tm)PSP. Click here to play: http

[Wicket-user] Re: Dynamic text in Javascript's alert box

2005-11-05 Thread James Yong
of accomplishing the same thing in Wicket?   Regards, James Yong Do let me know even if mine is a silly question :-( In JSP, I can put %=name% inside javascipt and in Freemarker, ${name}. How can I approach with Wicket? Thanks. --- SF.Net

[Wicket-user] Re: Dynamic message in Javascript's alert box

2005-11-05 Thread James Yong
Igor Vaynberg igor.vaynberg at gmail.com writes: you can use the label component to inject any kind of markup you want. just be sure to call setRenderBodyOnly(true) on it so that it doesnt render its span tags. ie function check(x, y, z){    ..   alert(  'span