- 
    Bug 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    7
- 
    None
- 
        b82
- 
        windows_7
                    Following code reproduces the problem:
PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet();
aset.add(DialogTypeSelection.NATIVE);
pjob.pageDialog(aset);
Expected result : show the native page dialog.
PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet();
aset.add(DialogTypeSelection.NATIVE);
pjob.pageDialog(aset);
Expected result : show the native page dialog.