David Scholl

Greenhorn
+ Follow
since Jul 09, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
3
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by David Scholl

Palak Mathur wrote:Why are you doing this?




I didn't it. I got this from the WSDL of the Web-service.
11 years ago
I want to create simple Java web-service client/JAX-RPC. I use Netbeans IDE 7.0.1; the web-service was written in .NET platform. and there is problem with compile 'wsdl'.
first of all, there was a problem:
then I changed the namespace to "http://www.w3.org/2001/XMLSchema.dtd" and it was ok. but then there was another problem:
there is the 'wsdl' code:

11 years ago

Tim Holloway wrote:If a View Page Source doesn't show an HTML IMG tag where the image is supposed to be, then you have either mis-coded the tag or its library definition. OR you aren't routing the URL through the FacesServlet, in which case none of the JSF will work properly.

You don't need all "h" or all "p" tags on your view. It would be redundant if you did. Generally, you should use the "h" tags except in cases where the "p" version of a tag (if there is one) can do a better job. So using a "p:dataTable" to get row/column span support that the "h:dataTable" doesn't provide and putting one or more "h:graphicImage" tags - or h:inputText, h:selectOneMenu, h:commandLink, or whatever - is not only valid, but preferable.


No, there is not any problem with "img" or "h:graphicImage" tags. They work correctly outside "p:dataTable". Why do i use "h:dataTable"? Because i can't find a solution for my case (to design page - to create complicated "html table") with "h:" tags, and with html tags too.
12 years ago
JSF

Tim Holloway wrote:Try using the "h:graphicImage" tag instead of "p:graphicImage". If it still doesn't work, View Page Source in your browser. The graphicImage tag should be generating an IMG HTML tag with a URL. Try entering that URL in your browser's navigation bar and see if the image displays.
I'm not familiar with the "p" tagset, so you may need to check their documentation.


there isn't "img" tag in html-source in both cases (h:graphicImage and p:graphicImage)
i didn't find a solution with "h:" tags. there aren't the tags: "h:row", "h:columnGroup"
12 years ago
JSF

Tim Holloway wrote:

Javid Shikhiyev wrote:
but i couldn't use these too. it doesn't show image or link. may be, i need some tag-containers?


Well, you need the datatable to be wrapped in view and form tags.



Like that? It doesn't work.

12 years ago
JSF

Tim Holloway wrote:

Javid Shikhiyev wrote:
Thanks. But i must use <img > and <a > inside these cells. I couldn't use it.


No you mustn't. Use their JSF counterparts: <h:graphicImage> and <h:outputLink>. They are JSF-aware and will properly register in the container layout process, which is something that brute-force HTML can't guarantee.


but i couldn't use these too. it doesn't show image or link. may be, i need some tag-containers?
12 years ago
JSF

Navdeep Singh kanwal wrote:show some picture of your datatable output here.
if you are looking for grouping then try this

http://www.primefaces.org/showcase/ui/datatableGrouping.jsf



Thanks. But i must use <img > and <a > inside these cells. I couldn't use it.

12 years ago
JSF

Navdeep Singh kanwal wrote:Hi Javid Shikhiyev

you should remove that border attribute from table element and try some other jsf tag lib element instead of table element from HTML.
Please try some inbuilt tag of your jsf taglib.



Hi, Navdeep Singh kanwal
I'm sorry for my mistake. I wanted to write that border = '0' explicitly.
Ok, but which inbuilt tag to use in this case? These "table"s are for design - dividing fileds in the jsf pages.
12 years ago
JSF
JSF web-app.

Border is still visible. I think it depends on <p:dataTable item.
12 years ago
JSF
Stefan, yes it works. thanks!
12 years ago

Jeanne Boyarsky wrote:You can't tak ethe resubmission without submitting an assignment and receiving failing marks. I think you'd have to buy part 2 again.


thanks! and how can i refine this information?
I didn't take exam 1Z0-866 too. Can i take exam 1Z0-867(Re-submission) and then exam 1Z0-866(Essay)?
And it's possible to take new exam 1Z0-865 and then exam 1Z0-866, isn't it?

Arshad Noor wrote:Are you trying to setup a Public Key Infrastructure (PKI) to issue digital certificates? If so, EJBCA is one of the two best free and open-source software (FOSS) products for this. If all you're looking for is a Java library to do certificate-based authentication within your applications, then BouncyCastle is probably the best FOSS for that.

Arshad Noor
StrongAuth, Inc.


Thank you!
It is not important to be open-source. Can you list other technologies which i can use in java projects? What about Oracle's approach?
12 years ago
I used EJBCA(http://ejbca.org/) with Glassfish. Is there any Oracle technology about it?
There is very little information about it online.
12 years ago