Re: No file found for: /app/resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js

2011-01-09 Thread fachhoch

the quick start works , the  app works fine when deployed to jetty or any
other server , I am trying to deploy on gae , so I added gae dependencies
,and deploy on gae, I see this behaviour , I attached my
http://apache-wicket.1842946.n4.nabble.com/file/n3205984/saibaba.zip
saibaba.zip  eclipse project , it is not quick start but its as good  as
hello world
the wicket home page can be accessed  with this http://localhost:/app/  
when deployed to local gae  using gae plugin.


 
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/No-file-found-for-app-resources-org-apache-wicket-markup-html-WicketEventReference-wicket-event-js-tp3204985p3205984.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Page content sends twice in response to GET when redirecting after POST

2011-01-09 Thread Marcin Zajączkowski
On 2011-01-09 22:00, Marcin Zajączkowski wrote:
 Hi,
 
 
 Following some problems with page rendering in my application after post
 a form I've noticed that when redirect after post strategy is used (both
 REDIRECT_TO_BUFFER and REDIRECT_TO_RENDER) page content is duplicated in
 a response to GET (after 302 Moved Temporarily on POST). I thought it's
 a problem with a configuration of my application (I'm playing with
 AppFuse as a base), but in the first Wicket example with form submission
 found on the web [1] it occurs as well.
 
 Tested it with Wicket 1.4.15. Response snipset bellow. Full response as
 attachment. I can be easily reproduced using forminput example (just

Full response: http://pastebin.com/jQTRExjh


Marcin


 submit form).
 
 [1] - http://www.wicketstuff.org/wicket14/forminput/
 
 
 I don't see a reason for that behavior, but I'm new to Wicket, so maybe
 it's a feature?
 
 
 html
 head
 titleWicket Examples - forminput/title
 link rel=stylesheet type=text/css href=../style.css/
 link rel=stylesheet type=text/css
 href=resources/org.apache.wicket.devutils.debugbar.DebugBar/wicket-debugbar.css;jsessionid=E218340AA4A63320747D134AA1985E7F
 /
 script type=text/javascript
 src=resources/org.apache.wicket.devutils.debugbar.DebugBar/wicket-debugbar.js;jsessionid=E218340AA4A63320747D134AA1985E7F/script
 /head
 body
 span
 diva href=../index.html style=color: #E9601A
 target=_topimg src=../logo.png//adiv id=wicketDebugBar
 class=wicketDebugBar
   a id=wicketDebugBarCollapse
 onclick=wicketDebugBarCollapse();img
 src=resources/org.apache.wicket.devutils.debugbar.DebugBar/
 (...)
 label for=siteSelectionyour favorite sites/label
 select id=siteSelection name=siteSelection 
 multiple=multiple
 size=3
 option value=0The Server Side/html   --- seems to be cut off
 head-- one again starting from head
 titleWicket Examples - forminput/title
 link rel=stylesheet type=text/css href=../style.css/
 link rel=stylesheet type=text/css
 href=resources/org.apache.wicket.devutils.debugbar.DebugBar/wicket-debugbar.css;jsessionid=E218340AA4A63320747D134AA1985E7F
 /
 script type=text/javascript
 src=resources/org.apache.wicket.devutils.debugbar.DebugBar/wicket-debugbar.js;jsessionid=E218340AA4A63320747D134AA1985E7F/script
 /head
 body
 span
 diva href=../index.html style=color: #E9601A
 target=_topimg src=../logo.png//adiv id=wicketDebugBar
 class=wicketDebugBar
   a id=wicketDebugBarCollapse
 onclick=wicketDebugBarCollapse();img
 src=resources/org.apache.wicket.devutils.debugbar.DebugBar/
 (...)
 option value=0The Server Side/option --- second time not cut off
 option value=1Java Lobby/option
 option value=2Java.Net/option
 (...)
 /div
 /body
 /html
 
 
 Regards
 Marcin
 


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



Re: Page content sends twice in response to GET when redirecting after POST

2011-01-09 Thread Igor Vaynberg
really strange because it doesnt happen to me:

http://pastebin.com/fe1pjZjy

-igor



