[Wicket-user] .setVisble not working for webmarkupcontainer

2007-07-23 Thread atul
Hi,
1.I have a WebMarkupContainer with some components nested. I do 
setVisible(false) to it when page loadslater on an ajax request I try to do 
.setVisible(true) and repaint it adding it to AjaxRequestTarget  IT DOES NOT 
SHOW UP
Am I going wrong in something?
__
Sent from my www.pageflakes.com startpage

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Can I show and hide a form using javascript still do form processing on the server ?

2007-07-12 Thread atul singh

Hi,
I want to show and hide forms using javascript, but this will not have
components on the server.How do I process the form on the server.
What is the reccomended way to do this??
Do I have to make a server call for this?(Based on my experience I feel ajax
is the way supported in wicket, but i dont want it that way)
Thanks
atul
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] can be help to anyone looking for rounded corners borders

2007-04-29 Thread atul singh

Hi,
I have added a rounded corners border component to wicket-minis jira.
Anyone who might need it/or want to contribute/suggest styles for
it/suggest more styled borders can have a look .
http://wicketstuff.org/jira/browse/WSMINIS-2
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Wicket2.0

2007-04-18 Thread atul
Hi 

a.Is there a timeline by which we will have 2.0?...I just wanted to 
speculate for myself how much code change would it be ...the later 2.0 comes 
the more we will have to change as we are developing our web app at a fast 
pace...

b.What are the advantages of using wicket2.0??I read on the wiki that 2.0 
as mentioned over there is discontinued and i am confused --whats the current 
status??

Thanks

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Where to place images

2007-04-18 Thread atul
I suppose you can place a src=absolutePathToUrImagesUnderWeb-root and have 
the actual resource attached to image component by using a relative path and 
following constructors--
Image(java.lang.String id, ResourceReference resourceReference) Or 
Image(java.lang.String id, new Model(path)) 
..But the Image(id,IModel) will look the image in the package of the java 
class...
I think resourceReference takes relative paths as [web-root]/  (...not very 
sure though..someone needs to confirm)




Hi,

I understand that it is the recommendation to place html files in the src
folder, along with the corresponding java files. However, what about images?
Should I place them with the html and java files as well? 
I can actually think of good reasons for placing all images in a central
place. 
More specifically, I have this problem: if I write in my html:  then for 
wicket to find the gif at run-time, it
needs to be under [web-root]/img. However, during development, when I want
to preview the html, I will not see the img. How can I see it in BOTH in
preview-mode, AND during runtime?

Thanks,
Naaman

* I know this is probably a very basic question, but I'm new to Wicket, and
I could not find an answer to this in the forum or documentation.



-- 
View this message in context: 
http://www.nabble.com/Where-to-place-images-tf3601705.html#a10061018
Sent from the Wicket - User mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user