taty gora

Greenhorn
+ Follow
since Nov 29, 2004
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
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by taty gora

beanName if present, must be accompanied by type

- is that true?

-T
I also looked into it.

I think, while tag attributes have tag scope,
they are placed in page scope level.

T
i also found that realm-name is used only for auth-method BASIC

Regards
-T
Can
'vendor-specific authentication schema'
be a legal value for auth-method element in DD?

T
Hi,

not clear about realm, maybe someone can define it?

I am planning to take a test in the few days, and think realm can be one of the questions.

T
Who has access to 'UpdateRecipes':

1. role-name Guest and role-name Admin - one person is crossed.

But she has Member and Guest auth-constraint role!
Why is she crossed then?

T
Actually,
I didn't find default for the <body-content> in JSP 2.0 specs.
It should depend on implementation.

T
Hi ,
I think,

For Simple Tags and Classic Tags default is
<body-content>tagdependent</body-content>
Thanks Ture!
make a lot of sense

T.
�If you put an attribute into the HttpSession, you can get to it from any JSP or servlet in your web app.�
- should that JSP or servlet participate the HttpSession to have an access to that attribute?
hi,
why is the following answer marked as correct? ( p 274 ,7 , C)

Which statement about session attributes are true?
C. Attriutes bound into a session are available to any other servlet that belongs to the same ServletContext?
When mimi-mapping element ( for example .xyz application) is included into depl. descriptor web.xml
Does it effect a file with some .xyz extention sent OUT with the resopnse?
Does it set the content type to the response , while sending a download file?