2011/1/9 Marcin Zajączkowski msz...@wp.pl:
 On 2011-01-09 22:00, Marcin Zajączkowski wrote:
 Hi,


 Following some problems with page rendering in my application after post
 a form I've noticed that when redirect after post strategy is used (both
 REDIRECT_TO_BUFFER and REDIRECT_TO_RENDER) page content is duplicated in
 a response to GET (after 302 Moved Temporarily on POST). I thought it's
 a problem with a configuration of my application (I'm playing with
 AppFuse as a base), but in the first Wicket example with form submission
 found on the web [1] it occurs as well.

 Tested it with Wicket 1.4.15. Response snipset bellow. Full response as
 attachment. I can be easily reproduced using forminput example (just

 Full response: http://pastebin.com/jQTRExjh


 Marcin


 submit form).

 [1] - http://www.wicketstuff.org/wicket14/forminput/


 I don't see a reason for that behavior, but I'm new to Wicket, so maybe
 it's a feature?


 html
 head
     titleWicket Examples - forminput/title
     link rel=stylesheet type=text/css href=../style.css/
 link rel=stylesheet type=text/css
 href=resources/org.apache.wicket.devutils.debugbar.DebugBar/wicket-debugbar.css;jsessionid=E218340AA4A63320747D134AA1985E7F
 /
 script type=text/javascript
 src=resources/org.apache.wicket.devutils.debugbar.DebugBar/wicket-debugbar.js;jsessionid=E218340AA4A63320747D134AA1985E7F/script
 /head
 body
     span
     diva href=../index.html style=color: #E9601A
 target=_topimg src=../logo.png//adiv id=wicketDebugBar
 class=wicketDebugBar
               a id=wicketDebugBarCollapse
 onclick=wicketDebugBarCollapse();img
 src=resources/org.apache.wicket.devutils.debugbar.DebugBar/
 (...)
                         label for=siteSelectionyour favorite 
 sites/label
                         select id=siteSelection name=siteSelection 
 multiple=multiple
 size=3
 option value=0The Server Side/html   --- seems to be cut off
 head            -- one again starting from head
     titleWicket Examples - forminput/title
     link rel=stylesheet type=text/css href=../style.css/
 link rel=stylesheet type=text/css
 href=resources/org.apache.wicket.devutils.debugbar.DebugBar/wicket-debugbar.css;jsessionid=E218340AA4A63320747D134AA1985E7F
 /
 script type=text/javascript
 src=resources/org.apache.wicket.devutils.debugbar.DebugBar/wicket-debugbar.js;jsessionid=E218340AA4A63320747D134AA1985E7F/script
 /head
 body
     span
     diva href=../index.html style=color: #E9601A
 target=_topimg src=../logo.png//adiv id=wicketDebugBar
 class=wicketDebugBar
               a id=wicketDebugBarCollapse
 onclick=wicketDebugBarCollapse();img
 src=resources/org.apache.wicket.devutils.debugbar.DebugBar/
 (...)
 option value=0The Server Side/option --- second time not cut off
 option value=1Java Lobby/option
 option value=2Java.Net/option
 (...)
     /div
 /body
 /html


 Regards
 Marcin



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



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



Re: AjaxLazyLoadPanel and back button

2011-01-09 Thread flavius

Thanks Pedro.

I've opened WICKET-3318 regarding this issue and attached a quickstart.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/AjaxLazyLoadPanel-and-back-button-tp3168379p3206574.html
Sent from the Users forum mailing list archive at Nabble.com.

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



inter application communication in wicket

2011-01-09 Thread sap2000

Hi, 

Can anybody please throw some light on how two wicket applications, deployed
into the same container can interact with each other? 

Basic requirement is,  parameters should be passed from component in
Application1 to component in Application2, when Application2 is called from
Application1 via click of a link or button. 

Thanks.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/inter-application-communication-in-wicket-tp3206671p3206671.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: inter application communication in wicket

2011-01-09 Thread Nick Heudecker
We use ActiveMQ and Camel for those types of operations.  It's been very
successful.

On Sun, Jan 9, 2011 at 10:51 PM, sap2000 sap2...@indiatimes.com wrote:


 Hi,

 Can anybody please throw some light on how two wicket applications,
 deployed
 into the same container can interact with each other?

 Basic requirement is,  parameters should be passed from component in
 Application1 to component in Application2, when Application2 is called from
 Application1 via click of a link or button.

 Thanks.
 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/inter-application-communication-in-wicket-tp3206671p3206671.html
 Sent from the Users forum mailing list archive at Nabble.com.

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




removing SimpleAttributeModifier after added

2011-01-09 Thread Altuğ Bilgin Altıntaş
Hi,

Java code:

final WebMarkupContainer delete = new WebMarkupContainer(delete);
delete.setOutputMarkupPlaceholderTag(true);
delete.add(new SimpleAttributeModifier(filter, false));

html :

th wicket:id=delete /th

then after i want to remove SimpleAttributeModifier - filter from
WebMarkupContainer - delete,

Are there any way to to this ?

Thanks.

-- 
*Altuğ*
** http://www.kodcu.com