Expand my Community achievements bar.

AmbikaM
AmbikaM
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • hi , im extracting the attachments using the following code,...List Attachments = result.getAttachments();//Create an Iterator object and iterate through //the List object System.out.println("before check of attachments");Iterator iter = Attachments.iterator(); int i = 0 ; while (iter.hasNext()) { /...

    Type

    Discussions

    Views

    538

    Likes

    0

    Replies

    0
  • hi all, my pdf with attachments is working perfectly but the thing is that , when i try to extract the attachments and save it to the local drive , it gets saved as unknown file type. how to extract the attachments.please help...thanks in advance.

    Type

    Discussions

    Views

    846

    Likes

    0

    Replies

    1
  • Thanks John and Pierre.Well, John, the issue is resolved. The problem was after starting WebLogic, it was consuming almost 100% of the CPU and memory. Due to which server got hang and LCM was not able to verify the server connections.Thanks,Ambika

    Type

    Discussions

    Views

    737

    Likes

    0

    Replies

    0
  • Thanks, Jasmin n Tom for replying...My problem is solved. I figured out my mistake.Jasmin- "Mapped xml with a document to convert xml"- I was taking dis step to convert an xml into com.adobe.idp.Document object."Next operation is import data"- It was a mistake to use dis step,i skipped it.Tom- Its t...

    Type

    Discussions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • hi...I am making a process for prefilling a form which is taking xml and pdf as an input. Mapped xml with a document to convert xml. Next operation is import data and last operation is renderPDFForm.In this process, when I am giving xml input, in the next step the the same variable is shown as empty...

    Type

    Discussions

    Views

    1.9K

    Likes

    0

    Replies

    5
  • Thanks Paul for ur reply...Let me elaborate my scenario, "User fills in a form. This is an offline activity. There are some validation errors. User saves the form with those errors. N after sometime, he uploads it on a portal for submission." Now, how to check for the validations at this point when ...

    Type

    Discussions

    Views

    767

    Likes

    0

    Replies

    0
  • hi...I need help in one scenario...A user fills a form offline and uploads it for submission. In this case, if the validations are not successful... will the form be submitted?How can we check for validations at the time when user is uploading the form?Is there any process which can run Java script ...

    Type

    Discussions

    Views

    1.2K

    Likes

    0

    Replies

    3
  • hi walker, the same thing i did, still nothing seems to work.It always prints in the console as "attachments empty." please help me out in resolving this issue.

    Type

    Discussions

    Views

    966

    Likes

    0

    Replies

    0
  • hi,

    Type

    Discussions

    Views

    966

    Likes

    0

    Replies

    0
  • hi all, im rendering a form through a process(invoking the process through a servlet)... the form will allow the user to attach files. on click of submit button, it calls a servlet. the servlet should check if the form contanins any attachments...if yes it should save the attachments in DB, but when...

    Type

    Discussions

    Views

    1.6K

    Likes

    0

    Replies

    3