--- Begin Message ---
Send Wicket-user mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/wicket-user
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Wicket-user digest..."
Today's Topics:
1. Re: Customizing TypeValidator's "type" (Nick Heudecker)
2. Re: Customizing TypeValidator's "type" (Igor Vaynberg)
3. Re: Customizing TypeValidator's "type" (Igor Vaynberg)
4. HttpSession access (John Patterson)
5. Good document explaining Models (Riyad Kalla)
6. Re: HttpSession access (Igor Vaynberg)
7. Re: Good document explaining Models (Igor Vaynberg)
8. Re: HttpSession access (Juergen Donnerstag)
9. Re: HttpSession access (Riyad Kalla)
--__--__--
Message: 1
Date: Wed, 1 Mar 2006 12:00:56 -0500
From: "Nick Heudecker" <[EMAIL PROTECTED]>
To: [email protected]
Subject: Re: [Wicket-user] Customizing TypeValidator's "type"
Reply-To: [email protected]
------=_Part_582_28716225.1141232456334
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Yeah, that will work very well.
On 3/1/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
>
> with my recent refactorings i can add another key to be searched that is
> "TypeValidator".Type
>
> so keys like TypeValidator.BigDecimal will take priority over
> TypeValidator
>
> that way you can create the keys for different types.
>
> sound good?
>
> -Igor
>
>
>
>
>
>
> On 3/1/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:
> >
> > TypeValidator adds a "${type}" key for validation messages. Is there
> > any way to customize this for the specific case? For instance, I use
> > TypeValidator for BigDecimals and Dates. I don't want my users seeing =
"
> > java.math.BigDecimal" or "java.util.Date" in the validation messages.
> >
> > Thanks for your time.
> >
>
>
------=_Part_582_28716225.1141232456334
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Yeah, that will work very well.<br><br><div><span class=3D"gmail_quote">On =
3/1/06, <b class=3D"gmail_sendername">Igor Vaynberg</b> <<a href=3D"mail=
to:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>> wrote:</span><b=
lockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, 20=
4, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style=3D"direction: ltr;">with my recent refactorings i can add anothe=
r key to be searched that is "TypeValidator".Type<br><br>so keys =
like TypeValidator.BigDecimal will take priority over TypeValidator<br><br>
that way you can create the keys for different types.
<br><br>sound good?<br></div><div style=3D"direction: ltr;"><span class=3D"=
sg"><br>-Igor</span></div><div style=3D"direction: ltr;"><span class=3D"e" =
id=3D"q_109b6a81498512ed_2"><br><br><br><br><br><br><div><span class=3D"gma=
il_quote">
On 3/1/06, <b class=3D"gmail_sendername">Nick Heudecker</b> <<a href=3D"=
mailto:[EMAIL PROTECTED]" target=3D"_blank" onclick=3D"return top.js.Ope=
nExtLink(window,event,this)">[EMAIL PROTECTED]</a>> wrote:
</span><blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rg=
b(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style=
=3D"direction: ltr;">TypeValidator adds a "${type}" key for valid=
ation messages. Is there any way to customize this for the specific c=
ase? For instance, I use TypeValidator for BigDecimals and Dates.&nbs=
p; I don't want my users seeing "
java.math.BigDecimal" or "java.util.Date" in the validation =
messages.<br><br>Thanks for your time.<br>
</div></blockquote></div><br>
</span></div></blockquote></div><br>
------=_Part_582_28716225.1141232456334--
--__--__--
Message: 2
Date: Wed, 1 Mar 2006 08:42:42 -0800
From: "Igor Vaynberg" <[EMAIL PROTECTED]>
To: [email protected]
Subject: Re: [Wicket-user] Customizing TypeValidator's "type"
Reply-To: [email protected]
------=_Part_538_11241.1141231362786
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
then he would have to write his own TypeValidator. currently we perform typ=
e
conversion internally (w/out typevalidator which is deprecated now) so i
dont see how he can override that.
best thing i can do is search for different keys.
-Igor
On 3/1/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
>
> You can override method messageModel to deliver your own map.
>
> Eelco
>
> On 3/1/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:
> > TypeValidator adds a "${type}" key for validation messages. Is there
> any
> > way to customize this for the specific case? For instance, I use
> > TypeValidator for BigDecimals and Dates. I don't want my users seeing =
"
> > java.math.BigDecimal" or "java.util.Date" in the validation messages.
> >
> > Thanks for your time.
> >
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmdlnk&kid=110944&bid$1720&dat=121642
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
------=_Part_538_11241.1141231362786
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
then he would have to write his own TypeValidator. currently we perform typ=
e conversion internally (w/out typevalidator which is deprecated now) so i =
dont see how he can override that.<br><br>best thing i can do is search for=
different keys.
<br><br>-Igor<br><br><br><div><span class=3D"gmail_quote">On 3/1/06, <b cla=
ss=3D"gmail_sendername">Eelco Hillenius</b> <<a href=3D"mailto:eelco.hil=
[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>> wrote:</span><blockquot=
e class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, 204, 204);=
margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You can override method messageModel to deliver your own map.<br><br>Eelco<=
br><br>On 3/1/06, Nick Heudecker <<a href=3D"mailto:[EMAIL PROTECTED]
">[EMAIL PROTECTED]</a>> wrote:<br>> TypeValidator adds a "${=
type}" key for validation messages. Is there any
<br>> way to customize this for the specific case? For instan=
ce, I use<br>> TypeValidator for BigDecimals and Dates. I don=
't want my users seeing "<br>> java.math.BigDecimal" or "=
java.util.Date" in the validation messages.
<br>><br>> Thanks for your time.<br>><br><br><br>-----------------=
--------------------------------------<br>This SF.Net email is sponsored by=
xPML, a groundbreaking scripting language<br>that extends applications int=
o web and mobile media. Attend the live webcast
<br>and join the prime developer group breaking into this new coding territ=
ory!<br><a href=3D"http://sel.as-us.falkag.net/sel?cmdlnk&kid=110944&am=
p;bid$1720&dat=121642">http://sel.as-us.falkag.net/sel?cmdlnk&kid=
=110944&bid$1720&dat=121642
</a><br>_______________________________________________<br>Wicket-user mail=
ing list<br><a href=3D"mailto:[email protected]">Wicket-use=
[EMAIL PROTECTED]</a><br><a href=3D"https://lists.sourceforge.net/lis=
ts/listinfo/wicket-user">
https://lists.sourceforge.net/lists/listinfo/wicket-user</a><br></blockquot=
e></div><br>
------=_Part_538_11241.1141231362786--
--__--__--
Message: 3
Date: Wed, 1 Mar 2006 09:15:49 -0800
From: "Igor Vaynberg" <[EMAIL PROTECTED]>
To: [email protected]
Subject: Re: [Wicket-user] Customizing TypeValidator's "type"
Reply-To: [email protected]
------=_Part_1143_14945367.1141233349841
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
done in head
-Igor
On 3/1/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:
>
> Yeah, that will work very well.
>
>
> On 3/1/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> >
> > with my recent refactorings i can add another key to be searched that i=
s
> > "TypeValidator".Type
> >
> > so keys like TypeValidator.BigDecimal will take priority over
> > TypeValidator
> >
> > that way you can create the keys for different types.
> >
> > sound good?
> >
> > -Igor
> >
> >
> >
> >
> >
> >
> > On 3/1/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:
> > >
> > > TypeValidator adds a "${type}" key for validation messages. Is there
> > > any way to customize this for the specific case? For instance, I use
> > > TypeValidator for BigDecimals and Dates. I don't want my users seein=
g "
> > > java.math.BigDecimal" or "java.util.Date" in the validation messages.
> > >
> > > Thanks for your time.
> > >
> >
> >
>
------=_Part_1143_14945367.1141233349841
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
done in head<br><br>-Igor<br><br><br><div><span class=3D"gmail_quote">On 3/=
1/06, <b class=3D"gmail_sendername">Nick Heudecker</b> <<a href=3D"mailt=
o:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>> wrote:</span><blockquo=
te class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, 204, 204)=
; margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style=3D"direction: ltr;">Yeah, that will work very well.</div><div st=
yle=3D"direction: ltr;"><span class=3D"e" id=3D"q_109b6c18a02a3d39_1"><br><=
br><div><span class=3D"gmail_quote">On 3/1/06, <b class=3D"gmail_sendername=
">Igor Vaynberg
</b> <<a href=3D"mailto:[EMAIL PROTECTED]" target=3D"_blank" oncli=
ck=3D"return top.js.OpenExtLink(window,event,this)">[EMAIL PROTECTED]
</a>> wrote:</span><blockquote class=3D"gmail_quote" style=3D"border-lef=
t: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1=
ex;">
<div style=3D"direction: ltr;">with my recent refactorings i can add anothe=
r key to be searched that is "TypeValidator".Type<br><br>so keys =
like TypeValidator.BigDecimal will take priority over TypeValidator<br><br>
that way you can create the keys for different types.
<br><br>sound good?<br></div><div style=3D"direction: ltr;"><span><br>-Igor=
</span></div><div style=3D"direction: ltr;"><span><br><br><br><br><br><br><=
div><span class=3D"gmail_quote">
On 3/1/06, <b class=3D"gmail_sendername">Nick Heudecker</b> <<a href=3D"=
mailto:[EMAIL PROTECTED]" target=3D"_blank" onclick=3D"return top.js.Ope=
nExtLink(window,event,this)">[EMAIL PROTECTED]</a>> wrote:
</span><blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rg=
b(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style=
=3D"direction: ltr;">TypeValidator adds a "${type}" key for valid=
ation messages. Is there any way to customize this for the specific c=
ase? For instance, I use TypeValidator for BigDecimals and Dates.&nbs=
p; I don't want my users seeing "
java.math.BigDecimal" or "java.util.Date" in the validation =
messages.<br><br>Thanks for your time.<br>
</div></blockquote></div><br>
</span></div></blockquote></div><br>
</span></div></blockquote></div><br>
------=_Part_1143_14945367.1141233349841--
--__--__--
Message: 4
From: John Patterson <[EMAIL PROTECTED]>
To: [email protected]
Date: Wed, 1 Mar 2006 13:26:06 -0400
Subject: [Wicket-user] HttpSession access
Reply-To: [email protected]
Hi,
I am using a wicket 1.2 version from cvs from about 2 wekks ago. There seems
to be no way to access the HttpSession. Is this still true?
John.
--__--__--
Message: 5
Date: Wed, 01 Mar 2006 10:38:37 -0700
From: Riyad Kalla <[EMAIL PROTECTED]>
To: Wicket Users <[email protected]>
Subject: [Wicket-user] Good document explaining Models
Reply-To: [email protected]
I realized that 90% of my confusion when working with wicket is due to
my lack of understanding models properly. Is there one or more good
resources covering models, the basic idea behind them, how they were
designed, how they function in a few well known components, etc.? Sort
of a bottom-up approach to get my brain in sync with the Wicket way of
thinking?
Thanks guys,
-R
--__--__--
Message: 6
Date: Wed, 1 Mar 2006 09:44:01 -0800
From: "Igor Vaynberg" <[EMAIL PROTECTED]>
To: [email protected]
Subject: Re: [Wicket-user] HttpSession access
Reply-To: [email protected]
------=_Part_1731_26614015.1141235041968
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
it is discouraged to directly access the http session. that said you can do
((WebRequest)getRequest()).getHttpServletRequest().getSession()
-Igor
On 3/1/06, John Patterson <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am using a wicket 1.2 version from cvs from about 2 wekks ago. There
> seems
> to be no way to access the HttpSession. Is this still true?
>
> John.
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat=
=3D121642
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
------=_Part_1731_26614015.1141235041968
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
it is discouraged to directly access the http session. that said you can do=
<br><br>((WebRequest)getRequest()).getHttpServletRequest().getSession()<br=
><br>-Igor<br><br><br><div><span class=3D"gmail_quote">On 3/1/06, <b class=
=3D"gmail_sendername">
John Patterson</b> <<a href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]
om</a>> wrote:</span><blockquote class=3D"gmail_quote" style=3D"border-l=
eft: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left:=
1ex;">
Hi,<br><br>I am using a wicket 1.2 version from cvs from about 2 wekks ago.=
There seems<br>to be no way to access the HttpSession. &nb=
sp;Is this still true?<br><br>John.<br><br><br>----------------------------=
---------------------------
<br>This SF.Net email is sponsored by xPML, a groundbreaking scripting lang=
uage<br>that extends applications into web and mobile media. Attend the liv=
e webcast<br>and join the prime developer group breaking into this new codi=
ng territory!
<br><a href=3D"http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&a=
mp;bid=3D241720&dat=3D121642">http://sel.as-us.falkag.net/sel?cmd=3Dlnk=
&kid=3D110944&bid=3D241720&dat=3D121642</a><br>________________=
_______________________________
<br>Wicket-user mailing list<br><a href=3D"mailto:[EMAIL PROTECTED]
orge.net">[email protected]</a><br><a href=3D"https://lists=
.sourceforge.net/lists/listinfo/wicket-user">https://lists.sourceforge.net/=
lists/listinfo/wicket-user
</a><br></blockquote></div><br>
------=_Part_1731_26614015.1141235041968--
--__--__--
Message: 7
Date: Wed, 1 Mar 2006 09:44:57 -0800
From: "Igor Vaynberg" <[EMAIL PROTECTED]>
To: [email protected]
Subject: Re: [Wicket-user] Good document explaining Models
Reply-To: [email protected]
------=_Part_1751_31675188.1141235097047
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
here is a wiki page on the matter:
http://www.wicket-wiki.org.uk/wiki/index.php/Models
-Igor
On 3/1/06, Riyad Kalla <[EMAIL PROTECTED]> wrote:
>
> I realized that 90% of my confusion when working with wicket is due to
> my lack of understanding models properly. Is there one or more good
> resources covering models, the basic idea behind them, how they were
> designed, how they function in a few well known components, etc.? Sort
> of a bottom-up approach to get my brain in sync with the Wicket way of
> thinking?
>
> Thanks guys,
> -R
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat=
=3D121642
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
------=_Part_1751_31675188.1141235097047
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
here is a wiki page on the matter: <a href=3D"http://www.wicket-wiki.org.uk=
/wiki/index.php/Models">http://www.wicket-wiki.org.uk/wiki/index.php/Models=
</a><br><br>-Igor<br><br><div><span class=3D"gmail_quote">On 3/1/06, <b cla=
ss=3D"gmail_sendername">
Riyad Kalla</b> <<a href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a=
>> wrote:</span><blockquote class=3D"gmail_quote" style=3D"border-left: =
1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;=
">
I realized that 90% of my confusion when working with wicket is due to<br>m=
y lack of understanding models properly. Is there one or more good<br>resou=
rces covering models, the basic idea behind them, how they were<br>designed=
, how they function in a few well known components, etc.? Sort
<br>of a bottom-up approach to get my brain in sync with the Wicket way of<=
br>thinking?<br><br>Thanks guys,<br>-R<br><br><br>-------------------------=
------------------------------<br>This SF.Net email is sponsored by xPML, a=
groundbreaking scripting language
<br>that extends applications into web and mobile media. Attend the live we=
bcast<br>and join the prime developer group breaking into this new coding t=
erritory!<br><a href=3D"http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=
=3D110944&bid=3D241720&dat=3D121642">
http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720=
&dat=3D121642</a><br>_______________________________________________<br=
>Wicket-user mailing list<br><a href=3D"mailto:[EMAIL PROTECTED]
e.net">
[email protected]</a><br><a href=3D"https://lists.sourcefor=
ge.net/lists/listinfo/wicket-user">https://lists.sourceforge.net/lists/list=
info/wicket-user</a><br></blockquote></div><br>
------=_Part_1751_31675188.1141235097047--
--__--__--
Message: 8
Date: Wed, 1 Mar 2006 18:51:05 +0100
From: "Juergen Donnerstag" <[EMAIL PROTECTED]>
To: [email protected]
Subject: Re: [Wicket-user] HttpSession access
Reply-To: [email protected]
What do you need it for?
Juergen
On 3/1/06, John Patterson <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am using a wicket 1.2 version from cvs from about 2 wekks ago. There s=
eems
> to be no way to access the HttpSession. Is this still true?
>
> John.
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting langua=
ge
> that extends applications into web and mobile media. Attend the live webc=
ast
> and join the prime developer group breaking into this new coding territor=
y!
> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat=
=3D121642
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
--__--__--
Message: 9
Date: Wed, 01 Mar 2006 10:52:58 -0700
From: Riyad Kalla <[EMAIL PROTECTED]>
To: [email protected]
Subject: Re: [Wicket-user] HttpSession access
Reply-To: [email protected]
This is a multi-part message in MIME format.
--------------010909070408090704020000
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Igor,
Is there a wicket-preferred way to manage a Visit-esque type of Session
bean that can be placed into a session scope for a user? For example, if
a user logs in or sets some preferences or clicks some filters and say
you want to store all that info in a central bean instance that
represents them for that session?
I think this is where most folks need to make that cross over from
Model2/MVC/Struts programming and Wicket/JSF component programming.
Igor Vaynberg wrote:
> it is discouraged to directly access the http session. that said you
> can do
>
> ((WebRequest)getRequest()).getHttpServletRequest().getSession()
>
> -Igor
>
>
> On 3/1/06, * John Patterson* <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
>
> Hi,
>
> I am using a wicket 1.2 version from cvs from about 2 wekks
> ago. There seems
> to be no way to access the HttpSession. Is this still true?
>
> John.
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> that extends applications into web and mobile media. Attend the
> live webcast
> and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642>
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> <mailto:[email protected]>
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> <https://lists.sourceforge.net/lists/listinfo/wicket-user>
>
>
--------------010909070408090704020000
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Igor,<br>
Is there a wicket-preferred way to manage a Visit-esque type of Session
bean that can be placed into a session scope for a user? For example,
if a user logs in or sets some preferences or clicks some filters and
say you want to store all that info in a central bean instance that
represents them for that session?<br>
<br>
I think this is where most folks need to make that cross over from
Model2/MVC/Struts programming and Wicket/JSF component programming.<br>
<br>
Igor Vaynberg wrote:
<blockquote
cite="[EMAIL PROTECTED]"
type="cite">it is discouraged to directly access the http session.
that said you can do <br>
<br>
((WebRequest)getRequest()).getHttpServletRequest().getSession()<br>
<br>
-Igor<br>
<br>
<br>
<div><span class="gmail_quote">On 3/1/06, <b class="gmail_sendername">
John Patterson</b> <<a href="mailto:[EMAIL PROTECTED]">[EMAIL
PROTECTED]</a>>
wrote:</span>
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex;
padding-left: 1ex;">Hi,<br>
<br>
I am using a wicket 1.2 version from cvs from about 2 wekks
ago. There
seems<br>
to be no way to access the HttpSession. Is this still true?<br>
<br>
John.<br>
<br>
<br>
-------------------------------------------------------
<br>
This SF.Net email is sponsored by xPML, a groundbreaking scripting
language<br>
that extends applications into web and mobile media. Attend the live
webcast<br>
and join the prime developer group breaking into this new coding
territory!
<br>
<a
href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642</a><br>
_______________________________________________
<br>
Wicket-user mailing list<br>
<a
href="mailto:[email protected]">[email protected]</a><br>
<a
href="https://lists.sourceforge.net/lists/listinfo/wicket-user">https://lists.sourceforge.net/lists/listinfo/wicket-user
</a><br>
</blockquote>
</div>
<br>
</blockquote>
</body>
</html>
--------------010909070408090704020000--
--__--__--
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user
End of Wicket-user Digest
--- End Message ---