On Tue, Apr 24, 2007 at 07:08:44AM -0000, ana  ben wrote:
>   
>  <tr jwcid="[EMAIL PROTECTED]" source="ognl:session.menu.tools" 
> value="ognl:tool" element="tr">
>                 <td><span jwcid="@Insert" id="toolnumber" 
> value="ognl:tool.product.pnumber">Tool Number</span></td>
> 
> Can any one tell me how to retrive the pnumber value from the html in java 
> file.

You mean what the equivalent of the ognl expression
"tool.product.pnumber" in java would be? Well, this depends on what
realy is behind the properties tool and product. But probably it is
equivalent to getTool().getProduct().getPnumber().

Regards,
Christian
-- 
Christian Haselbach - [EMAIL PROTECTED] - +49 176 2082 5804
TNG Technology Consulting GmbH, Betastr. 13a, 85774 Unterföhring
Geschäftsführer: Henrik Klagges, Gerhard Müller, Eike Reinel
Amtsgericht München, HRB 135082

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to