Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2208 | minor | always | 11-28-07 00:52 | 11-28-07 00:59 | |
|
|||||
Reporter: | nam | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.3 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.4 | ||
|
|||||
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: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|