[izpack-users] Processor class for text fields

Dennis Reil Dennis.Reil at reddot.de
Mon Feb 19 11:31:23 CET 2007


Hi,

If condition con_oracle_home_hidden is not fulfilled, the complete field
is not used, so nor the processor isn't instantiated neither the
processor is executed.

Regards,
   Dennis

> I have one hiden text field in my panel for which I have to do some
> string manupulation . 
> can I have a processor tag for that?  
> I want to have a Processor class for search field as wel.
> I tried that but it is not working. 
> 
> Mu userinputSpec is.... 
> 
> <panel order="4"> 
> <field type="search" variable="MCClient_home" > 
>   <description align="left" 
>                txt="" 
>                id="description.mcclient_home"/> 
>   <spec txt="MasterCraft Client Install path:" checkfilename="" 
>         type="directory" result="directory" > 
>         <choice value="c:\MasterCraft"  os="windows"/> 
> 
>   </spec> 
>   
>   </field> 
> <field type="text" variable="MCClient_home1" id="oracle_home_hidden1"
> conditionid="con_oracle_home_hidden"> 
>   <description align="left" txt="" 
>                id="description.text"/> 
>   <spec txt="" id="oracle_home_hidden1" size="15"
> set="$MCClient_home"/> 
> <processor class="com.izforge.izpack.util.StringHandle"/> 
> </field> 
>   
> </panel> 
> 
> 
> 
> In StringHandle class I have logic for string manipulation(for
> MCClient_home1) 
> 
> 
> Regards  
> 
> Sonal B Deshpande
> Tata Consultancy Services
> Mailto: sonal.deshpande at tcs.com
> Website: http://www.tcs.com
> =====-----=====-----=====
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain 
> confidential or privileged information. If you are 
> not the intended recipient, any dissemination, use, 
> review, distribution, printing or copying of the 
> information contained in this e-mail message 
> and/or attachments to it are strictly prohibited. If 
> you have received this communication in error, 
> please notify us by reply e-mail or telephone and 
> immediately and permanently delete the message 
> and any attachments. Thank you
> 
> 
> _______________________________________________
> izpack-users mailing list
> izpack-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/izpack-users
-- 



More information about the izpack-users mailing list