Re: [Wicket-user] Deprecated example in wicket.util .convert.Converter

2007-02-05 Thread r . novotny
Gladly. I enclose it in the attachment. (Shall I create an JIRA issue?)

R. N.


how about a patch to the javadoc? :)

-igor


On 2/5/07, Robert Novotny wrote:
gt;
gt;
gt; Hello,
gt; I stumbled upon a deprecated example in the wicket.util.convert.Converter
gt; example. Method newConverter() on the ConverterFactory seems to be gone in
gt; the Wicket 1.2.5.
gt;
gt; final IConverter converter = new ConverterFactory().newConverter();
gt; converter.setLocale(Locale.US);
gt; converter.convert(new Double(7.1), String.class);
gt;
gt; I know that this is a rarely used class by the general public, but I hope
gt; that some day the documentation will deserve its update :-)
gt;
gt; Robert Novotny
gt; --
gt; View this message in context:
gt; 
http://www.nabble.com/Deprecated-example-in-wicket.util.convert.Converter-tf3176607.html#a8814016
gt; Sent from the Wicket - User mailing list archive at Nabble.com.
gt;
gt;
gt; -




--- reklama ---
http://webhosting.szm.com - AKCIA, domeny a webhosting za najnizsie ceny
Ziskaj vlastnu domenu, webstranku www.mojadomena.sk a vlastne maily
[EMAIL PROTECTED] v cenach uz od 50Sk/mesiac.






=== reklama ==

http://mail.szm.com - e-mail a priestor na www stranku zadarmo

http://webhosting.szm.com - domeny a webhosting za najnizsie ceny






wicket.util.convert.Converter.java.patch
Description: Binary data
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] StringHeaderContributor acting strangely

2006-12-28 Thread r . novotny

Greetings,
I have been trying to work with the StringHeaderContributors. However, I have 
observed a rather strange behavior while using Wicket 1.2.3. The header 
contributions seem to be appearing and disappearing randomly. I have tested a 
class for a simple webpage (see below) with a corresponding HTML page. If I 
click on the link, the contributions appear normally. However, if I refresh the 
page which contains the target URL of that page, the contributions sometimes 
appear, and sometimes not.

Does this problem have something in common with the fixed HeaderContribution 
issue in the Wicket 1.2.3? This problem seems to be nonexistent when using 
Wicket 1.2.1.

Thanks for any advice.

 Robert Novotny

---
public class SimpleContributingPage extends WebPage {
public SimpleContributingPage() {
super();

add(new StringHeaderContributor(\title\ + new Date() + 
\/title\));
add(new PageLink(\self\, SimpleContributingPage.class) {
public void onClick() {
super.onClick();
System.out.println(new Date() + \ : clicked\);
}
});
}
}

---
html xmlns:wicket
head/head
body
a wicket:id=\self\[Self]/a
/body
/html
  


--- reklama ---
http://webhosting.szm.com - AKCIA, domeny a webhosting za najnizsie ceny
Ziskaj vlastnu domenu, webstranku www.mojadomena.sk a vlastne maily
[EMAIL PROTECTED] v cenach uz od 50Sk/mesiac.



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user