Re: [Wicket-user] contrib-dojo render problem

2005-12-01 Thread Marco van de Haar
Well we tried maven clean dist and maven clean jar:install. Even 
manually deleting the jar from the repository first, and just linking to 
an external jar instead of the reposistory We even tried building on 
another machine to prevent obscure caching errors. We tried running 
the examples project from eclipse, and deploying the war in a Jetty 
instance. it all makes no difference


make the examples project depend on a contrib-dojo project in eclipse, 
and everyghing works fine,
make it depend on the jar (generated with a maven clean dist or maven 
clean jar:install of that same contrib.dojo project) and we get the 
error...


We have no clue why, but it renders our component useless except if you 
want to run everything from eclipse


Marco  Ruud

Eelco Hillenius wrote:


Maybe it's in a cache somewhere locally, or you build it without
issues maven clean first (which you should always do in order to have
a clean build).

To fix it: test with a SNAPSHOT first. If that works and you don't
want to make a new release (/and/ you didn't upload the version
anywhere yet, because otherwise you should make a new version), delete
the jar from your local maven repo, issue maven clean jar:install on
the project and go for it.

Eelco


 


(This is our FXFeedbackIndicator, it contains the image)

This does not happen when I make the examples project depend on the
wicket-contrib-dojo project instead of the jar (although the jar is
built from that project.). Then the page displays correctly. What are we
doing wrong?

   




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37alloc_id865op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

 





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] contrib-dojo render problem

2005-12-01 Thread Eelco Hillenius
Compare what's in the jar with what's in your actual class path in
Eclipse. The maven project files look ok to me though. I'll give it a
look later today.

Eelco


On 12/1/05, Marco van de Haar [EMAIL PROTECTED] wrote:
 Well we tried maven clean dist and maven clean jar:install. Even
 manually deleting the jar from the repository first, and just linking to
 an external jar instead of the reposistory We even tried building on
 another machine to prevent obscure caching errors. We tried running
 the examples project from eclipse, and deploying the war in a Jetty
 instance. it all makes no difference

 make the examples project depend on a contrib-dojo project in eclipse,
 and everyghing works fine,
 make it depend on the jar (generated with a maven clean dist or maven
 clean jar:install of that same contrib.dojo project) and we get the
 error...

 We have no clue why, but it renders our component useless except if you
 want to run everything from eclipse

 Marco  Ruud

 Eelco Hillenius wrote:

 Maybe it's in a cache somewhere locally, or you build it without
 issues maven clean first (which you should always do in order to have
 a clean build).
 
 To fix it: test with a SNAPSHOT first. If that works and you don't
 want to make a new release (/and/ you didn't upload the version
 anywhere yet, because otherwise you should make a new version), delete
 the jar from your local maven repo, issue maven clean jar:install on
 the project and go for it.
 
 Eelco
 
 
 
 
 (This is our FXFeedbackIndicator, it contains the image)
 
 This does not happen when I make the examples project depend on the
 wicket-contrib-dojo project instead of the jar (although the jar is
 built from that project.). Then the page displays correctly. What are we
 doing wrong?
 
 
 
 
 
 ---
 This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
 for problems?  Stop!  Download the new AJAX search engine that makes
 searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
 http://ads.osdn.com/?ad_idv37alloc_id865op=click
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 
 



 ---
 This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
 for problems?  Stop!  Download the new AJAX search engine that makes
 searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
 http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37alloc_id865op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] contrib-dojo render problem

2005-11-30 Thread Marco van de Haar
We've released a SNAPSHOT release of wicket-contrib-dojo, which is not 
much more then our 0.3 release with a few fixes:


-maven building should work now for both contrib-dojo and 
contrib-dojo-examples

-the examples WAR file should be deployable in a Jetty instance now
-FXValidationAjaxHandler should work with all wicket FormComponents now

