[EMAIL PROTECTED] wrote:
> Jeff
> 
>  
> 
> *1)*
> 
> Shouldn’t this
> 
> ctxt.getExternalContext().getSessionMap().put(“SHOWTHIS”, “partNumber”);
> 
> be
> 
> ctxt.getExternalContext().getSessionMap().put( “partNumber”, “SHOWTHIS”);
> 
>  
> 
> surely the component id is the key
> 

And if you do this you must access this value by 'value="#{partNumber}"'
in your jsp.

regards
  Volker
-- 
Don't answer to From: address!
Mail to this account are droped if not recieved via mailinglist.
To contact me direct create the mail address by
concatenating my forename to my senders domain.

Reply via email to