Hi Martin,
In regards to my post:
http://apache-wicket.1842946.n4.nabble.com/Wicket-and-HttpServletRequestWrapper-tc2930919.html#a2930919
It seems that the HttpServletRequest is always preserved as a member,
however
WebRequestCycleProcessor{
resolve{
...
Hi
has anyone created a regex to find wicket paths to use with selenium?
I did search nabble, and found a post but it does not seem work.
regards Nino
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional
Hi;
I am living in Turkey and Amazon says no Kinda for Turkey :( I couldn't
understand why a software cannot be available for a such
country.
Kinda is a big filter against readability.
Altuğ.
2010/10/3 Jonathan Locke jonathan.lo...@gmail.com
You can always read it on your Mac or PC
Hi jeremy, thanks for answering.
I mostly wanted a new technology, and maybe learn new ways and help with
testing and reporting.
Thanks again,
f(t)
On Sun, Oct 3, 2010 at 8:50 PM, Jeremy Thomerson
jer...@wickettraining.comwrote:
So, ideas on what to use?
UI = Wicket.
+ 1.4?
+
Hi ppl
Got a little problem with my form with dynamic fields.
My form fields are panels added to ListView. Each panel representing a field
has sub components (for label, text field etc).
The problem I'm having is how to access these list view items, so I can set
them default model
I would like
Hmm, it's pretty intrusive. I wanted to have a simple selenium test
running. I'll get back once we find a solution.
regards Nino
2010/10/4 Martin Grigorov mgrigo...@apache.org:
Check http://wicketpagetest.sourceforge.net/ as well.
On Mon, Oct 4, 2010 at 1:08 PM, Martin Makundi
Not really AFAIK: The ability to not have to manage fetch depths that
JDO/DB40 gives you over raw DB40 gives you is a massive productivity
boost (not sure if the latest DB40 supports lazy loading or not yet).
This is OT, but I feel it needs some correction.
DB4O has had transparent activation
On Mon, 04 Oct 2010 00:45:26 -0400, Brian Topping wrote:
There's *always* a cost, but which one is cheapest (most efficient,
easiest to use, yada yada) in the end depends on a lot of localized
factors. If it did not, there would be a website that every developer
visited before starting a new
Sam you are absolutely right about my subject, it is not best practices.
Best Practices are Safe, Robust, Well Tested, Etc.
I want new innovating ideas.
Thanks for pointing that up, and last night I was checking DB4O up... (my
life is sad... but I was happy :-)
f(t)
On Sun, Oct 3, 2010 at
Hi,
I'm playing with the following table/grid structure:
+--+-+-+
| | | |
| +-+-+
| | | |
+--+-+-+
|| | | |
+--+-+-+
..where the top-left cell spans 2 rows 2 columns.
The
Thanks Chris, I'll never heard of it. It sounds pretty cool. I'll check it
out.
On Sun, Oct 3, 2010 at 10:33 PM, Chris Colman
chr...@stepaheadsoftware.comwrote:
We use Wicket with DataNucleus (JDO) www.datanucleus.org as the
persistence layer. The persistence side is truly transparent and it
I have stored the sole (Kindle) edition in my Amazon wish list, as my
reminder object to search for the future paperback edition from time to
time.
I am looking forward to a good read.
--
View this message in context:
And my pseudo code was wrong, I meant to add the model to a component.
final IModelBoolean modelForAgree = new
ModelBoolean(yes.equalsIgnoreCase(obj.getAgree(;
final AjaxCheckBox yesChoiceBox = new AjaxCheckBox( Agree, modelForAgree) {
}
form.add(yesChoiceBox)
I have another
Hi Chris,
I have successfully tested it on IE8.
I did some more digging in the 'Wicket in Action' book and figured out how to
make the sign-in link work for a normal link - you have to override the
isVisible method to disable the link or Wicket will get into a loop with steps
3 and 4 from
Right indeed...
On Sun, Oct 3, 2010 at 11:09 PM, Sam Stainsby
s...@sustainablesoftware.com.au wrote:
On Mon, 04 Oct 2010 11:36:48 +1000, Chris Colman wrote:
Forgot to mention: DataNucleus allows you to use a wide range of
datastores and switch between them without any code changes: eg.,
Ernesto,
... nothing is impossible.
Regards - Cemal
jWeekend
Training, Consulting, Development
http://jWeekend.com
On 4 October 2010 10:55, Ernesto Reinaldo Barreiro reier...@gmail.com wrote:
Cemal,
Are you willing/able to consider applications from people living in
other European
We are looking for one, possibly two more very talented developers to
join jWeekend's team.
You will have exceptionally strong OO, Java and Wicket skills, and
already be deeply into, or have a strong desire to become highly
proficient in Scala. You already enjoy writing clean JavaScript, XHTML
Aha...
On Sun, Oct 3, 2010 at 11:59 PM, Chris Colman
chr...@stepaheadsoftware.comwrote:
Forgot to mention: DataNucleus allows you to use a wide range of
datastores and switch between them without any code changes: eg., all
the usual RDBMSes (MySQL, Oracle etc.,), Object Databases (DB4O and
Impossible is nothing ;]
**
Martin
2010/10/4 Altuğ Bilgin Altıntaş alt...@gmail.com:
+1
2010/10/4 Cemal Bayramoglu jweekend_for...@cabouge.com
Ernesto,
... nothing is impossible.
Regards - Cemal
jWeekend
Training, Consulting, Development
http://jWeekend.com
On 4 October 2010
it need not bepublic I commented annotation @PostConstruct so its only
used inside the class.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/instantiate-panels-in-a-spring-bean-tp2946859p2954369.html
Sent from the Users forum mailing list archive at
LOL@Couch potato idea of my self
On Mon, Oct 4, 2010 at 8:41 AM, Kent Tong sm-k...@cpttm.org.mo wrote:
Now I have to build a small app to manage small accounting and
logistics for my wife's Business
She is opening a small printing shop for small business labels, such
as wine bottle
Hi,
I don't understand what is the relation to your original question and the
one in the linked mail thread.
Cite:
In requestParameters object I can see the para: queryString set to my
requested page: wicket:bookmarkablePage=:wicket.story9.page.Home
The resole method always ends up at target =
Hey mate
Thank you for your super fast reply;)
Here's my code:
this.formFieldList.visitChildren(new IVisitorComponent() {
@Override
public Object component(final Component theComponent) {
Panel.java:
...
final IModelBoolean modelForAgree = new
ModelBoolean(yes.equalsIgnoreCase(obj.getAgree(;
form.add(modelForAgree);
...
In this code, how can I ensure that modelForAgree has the right default
value when the panel loads. Is it possible that the Panel gets
deserialized with
With org.apache.wicket.settings.IDebugSettings.setOutputComponentPath(true)
Wicket will dump 'wicket:path' attribute for each component tag.
you can find the elements with XPath
On Mon, Oct 4, 2010 at 3:43 PM, nino martinez wael
nino.martinez.w...@gmail.com wrote:
Hmm, it's pretty intrusive. I
I made a post then deleted it, and reposted with different update
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Re-Wicket-and-HttpServletRequestWrapper-tp2917025p2954276.html
Sent from the Users forum mailing list archive at Nabble.com.
You're not binding your model to the agree property, really. So, if
the value changes, it won't update your model. If you want to bind
it, use a PropertyModel.
On Mon, Oct 4, 2010 at 9:06 AM, Brown, Berlin [GCG-PFS]
berlin.br...@primerica.com wrote:
Panel.java:
...
final IModelBoolean
You could use visitChildren
Jeremy Thomerson
http://wickettraining.com
-- sent from my smart phone, so please excuse spelling, formatting, or
compiler errors
On Oct 4, 2010 7:02 AM, armandoxxx armando@dropchop.com wrote:
Hi ppl
Got a little problem with my form with dynamic fields.
My
Hi Martin,
added WICKET-3088. Thank you for your support!
Eike
On [Sun, 03.10.2010 17:36], Martin Grigorov wrote:
Hi Eike,
Please file a bug in Jira with link to this mail thread.
On Sun, Oct 3, 2010 at 2:33 PM, Eike Kettner e...@eknet.org wrote:
Hi Martin
thanks for your advice.
thanks!
Dear all,
I've added a new wiki page JFreeChart with tooltip
examplehttps://cwiki.apache.org/confluence/display/WICKET/JFreeChart+with+tooltip+example,
which outlines the steps to follow to create JFreeChart based charts that
can display tooltips.
On Fri, Oct 1, 2010 at 3:05 PM,
On Mon, 04 Oct 2010 17:49:07 +1000, Chris Colman wrote:
You are also missing out on advantages like automatic schema updates,
DB4O's own unique ID system, and other very useful parts of the DB4O
API.
The way I use JDO I get all of those features but in a datastore
agnostic way.
This is
We haven't used 1.4.11, so it comes from upgrading from 1.4.8 straight to 1.4.12
I'm no good at javascript at all, but I will see what I can reproduce
with a quickstart when I get time. But for now we'll stick with 1.4.8
in production.
On Sun, Oct 3, 2010 at 12:48 PM, Martin Grigorov
+1
2010/10/4 Cemal Bayramoglu jweekend_for...@cabouge.com
Ernesto,
... nothing is impossible.
Regards - Cemal
jWeekend
Training, Consulting, Development
http://jWeekend.com
On 4 October 2010 10:55, Ernesto Reinaldo Barreiro reier...@gmail.com
wrote:
Cemal,
Are you
Your code looks correct.
You said 'when you click Registrar button, data from auto_info_panel
don't appear in DispositivoDTO model'.
I tried to create AutoInfoPanel like this:
public AutoInfoPanel(String id, IModelDispositivoDTO model)
{
super(id);
add(new TextFieldString(lastName,
Cemal,
Are you willing/able to consider applications from people living in
other European countries which cannot move to England:-(
Kind regards,
Ernesto
On Mon, Oct 4, 2010 at 11:28 AM, Cemal Bayramoglu
jweekend_for...@cabouge.com wrote:
We are looking for one, possibly two more very
Check http://wicketpagetest.sourceforge.net/ as well.
On Mon, Oct 4, 2010 at 1:08 PM, Martin Makundi
martin.maku...@koodaripalvelut.com wrote:
Hi!
Maybe you can integrate wickettester with selenium in a way that you
can use live paths:
LOL@100%, mathematically-proven to be superior technology in this is Wicket
;-)
Hate Spring.
Almost hate Hibernate.
This totally personal, and those with reason should abstain from taking me
seriously.
:-)
f(t)
On Sun, Oct 3, 2010 at 10:50 PM, 7zark7 7za...@gmail.com wrote:
There's no best
Thanks Mauro. That worked woo hoo!
-Original Message-
From: Mauro Ciancio [mailto:]
Sent: Sunday, October 03, 2010 7:48 PM
To: users@wicket.apache.org
Subject: Re: Rendering Html on Ajax Request
Hello,
This could help you,
org.apache.wicket.Component#setEscapeModelStrings
Hi!
Maybe you can integrate wickettester with selenium in a way that you
can use live paths:
https://cwiki.apache.org/WICKET/type-safe-testing-in-wicket.html
**
Martin
2010/10/4 nino martinez wael nino.martinez.w...@gmail.com:
Hi
has anyone created a regex to find wicket paths to use with
Hi,
I think its a bug but i am not sure. My scenario:
1. Component has 2 behaviors: first is temporary and second is ajax behavior.
2. Url for Ajax behavior contains behavior's index (e.g.
../page?1-1.IBehaviorListener.1-form-text)
2. Temporary behavior is removed in detachBehaviors method.
3.
I use Wicket/Guice/JPA-Hibernate.
I think you will have to do alot of evaluation of the technologies yourself.
You have wicket for the presentation, now find a DI container and an ORM
solution and you are sorted. Normally the Presentation layer is the hard
part to decide when you are a java
Now I have to build a small app to manage small accounting and
logistics for my wife's Business
She is opening a small printing shop for small business labels, such
as wine bottle labels, clothing labels, bags, etc.
I am quite surprised to see so many suggestions, while all there
is known
My suggestion : Wicket / Spring / Cayenne ORM
From: Josh Kamau joshnet2...@gmail.com
To: users@wicket.apache.org
Sent: Mon, October 4, 2010 1:37:45 PM
Subject: Re: New App - Best Practices
I use Wicket/Guice/JPA-Hibernate.
I think you will have to do alot
You can make the call as soon as in #onInitialize() or in #onBeforeRender()
On Mon, Oct 4, 2010 at 4:38 PM, monzonj monz...@gmail.com wrote:
Hi.
I'm still trying to understand how Wicket works, and I still don't get many
things, specially related to the code we can / can't place in a
Or iPhone/iPad.
-Original Message-
From: Jonathan Locke [mailto:jonathan.lo...@gmail.com]
Sent: Saturday, October 02, 2010 7:17 PM
To: users@wicket.apache.org
Subject: Re: Coding - On Software Design Process
You can always read it on your Mac or PC (there's a free Kindle reader).
Also,
Doesn't that code render the chart twice, with the rendering for the
image map simply being dumped?
On 04/10/2010 07:51, Peter Karich wrote:
thanks!
Dear all,
I've added a new wiki page JFreeChart with tooltip
thanks. But we seem to have problems running XPath searching for
wicket:id or wicket:path, problem being the semicolon. Might be that
we are doing something wrong?
regards Nino
2010/10/4 Martin Grigorov mgrigo...@apache.org:
With
mmm... you think is my model?
Could be, but debugging wicket I found never was called setObject method of
my model.
I'm using wicket 1.5 I know this doesn't matter but I never mentioned.
Here is my AutoInfoPanel. The idea is to update a Map that contains data.
There are three maps in my
The panel containing the behavior hasn't been added to the page (yet)
on panel constructor so you can't compute the path (UTL) to the
behavior. That's why you have to to use the methods suggested by
Martin.
Ernesto
On Mon, Oct 4, 2010 at 4:38 PM, monzonj monz...@gmail.com wrote:
Hi.
I'm still
Save 60% of your time with type safe testing.
It's doable with selenium also.
Couplings between tests and the GUI#
The only thing to watch for in Selenium is the number and tightness of
couplings from test code to the application. Both can be managed.
First let's look at the tightness of
On Mon, Oct 4, 2010 at 7:26 PM, nino martinez wael
nino.martinez.w...@gmail.com wrote:
thanks. But we seem to have problems running XPath searching for
wicket:id or wicket:path, problem being the semicolon. Might be that
we are doing something wrong?
I need to fix the javadoc. Since a while
Hello,
in my tomcat I have a context (home.xml) with the path home. So I open my
wicket-stuff with localhost:8080/home. Fine!
Now I have two pages Test1 and Test2. For both I´ve called
mountBookmarkablePage...
mountBookmarkablePage(/test1, Test1.class)
mountBookmarkablePage(/test2,
TopMost_Parent
body
wicket:child/
/body
SubParent extends TopMost_Parent
body
wicket:extend
blah blah
/wicket:extend
/body
Child that needs to add no markup
Nothing seems to work
To get this to work, I end up doing this:
SubParent extends
Hi,
I have the following code to create a
org.apache.wicket.markup.html.form.Button:
Button delete = new Button(delete)
{
public void onSubmit()
{
// Delete the selected record
}
};
delete.add(new
I ran this in IE7, Firefox and Google Chrome and it worked fine. make sure
you don't have a javascript error in the page and maybe add
delete.add(new SimpleAttributeModifier( onclick, if (!confirm('Delete?')
){ return false; }));
--
View this message in context:
I am using FF 3.6.10 and there were no javascript errors. However,
adding the if statement seemed to make the difference as it's now
displaying.
Thanks!
-Original Message-
From: Mathias Nilsson [mailto:wicket.program...@gmail.com]
Sent: Monday, October 04, 2010 2:51 PM
To:
I am writing a (simple?) database CRUD app where I have multiple tab
panels that encapsulate the different tables in the database. On a
panel there's a dropdownchoice which lists the existing records for that
table. There's also create, delete and edit buttons (and and edit panel
with save and
Hi, instead of passing getMyRecords() in the constructor wrap it around
a LoadableDetachableModel and pass that model to the DDC. The difference is
that your current list is fetch only once at construction of your pages and
is considered static because its never get called again unless you
My markup looks like this:
...
td
div wicket:id=canvasPanelstuff/div
/td
...
When I render the code and swap in another panel via
canvasPanel.replaceWith(newPanel);, the page source looks like this:
...
td canvasPanel=
new panel markup
/td
...
Any ideas on why this would happen? I looked
Show some code
On Mon, Oct 4, 2010 at 8:48 PM, Jered Myers
jer...@maplewoodsoftware.com wrote:
My markup looks like this:
...
td
div wicket:id=canvasPanelstuff/div
/td
...
When I render the code and swap in another panel via
canvasPanel.replaceWith(newPanel);, the page source looks like
Quickstart please
2010/10/5 James Carman ja...@carmanconsulting.com
Show some code
On Mon, Oct 4, 2010 at 8:48 PM, Jered Myers
jer...@maplewoodsoftware.com wrote:
My markup looks like this:
...
td
div wicket:id=canvasPanelstuff/div
/td
...
When I render the code and swap in
hehe, you probably need to fix my memory too then, although I do
remember vaguely that there was a change for it, probably for
selenium.. And great this is the way for us I think.
Now I just need to read Martin M's mail :)
2010/10/4 Martin Grigorov mgrigo...@apache.org:
On Mon, Oct 4, 2010 at
I don't know if there is a another way; but it is consistent
abstract Class TopMost_Parent {
abstract void methodZ();
}
abstract Class SubParent extends TopMost_Parent {
public void methodZ() {.};
abstract void methodY();
}
class Class Child extends SubParent {
// Should Child
63 matches
Mail list logo