but the reason we have released this is because we have a render problem 
with FXFeedbackIndicator. When I import the examples app in eclipse it 
has a dependency on wicket-contrib-dojo-0.3.jar (this should work). When 
I launch the app, and go to the 'Our Validation Examples' page. When I 
enter an in valid value in the first textfield (anything longer then 5 
chars) and I submit the form, I should see our indicator next to the 
textfield, but instead I get the following error:


wicket.WicketRuntimeException: The component(s) below failed to render:

1. [Component id = image, page = 
wicket.contrib.dojo.examples.ValidationTestPage, path = 
1:testform:indicator:image.Image, isVisible = true, isVersioned = true] 
2. [MarkupContainer [Component id = feedbacktooltip, page = 
wicket.contrib.dojo.examples.ValidationTestPage, path = 
1:testform:indicator:feedbacktooltip.Tooltip, isVisible = true, 
isVersioned = true]] 3. [MarkupContainer [Component id = tooltipPanel, 
page = wicket.contrib.dojo.examples.ValidationTestPage, path = 
1:testform:indicator:feedbacktooltip:tooltipPanel.FXFeedbackTooltip, 
isVisible = true, isVersioned = true]] 4. [MarkupContainer [Component id 
= feedbackpanel, page = wicket.contrib.dojo.examples.ValidationTestPage, 
path = 
1:testform:indicator:feedbacktooltip:tooltipPanel:feedbackpanel.FXTooltipFeedbackPanel, 
isVisible = true, isVersioned = false]] 5. [MarkupContainer [Component 
id = feedbackul, page = wicket.contrib.dojo.examples.ValidationTestPage, 
path = 
1:testform:indicator:feedbacktooltip:tooltipPanel:feedbackpanel:feedbackul.FXTooltipFeedbackPanel$2, 
isVisible = true, isVersioned = false]] 6. [MarkupContainer [Component 
id = messages, page = wicket.contrib.dojo.examples.ValidationTestPage, 
path = 
1:testform:indicator:feedbacktooltip:tooltipPanel:feedbackpanel:feedbackul:messages.FXTooltipFeedbackPanel$MessageListView, 
isVisible = true, isVersioned = false]] 7. [MarkupContainer [Component 
id = 0, page = wicket.contrib.dojo.examples.ValidationTestPage, path = 
1:testform:indicator:feedbacktooltip:tooltipPanel:feedbackpanel:feedbackul:messages:0.ListItem, 
isVisible = true, isVersioned = false]] 8. [Component id = message, page 
= wicket.contrib.dojo.examples.ValidationTestPage, path = 
1:testform:indicator:feedbacktooltip:tooltipPanel:feedbackpanel:feedbackul:messages:0:message.Label, 
isVisible = true, isVersioned = false] 9. [MarkupContainer [Component id 
= iframe, page = wicket.contrib.dojo.examples.ValidationTestPage, path = 
1:testform:indicator:feedbacktooltip:iframe.WebMarkupContainer, 
isVisible = true, isVersioned = true]]



(This is our FXFeedbackIndicator, it contains the image)

This does not happen when I make the examples project depend on the 
wicket-contrib-dojo project instead of the jar (although the jar is 
built from that project.). Then the page displays correctly. What are we 
doing wrong?


you can download the files at :

http://sourceforge.net/project/showfiles.php?group_id=134391package_id=164293 



or checkout wicket-contrib-dojo and wicket-contrib-dojo-examples from cvs.

Marco  Ruud


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] contrib-dojo render problem

2005-11-30 Thread Eelco Hillenius
Maybe it's in a cache somewhere locally, or you build it without
issues maven clean first (which you should always do in order to have
a clean build).

To fix it: test with a SNAPSHOT first. If that works and you don't
want to make a new release (/and/ you didn't upload the version
anywhere yet, because otherwise you should make a new version), delete
the jar from your local maven repo, issue maven clean jar:install on
the project and go for it.

Eelco


 (This is our FXFeedbackIndicator, it contains the image)

 This does not happen when I make the examples project depend on the
 wicket-contrib-dojo project instead of the jar (although the jar is
 built from that project.). Then the page displays correctly. What are we
 doing wrong?



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37alloc_id865op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user