Re: wicket question

2010-12-01 Thread 96silvia
t: http://apache-wicket.1842946.n4.nabble.com/wicket-question-tp3067609p3067802.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands

Re: wicket question

2010-12-01 Thread Erik van Oosten
Simply put them there with a Label. Regards, Erik. Op 01-12-10 18:26, 96silvia write: the problem is the hidden input values are coming from a wicket session. so if I use a non wicket form how do I get the values from a wicket session to the non wicket form? -- Erik van Oosten http://ww

Re: wicket question

2010-12-01 Thread Eugene Malan
View this message in context: > http://apache-wicket.1842946.n4.nabble.com/wicket-question-tp3067609p3067719.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail:

Re: wicket question

2010-12-01 Thread 96silvia
the problem is the hidden input values are coming from a wicket session. so if I use a non wicket form how do I get the values from a wicket session to the non wicket form? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-question-tp3067609p3067719.html Sent

Re: wicket question

2010-12-01 Thread 96silvia
s to be the url -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-question-tp3067609p3067716.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Re: wicket question

2010-12-01 Thread Alexander Monakhov
Hi. What's wrong with wicket's form? Best regards, Alexander. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: wicket question

2010-12-01 Thread Eugene Malan
o www.mypage.com > > is there a way to do this? > I am using wicket 1.4.5, jdk6 > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/wicket-question-tp3067609p3067609.html > Sent from the Users forum mailing list archive at Nabble.com

wicket question

2010-12-01 Thread 96silvia
10:opcForward::IFormSubmitListener::" I don't want this to happen I need to post these values to www.mypage.com is there a way to do this? I am using wicket 1.4.5, jdk6 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-question-tp3067609p3067609.h

Re: Not a Wicket question but ...

2009-04-30 Thread Liam Clarke-Hutchinson
todo with C3P0 afaik. >> >> 2009/4/30 HHB : >>> Hey, >>> I understand this is not a Wicket question but I hope I can get some >>> help. >>> Our application uses c3p0 connection pooling. >>> How to set the character encoding for database connecti

Re: Not a Wicket question but ...

2009-04-30 Thread HHB
s nothing todo with C3P0 afaik. > > 2009/4/30 HHB : >> Hey, >> I understand this is not a Wicket question but I hope I can get some >> help. >> Our application uses c3p0 connection pooling. >> How to set the character encoding for database connection? >> Ev

Re: Not a Wicket question but ...

2009-04-30 Thread nino martinez wael
I'd goto the spring forum or hibernate, depending if you use spring for wiring hibernate or not... It has nothing todo with C3P0 afaik. 2009/4/30 HHB : > Hey, > I understand this is not a Wicket question but I hope I can get some help. > Our application uses c3p0 connection pooling

Not a Wicket question but ...

2009-04-30 Thread HHB
Hey, I understand this is not a Wicket question but I hope I can get some help. Our application uses c3p0 connection pooling. How to set the character encoding for database connection? Even if you aware of how to set the character encoding for Apache DBCP, I will be thankful. The application is

Wicket question

2009-02-11 Thread Malik786
); model = new DefaultTreeModel(rootNode); return model; } } -- View this message in context: http://www.nabble.com/Wicket-question-tp21956601p21956601.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: My first Wicket question

2008-04-30 Thread Martin Makundi
Here is a tutorial: http://cwiki.apache.org/WICKET/lifecycle-of-a-wicket-application.html 2008/5/1 David Chang <[EMAIL PROTECTED]>: > > I just started to learn Wicket. > > This question may seem naive to many people and please > forgive me. > > a WebPage component is created for each session a

My first Wicket question

2008-04-30 Thread David Chang
I just started to learn Wicket. This question may seem naive to many people and please forgive me. a WebPage component is created for each session and its data members are not shared by different sessions. Correct? Thanks! p.s. Where can I find a useful FAQ list to answer questions similar to

Java Swing with Wicket Question

2007-10-16 Thread Edi
. Regards, Edi -- View this message in context: http://www.nabble.com/Java-Swing-with-Wicket-Question-tf4632971.html#a13229774 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Wicket Question

2007-10-10 Thread anita nichols
I have question regarding this code: I got this error message: WicketMessage: Unable to find component with id 'check' in [MarkupContainer [Component id = item, page = com.fsp.HomePage, path = 0:showItems: item.HomePage$TodoContainer$1, isVisible = true, isVersioned = true]]. This means that you d