Re: [Wicket-user] Problem with request sent with double quotes present in component value [Dropdown option value not being escaped]

2007-06-12 Thread Igor Vaynberg

please open a jira issue.

-igor


On 6/11/07, Swaroop Belur <[EMAIL PROTECTED]> wrote:



hi igor,

Tested with 1.2.6 and same result. Also had a look at trunk code. Looks
the same.

-swaroop


On 6/11/07, Igor Vaynberg < [EMAIL PROTECTED]> wrote:
>
> why not download 1.2.6 and try yourself? let us know if its fixed or
> not.
>
> -igor
>
>
> On 6/11/07, Swaroop Belur < [EMAIL PROTECTED]> wrote:
> >
> > Hi All
> >
> > I have a dropdown choice in which I happened to render string values
> > for   > So as i have mentioned earlier in this thread, some option values
> > were having double quotes in them
> > and therefore coming as "" in the server side.
> >
> > I found that by escaping the markup for option values as well in
> > AbstractChoice#appendOptionHtml
> > i was able to get the value.
> >
> > Is this scenatio fixed in versions > 1.2.4 ?
> > If not  is it possible for the wicket team to have a look at this as
> > well
> >
> > -Thanks
> > swaroop belur
> >
> >
> >
> >
> >
> > On 6/8/07, Swaroop Belur <[EMAIL PROTECTED] > wrote:
> > >
> > > Hi All
> > >
> > > Wicket 1.2.4
> > >
> > > I hava a dropdownchoice with round tip to the server enabled on
> > > selection change.
> > >
> > > The problem is when i select a string which is delimited by double
> > > quotes, the value comes up as
> > > an empty string at the server side. The class which initially
> > > processes is MultipartServletWebRequest .
> > >
> > > It appears that  DiskFileItem#get() method returns empty array.
> > >
> > > It works properly for single quotes.
> > >
> > > How do I overcome this problem. Please help.
> > >
> > >
> > > -Thanks
> > > swaroop belur
> > >
> > >
> > >
> > >
> > >
> >
> >
> > -
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
>
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Problem with request sent with double quotes present in component value [Dropdown option value not being escaped]

2007-06-11 Thread Swaroop Belur

hi igor,

Tested with 1.2.6 and same result. Also had a look at trunk code. Looks the
same.

-swaroop


On 6/11/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:


why not download 1.2.6 and try yourself? let us know if its fixed or not.

-igor


On 6/11/07, Swaroop Belur < [EMAIL PROTECTED]> wrote:
>
> Hi All
>
> I have a dropdown choice in which I happened to render string values
> for   So as i have mentioned earlier in this thread, some option values  were
> having double quotes in them
> and therefore coming as "" in the server side.
>
> I found that by escaping the markup for option values as well in
> AbstractChoice#appendOptionHtml
> i was able to get the value.
>
> Is this scenatio fixed in versions > 1.2.4 ?
> If not  is it possible for the wicket team to have a look at this as
> well
>
> -Thanks
> swaroop belur
>
>
>
>
>
> On 6/8/07, Swaroop Belur <[EMAIL PROTECTED] > wrote:
> >
> > Hi All
> >
> > Wicket 1.2.4
> >
> > I hava a dropdownchoice with round tip to the server enabled on
> > selection change.
> >
> > The problem is when i select a string which is delimited by double
> > quotes, the value comes up as
> > an empty string at the server side. The class which initially
> > processes is MultipartServletWebRequest .
> >
> > It appears that  DiskFileItem#get() method returns empty array.
> >
> > It works properly for single quotes.
> >
> > How do I overcome this problem. Please help.
> >
> >
> > -Thanks
> > swaroop belur
> >
> >
> >
> >
> >
>
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Problem with request sent with double quotes present in component value [Dropdown option value not being escaped]

2007-06-11 Thread Igor Vaynberg

why not download 1.2.6 and try yourself? let us know if its fixed or not.

-igor


On 6/11/07, Swaroop Belur <[EMAIL PROTECTED]> wrote:


Hi All

I have a dropdown choice in which I happened to render string values for
 1.2.4 ?
If not  is it possible for the wicket team to have a look at this as well

-Thanks
swaroop belur





On 6/8/07, Swaroop Belur <[EMAIL PROTECTED]> wrote:
>
> Hi All
>
> Wicket 1.2.4
>
> I hava a dropdownchoice with round tip to the server enabled on
> selection change.
>
> The problem is when i select a string which is delimited by double
> quotes, the value comes up as
> an empty string at the server side. The class which initially processes
> is MultipartServletWebRequest .
>
> It appears that  DiskFileItem#get() method returns empty array.
>
> It works properly for single quotes.
>
> How do I overcome this problem. Please help.
>
>
> -Thanks
> swaroop belur
>
>
>
>
>

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Problem with request sent with double quotes present in component value [Dropdown option value not being escaped]

2007-06-11 Thread Swaroop Belur

Hi All

I have a dropdown choice in which I happened to render string values for
 1.2.4 ?
If not  is it possible for the wicket team to have a look at this as well

-Thanks
swaroop belur





On 6/8/07, Swaroop Belur <[EMAIL PROTECTED]> wrote:


Hi All

Wicket 1.2.4

I hava a dropdownchoice with round tip to the server enabled on selection
change.

The problem is when i select a string which is delimited by double quotes,
the value comes up as
an empty string at the server side. The class which initially processes is
MultipartServletWebRequest .

It appears that  DiskFileItem#get() method returns empty array.

It works properly for single quotes.

How do I overcome this problem. Please help.


-Thanks
swaroop belur





-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user