| Anonymous | Login | Signup for a new account | 11-10-2025 00:59 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ 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 | ||||||
| Status | closed | Product Version | 3.1.3 | ||||||
| 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 ); } |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |