Hello every one,
i have created a session to store two variables.One of the variable
that i want to  store is String

current_WorkItems=<Workbasket Id="C000" filter="" indexName=""
indexMax="" indexMin="" queueName="Q_COMPTABILITE" Label="Service
comptable" icon="tache-icon" tooltips="" maxElements="1000">
<ColumnHeaders>                         <Column id="F_Locked" type="string" 
label=""
sortable="true" size="60" groupable="false"/>                           <Column 
id="F_WobNum"
type="string" label="" sortable="true" size="60" groupable="false"/
>                               <Column id="DateReception" type="string" 
> label="DateReception"
sortable="true" size="120" groupable="false"/>                          <Column 
id="Etape"
type="string" label="Etape" sortable="true" size="120"
groupable="false"/>                             <Column id="NumFacture" 
type="string"
label="NumeroFact" sortable="true" size="120" groupable="false"/>
<Column id="NomFournisseur" type="string" label="Fournisseur"
sortable="true" size="120" groupable="false"/>                  </ColumnHeaders>
<MenuBar>                               <menugroup label="Menu Actions">        
                                <menu id="A101"
Label="Open" function="openTask" iconCls="open-icon"/>                          
        <menu
id="A102" Label="Lock" function="lockTask" iconCls="lock-icon"/>
<menu id="A103" Label="Unlock" function="unlockTask" iconCls="unlock-
icon"/>                                 <menu_label id="A104" value="History" 
function="history"
iconCls="history-icon"/>                                        <menugroup 
id="A105"
value="Reassign">                                               <menu_label 
id="A001" value="Domaine SRD"
function="reassignWorkitemQueue" iconCls="tache-icon"/>
<menu_label id="A002" value="Domaine CMO"
function="reassignWorkitemQueue" iconCls="tache-icon"/>                         
        </
menugroup>                              </menugroup>                    
</MenuBar>              </Workbasket>


When  i try to get this variable i have this
value= "<Workbasket Id="C000" filter="" indexName="" indexMax=""
indexMin="" queueName="Q_COMPTABILITE" Label="Service comptable"
icon="tache-icon" tooltips="" maxElements="1000">\t\t\t<ColumnHeaders>
\t\t\t\t<Column id="F_Locked" type="string" label="" sortable="true"
size="60" groupable="false"/>\t\t\t\t<Column id="F_WobNum"
type="string" label="" sortable="true" size="60" groupable="false"/>\t
\t\t\t<Column id="DateReception" type="string" label="DateReception"
sortable="true" size="120" groupable="false"/>\t\t\t\t<Column
id="Etape" type="string" label="Etape" sortable="true" size="120"
groupable="false"/>\t\t\t\t<Column id="NumFacture" type="string"
label="NumeroFact" sortable="true" size="120" groupable="false"/>\t\t\t
\t<Column id="NomFournisseur" type="string" label="Fournisseur"
sortable="true" size="120" groupable="false"/>\t\t\t</ColumnHeaders>\t
\t\t<MenuBar>\t\t\t\t<menugroup label="Menu Actions">\t\t\t\t\t<menu
id="A101" Label="Open" function="openTask" iconCls="open-icon"/>\t\t\t
\t\t<menu id="A102" Label="Lock" function="lockTask" iconCls="lock-
icon"/>\t\t\t\t\t<menu id="A103" Label="Unlock" function="unlockTask"
iconCls="unlock-icon"/>\t\t\t\t\t<menu_label id="A104" value="History"
function="history"


What can do to correct this problem?
Thanks  for your response
Arnad
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to