hi,

 response=(HttpServletResponse) xmlobject.*method();*
**
Is this the correct way of adding the object to response.
Iam getting following error.

<html><head><title>Apache Tomcat/6.0.29 - Error report</title><style><!--H1
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;}
H2
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;}
H3
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;}
BODY
{font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;}
P
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A
{color : black;}A.name {color : black;}HR {color : #525D76;}--></style>
</head><body><h1>HTTP Status 404 -
/Draw/com.mycompany.project.ImageViewer/%20SampleServlet</h1><HR size="1"
noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b>
<u>/Draw/com.mycompany.project.ImageViewer/%20SampleServlet</u></p><p><b>description</b>
<u>The requested resource
(/Draw/com.mycompany.project.ImageViewer/%20SampleServlet) is not
available.</u></p><HR size="1" noshade="noshade"><h3>Apache
Tomcat/6.0.29</h3></body></html>


On Tue, Nov 9, 2010 at 10:32 AM, jayalakshmi jahagirdar <
jayalakshmi.jahagir...@gmail.com> wrote:

> Thanks  Fernando for the reply.
>
> Can u please share a method of sending my object of XML to client (Iam
> using request builder).
> I want to know how i can add this object of XML to the 
> response(HttpServletResponse response)
> in my servlet so that i can navigate it to client.
>
> Thanks
> jaya
>
>   On Mon, Nov 8, 2010 at 8:36 PM, Fernando <spiderkens...@gmail.com>wrote:
>
>>
>> http://code.google.com/webtoolkit/doc/1.6/DevGuideCodingBasics.html#DevGuideXML
>>
>> On Nov 8, 10:47 am, jayalakshmi jahagirdar
>>  <jayalakshmi.jahagir...@gmail.com> wrote:
>> > hello all,
>> > I have the following requierement:
>> >
>> > A XML file is at the server side.Need to parse it .
>> > I have a nested class . Create a object of this nested class ,add
>> parametres
>> > from XML parsing to this object and pass it back to the client.
>> > Iam making use of RequestBuilder.
>> >
>> > Iam able to parse it and create the object. but not finding a way to
>> pass it
>> > back to the client.
>> >
>> > Which is the best way to implement this. Can i make use of RPC ?
>> >
>> > Thanks & regards
>> > Jaya
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google Web Toolkit" group.
>> To post to this group, send email to google-web-tool...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to