Anonymous | Login | Signup for a new account | 12-17-2024 11:39 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002208 | [Quercus] | minor | always | 11-28-07 00:52 | 11-28-07 00:59 | ||||
Reporter | nam | View Status | public | ||||||
Assigned To | nam | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.1.4 | Product Version | 3.1.3 | ||||
Product Build | |||||||||
Summary | 0002208: java.util.Map elements cannot be passed functions | ||||||||
Description |
(rep by gtong) When calling back to java, you can't pass map or list elements as parameters because com.caucho.quercus.env.JavaListAdapter and com.caucho.quercus.env.JavaMapAdapter don't implement getArg. This was easily fixed by adding: /** * @see com.caucho.quercus.env.JavaAdapter#getArg(com.caucho.quercus.env.Value) */ public Value getArg( Value key ) { return get( key ); } |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |